You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.
When iCEM optimizer is initialised , self.elites is initialised to None.
But after finishing the iCEM optimisation, the attribute is never reset back to None.
Even more, this variable is never reset again (even after resetting the TrajectoryOptimizerAgent.
Expected Results
I would expect the self.elites parameter to be reset to None before the return in iCEM optimize method.
The text was updated successfully, but these errors were encountered:
Steps to reproduce
When iCEM optimizer is initialised ,
self.elites
is initialised to None.But after finishing the iCEM optimisation, the attribute is never reset back to None.
Even more, this variable is never reset again (even after resetting the TrajectoryOptimizerAgent.
Expected Results
I would expect the self.elites parameter to be reset to None before the return in iCEM
optimize
method.The text was updated successfully, but these errors were encountered: