automl / jahs_bench_201

The first collection of surrogate benchmarks for Joint Architecture and Hyperparameter Search.
https://automl.github.io/jahs_bench_201/
MIT License
13 stars 7 forks source link

Export the ability to create the `joint_config_space` as a function #4

Open eddiebergman opened 2 years ago

eddiebergman commented 2 years ago

The ConfigurationSpace can be a source of randomness and unfortunatly only provides a seed(...) functionality to update it. I don't trust this for re-use across multiple benchmark runs. If there was a function that created the config space with a given, that would be very helpful.

https://github.com/automl/jahs_bench_201/blob/c1e92dd92a0c4906575c4e3e4ee9e7420efca5f1/jahs_bench/lib/core/configspace.py#L4

NeoChaos12 commented 1 year ago

Hi, I'm sorry for the late response. I just realized that I'm not getting automatic notifications for these issues. Thank you for the suggestion, I think that's a valid point!