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

batch constraints for DoE and __call__ for interpointEqualityConstraint #322

Closed Osburg closed 8 months ago

Osburg commented 8 months ago

This PR adds a call method for batch constraints as discussed in #313 and adds support for batch constraints / InterpointEqualityConstraint in DoE as discussed in #310. Closes #310

Osburg commented 8 months ago

Weird that the test tests/bofire/strategies/test_base.py::test_base_fit[domain2-data2] is failing ... Is there maybe some randomness in it that could've caused the fail (I think I do not have the permission to rerun workflows, so I can't test by myself)?

jduerholt commented 8 months ago

Just ignore it, this is due to randomness ...

KappatC commented 8 months ago

Looks good to me. @KappatC ok for you to merge?

yes, please go ahead