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
The method added in #142 has two drawbacks that can become a limiting factor:
It generates all configurations at once. Instead it should be a generator.
It does not delegate generating the legal values of a hyperparameter to the respective hyperparameter class. This will make it not pick up on new hyperparameters which can be added.
The text was updated successfully, but these errors were encountered:
The method added in #142 has two drawbacks that can become a limiting factor:
The text was updated successfully, but these errors were encountered: