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
Right now, we get a ZeroDivisionError with SuccessiveHalving based algorithms because the fidelity parameter has a lower bound of 0 in a testing setup.
Moreover, perhaps we should explicitly check that it's positive all the time? This might belong in the search space instead though.
Right now, we get a
ZeroDivisionError
withSuccessiveHalving
based algorithms because the fidelity parameter has a lower bound of0
in a testing setup.Moreover, perhaps we should explicitly check that it's positive all the time? This might belong in the search space instead though.
neps/neps/optimizers/multi_fidelity/successive_halving.py
Lines 121 to 123 in 82b4890
The text was updated successfully, but these errors were encountered: