optimas-org / optimas

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

issue when restarting from a previous history file #55

Closed delaossa closed 1 year ago

delaossa commented 2 years ago

This line: https://github.com/RemiLehe/libE_opt/blob/12735144ac981dc322c3a20acf6396720899fdbb/libe_opt/ensemble_runner.py#L65 is causing an problem when trying to restart from a previous history file. The returned label is changed to sim_ended in newer versions of libEnsemble. In addition, I think that this filter is not longer necessary as libEnsemble seems to take care of it. I have opted for simply removing this line entirely in this branch and it seems to work well.

delaossa commented 1 year ago

This has been fixed here