-
Notifications
You must be signed in to change notification settings - Fork 95
Open
Labels
Description
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.
Reactions are currently unavailable