ConfigSpace
ConfigSpace copied to clipboard
How to create Conditions based on multiple variables likes a+b < c??
How to realize the condition likes a+b < c?
I'm afraid we currently don't support this. We would be happy about a PR if you want to add such a feature.
I implement a ConditionedConfigurationSpace
to support such complex conditions. Please refer to #277 for more details.