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
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.
The text was updated successfully, but these errors were encountered:
sujeet100
changed the title
Support elitism in multi
Support elitism in multi_population_ea
Jun 8, 2024
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.
The text was updated successfully, but these errors were encountered: