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

Fix bug in `aggregate_by_duplicates` #379

Closed jduerholt closed 3 months ago

jduerholt commented 3 months ago

aggregate_by_duplicates was throwing an error when used for domains with no continuous features. This PR fixes it.