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

Make feature validation part of the constraints. #427

Closed jduerholt closed 2 weeks ago

jduerholt commented 3 weeks ago

This PR refactors how it is validated that the inputs defined in a domain fit to the constraints added to the domain. This new implementation makes it more object oriented and less convoluted.