Skip to content

Commit

Permalink
Merge branch 'Dev' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
troyyyyy committed Jan 9, 2024
2 parents 12d8768 + 5b3fce3 commit c62d0d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ablkit/reasoning/reasoner.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,8 @@ def zoopt_score(

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
Expand Down

0 comments on commit c62d0d5

Please sign in to comment.