automl / ConfigSpace

Domain specific language for configuration spaces in Python. Useful for hyperparameter optimization and algorithm configuration.
https://automl.github.io/ConfigSpace/
Other
202 stars 93 forks source link

[Bug] Fix json loading with backwards compatible "q" #325

Closed eddiebergman closed 1 year ago

eddiebergman commented 1 year ago

Old Configspaces which don't have the "q" values saved error out when trying to load them

eddiebergman commented 1 year ago