experimental-design / bofire

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

Refactor the fractional factorial strategy #403

Closed jduerholt closed 1 month ago

jduerholt commented 1 month ago

This PR refactors the fractional factorial strategy and removes the dependency to pyDOE3 as the needed stuff from there is often not tested and buggy.

The issue of the failing tests is adressed in the PR regarding the new priors. As soon this is in, we can merge it into this one.