-
Notifications
You must be signed in to change notification settings - Fork 17
GridSearch
fails when using grid_search(pipeline_space)
#187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Nope, the signature is this: neps/neps/optimizers/optimizer.py Lines 57 to 79 in 1c7f9d2
Are you using it in the vanilla way, i.e. Ahh, I see I never added this to the set of optimizers that gets tested, I would have assumed it work but apparently it wasn't there: neps/tests/test_state/test_neps_state.py Lines 83 to 123 in 1c7f9d2
|
budget_info: BudgetInfo | None
should bebudget_info: BudgetInfo | None = None
, right?@eddiebergman
The text was updated successfully, but these errors were encountered: