experimental-design / bofire

Experimental design and (multi-objective) bayesian optimization.
https://experimental-design.github.io/bofire/
BSD 3-Clause "New" or "Revised" License
207 stars 22 forks source link

Readme example #419

Closed bertiqwerty closed 2 months ago

bertiqwerty commented 2 months ago

The example in the readme used Inputs.sample which is only ok as long as you don't have constraints. Hence I replaced it with RandomSearch. Further, I added a BO-loop, not just one ask-and-tell call and made the example multi-objective.