Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support elitism in multi_population_ea #323

Open
sujeet100 opened this issue Jun 8, 2024 · 0 comments
Open

Support elitism in multi_population_ea #323

sujeet100 opened this issue Jun 8, 2024 · 0 comments

Comments

@sujeet100
Copy link

Currently multi_population_ea() doesn't support elitism. One cannot just pass in the elitism operator since it needs access to the parents, which the caller doesn't have.

We can fix this by adding an elites parameter that specifies how many elites we want. If it's zero, we just fall back on the current behavior.
similar to #112

Happy to raise PR.

@sujeet100 sujeet100 changed the title Support elitism in multi Support elitism in multi_population_ea Jun 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant