Skip to content

Commit

Permalink
📝 Explicitly name "max_total_trials" in examples as an arg hint
Browse files Browse the repository at this point in the history
  • Loading branch information
lukethehuman committed Mar 1, 2024
1 parent d3793b6 commit 1793c1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/example_2_monoblock.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
opt = Optimiser(
design_evaluator,
search_space,
20,
max_total_trials=20,
name="monoblock-optimiser",
data_dir=WORKING_DIR,
)
Expand Down
2 changes: 1 addition & 1 deletion examples/example_3_catbird_monoblock.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
opt = Optimiser(
design_evaluator,
search_space,
20,
max_total_trials=20,
name="catbird-monoblock-optimiser",
data_dir=WORKING_DIR,
)
Expand Down

0 comments on commit 1793c1b

Please sign in to comment.