You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
doe error 'No feasible point found. Constraint polytope appears empty. Check your constraints.' Honestly not very helpful. Maybe a tutorial to explore this topic?
#163
Closed
rosonaeldred opened this issue
Apr 19, 2023
· 4 comments
# == "No feasible point found. Constraint polytope appears empty. Check your constraints."
Developed my own "fake doe generator" for a simulation, not necessarily keen on including it in this repo, but we can talk about it in the hackathon and how to fix things so i run into this error less often, or fix doe so it spits it out less often ;)
The text was updated successfully, but these errors were encountered:
I think you are right and the problem is that the set of feasible points is empty since even if you are at the lower bound with all variables their sum is 0.22 + 0.29 + 0.24 + 0.29 + 0.17 + 0.13 = 1.34 > 1.
Thanks for braining for me. I blocked 0 minimum because i kept getting that, clearly need to adjust that and/or develop a check that the domain 'makes sense' prior to asking for a doe and then react to that.
bofire/tests/bofire/strategies/doe/test_design.py
Line 397 in d0f4d76
Developed my own "fake doe generator" for a simulation, not necessarily keen on including it in this repo, but we can talk about it in the hackathon and how to fix things so i run into this error less often, or fix doe so it spits it out less often ;)
The text was updated successfully, but these errors were encountered: