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
Kexin wanted to use coevolution where individuals in each subpop have different lengths. But we take only one representation/initializer in multi_population_ea() and use it for all subpops.
Allow representation to take a list of Representations instead of only one Representation.
Bonus: this will allow us to support things like heterogeneous island models that have different Representations for each island.
Update multi_population_ea()
Add an example exercising the feature
Unit test
The text was updated successfully, but these errors were encountered:
Kexin wanted to use coevolution where individuals in each subpop have different lengths. But we take only one representation/initializer in
multi_population_ea()
and use it for all subpops.Allow
representation
to take a list ofRepresentation
s instead of only oneRepresentation
.Bonus: this will allow us to support things like heterogeneous island models that have different Representations for each island.
multi_population_ea()
The text was updated successfully, but these errors were encountered: