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

`AnyStrategy` Duplication #362

Closed bertiqwerty closed 5 months ago

bertiqwerty commented 5 months ago

The type AnyStrategy is duplicated in the Stepwise Strategy. This is not only ugly but also leads to confusion with type checkers because now we have the type AnyStrategy twice.