Closed delaossa closed 1 year 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.
returned
sim_ended
libEnsemble
This has been fixed here
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 tosim_ended
in newer versions oflibEnsemble
. In addition, I think that this filter is not longer necessary aslibEnsemble
seems to take care of it. I have opted for simply removing this line entirely in this branch and it seems to work well.