You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we only support single conditions and no conjunctions of conditions when initializing ParameterSpace instances from ConfigSpace JSON dictionaries. However, support for the and/or conjunctions is in principle possible, given that the tree of conjunctions and conditions just needs to be flattened. It'll be interesting to revisit the condition function body size limit we currently have in place.
The text was updated successfully, but these errors were encountered:
Currently, we only support single conditions and no conjunctions of conditions when initializing
ParameterSpace
instances fromConfigSpace
JSON dictionaries. However, support for the and/or conjunctions is in principle possible, given that the tree of conjunctions and conditions just needs to be flattened. It'll be interesting to revisit the condition function body size limit we currently have in place.The text was updated successfully, but these errors were encountered: