experimental-design / bofire

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

Natural Support for NChoosek with min_count>0 #471

Open dlinzner-bcs opened 17 hours ago

dlinzner-bcs commented 17 hours ago

There has been ongoing discussion in the past to allow for min_count>0 in NChoosekConstraints. There are currently two ways to achieve this: 1) Impose an additional mixture constraint 2) Model NChoosek via categorical variables #145 .

In interaction with users we realized that a more natural support would be helpful as it would require less assistance from our side. What is the best way forward to implement this feature?

dlinzner-bcs commented 17 hours ago

@rosonaeldred @WaStCo