Changes between Version 1 and Version 2 of IslandGA
- Timestamp:
- 06/07/10 11:54:01 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IslandGA
v1 v2 6 6 || Crossover || The operator used to cross solutions. || 7 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. ||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 11 || !MaximumGenerations || The maximum number of generations which should be processed. || 12 || || || 13 || || || 14 || || || 15 || || || 12 || !MigrationInterval || The number of generations that should pass between migration phases. || 13 || !MigrationRate || The proportion of individuals that should migrate between the islands. || 14 || Migrator || The migration strategy. || 15 || !MutationProbability || The probability that the mutation operator is applied on a solution. || 16 || Mutator || The operator used to mutate solutions. || 17 || !NumberOfIslands || The number of islands. || 18 || !PopulationSize || The size of the population of solutions. || 19 || Seed || The random seed used to initialize the new pseudo random number generator. || 20 || Selector || The operator used to select solutions for reproduction. || 21 || !SetSeedRandomly || True if the random seed should be set to a random value, otherwise false. ||