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

FractionalFactorialStrategy #397

Closed jduerholt closed 1 month ago

jduerholt commented 1 month ago

This PR adds the "FractionalFactorialStrategy", its implementation relies on pyDOE3 and is heavily influenced by Minitab.

jduerholt commented 1 month ago

Thanks Johannes. Maybe we should also add howto-style documentation when we add new features?

You mean adding a notebook for this feature?

bertiqwerty commented 1 month ago

Thanks Johannes. Maybe we should also add howto-style documentation when we add new features?

You mean adding a notebook for this feature?

Yes. Not only for this feature, but in general. Whenever we have a feature that helps us to solve new use cases we could add a short how-to. This could be a new bullet point here https://experimental-design.github.io/bofire/examples/. For instance also ENTMOOT could be presented somewhere in the docs.

jduerholt commented 1 month ago

Good idea, I added an example notebook and linked it into the docs.