Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allowing condition such as 'a<b'? #272

Open
oleotiger opened this issue Sep 24, 2022 · 2 comments
Open

Allowing condition such as 'a<b'? #272

oleotiger opened this issue Sep 24, 2022 · 2 comments

Comments

@oleotiger
Copy link

oleotiger commented Sep 24, 2022

There is a widespread situation in hyperparameter tuning/knob tuning problem. A hyperparameter $a$ must be less than another parameter $b$. Or more complex, $a\lt b\lt c$.

Is it possible to support such condition in 'ConfigSpace'?

@mfeurer
Copy link
Contributor

mfeurer commented Oct 7, 2022

I'm afraid no, and we only have this for forbidden clauses. Such a contribution would be very welcome, though.

@jhj0411jhj
Copy link

I implement a ConditionedConfigurationSpace to support such complex conditions. Please refer to #277 for more details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants