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
Is your feature request related to a problem? Please describe.
Currently catch argument in optimize exists, but has no effect. This functionality should be implemented to close the gap to Optuna behavior.
Describe the solution you'd like
Implement functionality similar to Optuna's catch.
Is your feature request related to a problem? Please describe.
Currently
catch
argument in optimize exists, but has no effect. This functionality should be implemented to close the gap to Optuna behavior.Describe the solution you'd like
Implement functionality similar to Optuna's
catch
.Describe alternatives you've considered
Additional context
https://optuna.readthedocs.io/en/stable/reference/generated/optuna.study.Study.html#optuna.study.Study.optimize
The text was updated successfully, but these errors were encountered: