experimental-design / bofire

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

Remove `get_features`, `get_feature_keys`, and `get_feature` from `Domain` #393

Closed jduerholt closed 4 months ago

jduerholt commented 4 months ago

This PR tidies up our API a bit, access to the features is now only possible via the Inputs and Outputs objects.