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

Botorch 0.9.5 #317

Closed jduerholt closed 9 months ago

jduerholt commented 9 months ago

BoTorch version 0.9.5 was released yesterday. It features the possibility to use q>1 for nonlinear constraints which is very helpful for us due to how NChooseK constraints are implemented in the BO part of BoFire. This PR sets the min required BoTorch version for BoFire to 0.9.5.

In addition, the following two bugs are fixed:

After this PR is merged in, a new release for BoFire will be filed.

bertiqwerty commented 9 months ago

Thanks Johannes. I left one minor comment.