Browse Source

[FIX] minor change

pull/6/head
troyyyyy 2 years ago
parent
commit
5b3fce316e
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      ablkit/reasoning/reasoner.py

+ 2
- 2
ablkit/reasoning/reasoner.py View File

@@ -258,8 +258,8 @@ class Reasoner:

def zoopt_budget(self, symbol_num: int) -> int:
"""
Set the budget for ZOOpt optimization. The budget can be dynamic relying on
the number of symbols considered, e.g., the default implementation shown below.
Set the budget for ZOOpt optimization. The budget can be dynamic relying on
the number of symbols considered, e.g., the default implementation shown below.
Alternatively, it can be a fixed value, such as simply setting it to 100.

Parameters


Loading…
Cancel
Save