automl / ConfigSpace

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

Maximum recursion while calling "__contains__" function of Configuration #343

Open wanghaoshuang opened 7 months ago

wanghaoshuang commented 7 months ago

https://github.com/automl/ConfigSpace/blob/main/ConfigSpace/configuration.py#L151 This line will lead to an maximum recursion error.

eddiebergman commented 2 months ago

Hiyo, this was fixed in #346

Should hopefully be released next week!