public interface Migration
IslandEvolution
.Modifier and Type | Method and Description |
---|---|
<T> void |
migrate(List<List<EvaluatedCandidate<T>>> islandPopulations,
int migrantCount,
Random rng) |
<T> void migrate(List<List<EvaluatedCandidate<T>>> islandPopulations, int migrantCount, Random rng)
T
- The type of the individual members of the island populations.islandPopulations
- The populations of each island in the system.migrantCount
- The number of individuals to move from each island.rng
- A source of randomness.