Maximum fitness of the population.

Namespace:  AForge.Genetic
Assembly:  AForge.Genetic (in AForge.Genetic.dll) Version: 2.2.4.0 (2.2.4.0)

Syntax

C#
public double FitnessMax { get; }

Remarks

The property keeps maximum fitness of chromosomes currently existing in the population.

Note:The property is recalculate only after selection or migration was done.

See Also