Click or drag to resize

GeneticAlgorithmT Properties

The GeneticAlgorithmT generic type exposes the following members.

Properties
  NameDescription
Public propertyBestIndividual
The best individual from current population.
Public propertyBestObjective
Objective of the best individual from current population.
Public propertyCreationDelegate
Creation a new individual delegate.
Public propertyCrossoverOneChildDelegate
Crossovers two individuals and produces one child delegate.
Public propertyCrossoverTwoChildrenDelegate
Crossovers two individuals and produces one child delegate.
Public propertyDominationPercent Obsolete.
Percent of population that will be left intact.
Public propertyDominationRate
The part of population that will be left intact [0,1].
Public propertyEliteDelegate
Elite determination delegate.
Public propertyEliteSize
Size of elite of current generation.
Public propertyElitismPercent Obsolete.
Percent of population selected for crossover [0,100].
Public propertyElitismRate
The part of population selected for crossover [0,1].
Public propertyExitDelegate
Exit condition determination delegate.
Public propertyFitnessScaling
Fitness scaling type
Public propertyGeneration
Current generation number.
Public propertyGenerationsCount
Number of generations algorithm will made
Public propertyMutationDelegate
Mutates individual delegate.
Public propertyMutationPercent Obsolete.
Percent of next population that will be mutated [0,100].
Public propertyMutationRate
The part of next population that will be mutated [0,1].
Public propertyObjectInitializationDelegate
The new empty object creation delegate.
Public propertyObjectiveDelegate
Objective estimation delegate. Minimal value is searched.
Public propertyObjectiveValues
The objective values array.
Public propertyPopulation
Current population.
Public propertyPopulationSize
Population size of each generation.
Public propertyRandom
Random generator.
Public propertySelectionAlgorithm
Selection algorithm.
Public propertySelectionFunction
Selection probability function type
Public propertyTournamentSize
Tournament size for tournament selection.
Top
See Also