You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
….suggest()` instead of `.register()` (#713)
makes optimizers and schedulers a bit simpler. Part of issue #715Closes#711
Note: the move from `--max_iterations` to `--max_suggestions` is a
breaking change, so we will need to cut a new release for this.
---------
Co-authored-by: Brian Kroth <bpkroth@users.noreply.github.com>
Discussed offline:
suggest()
routine in the Optimizer (Increment iteration counter in.suggest()
instead of.register()
#711), andnumber of trials executed
to the Schedulermax_iterations
tonum_config_suggestions
, andmax_trials
argument (separate PR though I think)Originally posted by @bpkroth in #710 (comment)
The text was updated successfully, but these errors were encountered: