Skip to content
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.

elites in iCEM optimizer are never reset #186

Open
nuria95 opened this issue Jul 10, 2024 · 0 comments
Open

elites in iCEM optimizer are never reset #186

nuria95 opened this issue Jul 10, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@nuria95
Copy link

nuria95 commented Jul 10, 2024

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.

@nuria95 nuria95 added the bug Something isn't working label Jul 10, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant