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

About the use of conditional parameters #125

Closed
87302380 opened this issue Sep 16, 2019 · 1 comment
Closed

About the use of conditional parameters #125

87302380 opened this issue Sep 16, 2019 · 1 comment

Comments

@87302380
Copy link

Hello everyone,

I have a requirement, but I don't know how to use configspace to express.

Parameter A is a CategoricalHyperparameter. A have choices ['a', 'b']
when A = 'a'
Parameter B is a number with a value between 10 and 100,
when A = 'b'
Parameter B is a number with a value between 100 and 200 ,

It sounds simple, but I don't know how to restrain them.
I read the documentation but did not find a constraint on the different scope of the same parameter.

thank

@mfeurer
Copy link
Contributor

mfeurer commented Oct 31, 2019

Could you please check #113. I believe this is a duplicate and the solution is given there..

@mfeurer mfeurer closed this as completed Oct 31, 2019
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

2 participants