Skip to content

Commit

Permalink
Update API
Browse files Browse the repository at this point in the history
  • Loading branch information
RemiLehe committed Aug 1, 2024
1 parent 8932d9f commit 844a554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optimas/generators/ax/service/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def _tell(self, trials: List[Trial]) -> None:
# i.e., min trials).
if isinstance(tc, (MinTrials, MaxTrials)):
tc.threshold -= 1
generation_strategy._maybe_move_to_next_step()
generation_strategy._maybe_transition_to_next_node()
finally:
if trial.ignored:
continue
Expand Down

0 comments on commit 844a554

Please sign in to comment.