Improve grid generation
Open
good first issue
- Dominant language
- Python
- Stars
- 225
- Forks
- 94
- PR merge metrics
- No merged PRs in 30d
Description
The method added in #142 has two drawbacks that can become a limiting factor:
1. It generates all configurations at once. Instead it should be a generator.
2. 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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.