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
Currently, HM does not start BO if all DoE samples are feasible in a constrained search space optimization problem. This is due to our classification model implementation for the feasibility constraint model. However, there is no reason not to start BO in that case, we can just not train the feasbility model until we hit an unfeasible point. We should change that.
The text was updated successfully, but these errors were encountered:
Currently, HM does not start BO if all DoE samples are feasible in a constrained search space optimization problem. This is due to our classification model implementation for the feasibility constraint model. However, there is no reason not to start BO in that case, we can just not train the feasbility model until we hit an unfeasible point. We should change that.
The text was updated successfully, but these errors were encountered: