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

Bilinear Constraints #344

Closed jduerholt closed 6 months ago

jduerholt commented 7 months ago

For some usecases it could be benefitial to have at least bilinear constraints supported in the BO part of bofire. An Extension to multilinear would like the following: a * b <= rhs where a and b are continuous inputs.

jduerholt commented 6 months ago

Closed with https://github.com/experimental-design/bofire/pull/348