optimas-org / optimas

Optimization at scale, powered by libEnsemble
https://optimas.readthedocs.io
Other
22 stars 13 forks source link

Add evaluation timeout and improve handling of evaluations that failed to launch #164

Closed AngelFP closed 7 months ago

AngelFP commented 8 months ago

This PR adds a new timeout option to the TemplateEvaluator that will kill an evaluation if its runtime reaches this value. It also adds better handling of evaluations that failed to be launched, which are now properly labeled as failed by using the new polling_loop from https://github.com/Libensemble/libensemble/pull/1229.