experimental-design / bofire

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

Make feature validation part of the constraints. #427

Closed jduerholt closed 3 months ago

jduerholt commented 3 months 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.