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
Optuna 3.2.0 was just released. It adds Optuna Terminator, which is a way of aborting hyperparameter optimization when it looks like there is no more room for optimization.
We could use this to automatically select the trials value (number of trials) instead of the user having to guess how many trials are enough.
The text was updated successfully, but these errors were encountered:
Optuna 3.2.0 was just released. It adds Optuna Terminator, which is a way of aborting hyperparameter optimization when it looks like there is no more room for optimization.
We could use this to automatically select the
trials
value (number of trials) instead of the user having to guess how many trials are enough.The text was updated successfully, but these errors were encountered: