Closed bertiqwerty closed 4 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.
Inputs.sample
RandomSearch
The example in the readme used
Inputs.sample
which is only ok as long as you don't have constraints. Hence I replaced it withRandomSearch
. Further, I added a BO-loop, not just one ask-and-tell call and made the example multi-objective.