Free cookie consent management tool by TermsFeed Policy Generator
wiki:IslandGA

Version 1 (modified by mkofler, 14 years ago) (diff)

--

Island Genetic Algorithm

Algorithm Parameters:

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.