luinardi / hypermapper

Black-box Optimizer based on Bayesian Optimization
MIT License
152 stars 26 forks source link

Start BO if all samples are feasible #68

Open arturluis opened 2 years ago

arturluis commented 2 years ago

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.