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

Remove `math.inf` from ContinuousInput data model #387

Closed jduerholt closed 3 months ago

jduerholt commented 3 months ago

This PR removes the default (math.inf, math.inf) from the ContiuousInput, as this creates with FastAPI as @jkeupp find out in his PR on the data models from the hackathon.