experimental-design / bofire

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

Refactor random strategy #347

Closed jduerholt closed 6 months ago

jduerholt commented 6 months ago

This PR refactors the random strategy: instead of using either polytope sampling or rejection sampling, it uses now a combination of both which allows for the handling of more constraint types by the random strategy.

Docstrings will be also updated.