automl / neps

Neural Pipeline Search (NePS): Helps deep learning experts find the best neural pipeline.
https://automl.github.io/neps/
Apache License 2.0
53 stars 13 forks source link

Regularized Evolution defaults conflicting #15

Closed karibbov closed 1 year ago

karibbov commented 1 year ago

Regularized evolution by default expects assisted_zero_cost_proxy: Callable to be assigned since the default value of the assisted: bool is True. But the default assisted_zero_cost_proxy: Callable is None. So the regularized evolution can't be run without changing any of the defaults.

Just changing the default of assisted into False would solve this. Just want to make sure this was not intended, before I make the change.

SimonSchrodi commented 1 year ago

Yes, you can go ahead with the change and set assisted by default to False.