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

`_get_step` should be part of the public interface #364

Closed bertiqwerty closed 4 months ago

bertiqwerty commented 4 months ago

The stepwise strategy's has a private method _get_step that should be part of the public interface so that you can access the current strategy and, e.g., use it for prediction.