experimental-design / bofire

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

Unbounded features #368

Open Osburg opened 4 months ago

Osburg commented 4 months ago

Currently, no error is thrown when you create unbounded inputs by setting the bounds to (-np.inf, np.inf). Maybe we should change this...