luinardi / hypermapper

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

Improve error handling for small spaces in client-server mode #69

Open arturluis opened 3 years ago

arturluis commented 3 years ago

If the search space is too small, HyperMapper sometimes decides to stop optimization early, to avoid infinite or extremely long loops. If this happens in client-server mode, HyperMapper does not stop gracefully. We should improve error handling for this case.