-
Notifications
You must be signed in to change notification settings - Fork 312
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
How to set equality constraints for bayesian optimization? #786
Comments
Hi @yuanquan010, thanks for reporting this! This issue was previously reported and currently is being tracked in our wishlist issue, so I am closing this out. Apologies that our wishlist issue obfuscated that this was already being tracked, and again, thanks a lot for reporting! |
I think though that there is an easier way to do this. Particularly, in your equation
you have 5 parameters, but really only 4 degrees of freedom (i.e., the value of
That way, the 5 values of these variables will always be satisfied. Does that make sense? |
Okay, I get it, thank you |
xref: #786 |
Hello, thanks a lot for this excellent project, but when I use it to optimize the parameters of the simulation model, I run into some problems.
For the setting of SearchSpace, there are three types of inequality constraints---linear, order, and sum constraints. However, if I want to set some complex hierarchical equality parameter constraints, such as a * b+b * c = v*p, how can I achieve this? Here a, b, c, v, and p are RangeParameters.
The text was updated successfully, but these errors were encountered: