automl / automl/ConfigSpace

Improve grid generation

Open
#207 2 comments 0 reactions 1 assignee Claimed by @thijssnelleman View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.