Artificial Mind Help

Population.Fitness Property

Fitness values for individuals.

public double[] Fitness {get; set;}

Remarks

Note that fittness is different from evaluation. The evaluation value represents the value returned by the gene when fitnnes can be adjusted base on GA setings. For example fitness of the element maybe decreased as the result of kin punishmaent.

See Also

Population Class | AnticipatingMinds.ArtificialMind.GeneticAlgorithms Namespace