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

Bayesian Optimisation with multiple constraints #118

Open
ci95percent opened this issue Nov 4, 2019 · 0 comments
Open

Bayesian Optimisation with multiple constraints #118

ci95percent opened this issue Nov 4, 2019 · 0 comments

Comments

@ci95percent
Copy link

Dear all,

I am trying to do single black box Bayesian optimization with multiple constraints. I followed the tutorial in the https://gpflowopt.readthedocs.io/en/latest/notebooks/constrained_bo.html#Running-Bayesian-Optimizer .
When i solve the optimization with only single constraint i get single optimum solution, but when i do the same for multiple constraints i get solution similiar to multi-objective optimisation ( getting a pareto optimal solution )
https://gpflowopt.readthedocs.io/en/latest/notebooks/multiobjective.html
Here's snippet of code where i am passing the required arguments. First is the objective, while 2nd and 3rd are the black box constraints
self.result = self.opt_pipe.optimize([self.objective, carbide_constraint_upper, carbide_constraint_lower], n_iter=50)
``
I have tried reading the docs but to no avail, please help me in this issue!

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

1 participant