Parameter | Description
|
---|
Analyzer | The operator used to analyze each generation.
|
Crossover | The operator used to cross solutions.
|
Elites | The numer of elite solutions which are kept in each generation.
|
EmigrantsSelector | Selects the individuals that will be migrated.
|
ImmigrationReplacer | Selects the population from the unification of the original population and the immigrants.
|
IslandAnalyzer | The operator used to analyze each island.
|
MaximumGenerations | The maximum number of generations which should be processed.
|
|
|
|
|
|
|
|
|