Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 1 and Version 2 of SASEGASA


Ignore:
Timestamp:
06/07/10 12:00:04 (14 years ago)
Author:
mkofler
Comment:

Updated SASEGASA description

Legend:

Unmodified
Added
Removed
Modified
  • SASEGASA

    v1 v2  
    11= SASEGASA =
    22The self-adaptive segregative genetic algorithm with simulated annealing aspects developed by (Affenzeller et al. 2009).
     3
     4'''Algorithm Parameters:'''
     5||= Parameter         =||= Description =||
     6|| Analyzer            || !MultiAnalyzer: The operator used to analyze the villages. ||
     7|| !ComparisonFactorLowerBound || The lower bound of the comparison factor (start). ||
     8|| !ComparisonFactorModifier || The operator used to modify the comparison factor. ||
     9|| !ComparisonFactorUpperBound || The upper bound of the comparison factor (end). ||
     10|| Crossover           || The operator used to cross solutions. ||
     11|| Elites              || The numer of elite solutions which are kept in each generation. ||
     12|| !FinalMaximumSelectionPressure || The maximum selection pressure used when there is only one village left. ||
     13|| !MaximumGenerations || The maximum number of generations which should be processed. ||
     14|| !MaximumSelectionPressure || The maximum selection pressure that terminates the algorithm. ||
     15|| !MutationProbability || The probability that the mutation operator is applied on a solution. ||
     16|| Mutator             || The operator used to mutate solutions. ||
     17|| !NumberOfVillages    || The initial number of villages. ||
     18|| !OffspringSelectionBeforeMutation || True if the offspring selection step should be applied before mutation, false if it should be applied after mutation. ||
     19|| Population Size     || The size of the population of solutions. ||
     20|| Seed                || The random seed used to initialize the new pseudo random number generator. ||
     21|| !SelectedParents    || How much parents should be selected each time the offspring selection step is performed until the population is filled. ||
     22|| Selector            || !ProportionalSelector: The operator used to select solutions for reproduction. ||
     23|| !SetSeedRandomly    || True if the random seed should be set to a random value, otherwise false. ||
     24|| !SuccessRatio       || The ratio of successful to total children that should be achieved. ||
     25|| !VillageAnalyzer    || The operator used to analyze each village. ||
    326
    427'''Is there a sample/tutorial?'''