Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 1 of IslandGA


Ignore:
Timestamp:
06/02/10 16:29:38 (14 years ago)
Author:
mkofler
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IslandGA

    v1 v1  
     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|| || ||