| 1 | = Island Genetic Algorithm = |
| 2 | |
| 3 | '''Algorithm Parameters:''' |
| 4 | ||= Parameter =||= Description =|| |
| 5 | || Analyzer || The operator used to analyze each generation. || |
| 6 | || Crossover || The operator used to cross solutions. || |
| 7 | || Elites || The numer of elite solutions which are kept in each generation. || |
| 8 | || EmigrantsSelector || Selects the individuals that will be migrated. || |
| 9 | || ImmigrationReplacer || Selects the population from the unification of the original population and the immigrants. || |
| 10 | || IslandAnalyzer || The operator used to analyze each island. || |
| 11 | || !MaximumGenerations || The maximum number of generations which should be processed. || |
| 12 | || || || |
| 13 | || || || |
| 14 | || || || |
| 15 | || || || |