Click or drag to resize
Accord.NET (logo)

PopulationFitnessAvg Property

Average fitness of the population.

Namespace:  Accord.Genetic
Assembly:  Accord.Genetic (in Accord.Genetic.dll) Version: 3.8.0
Syntax
public double FitnessAvg { get; }
Request Example View Source

Property Value

Type: Double
Remarks

The property keeps average fitness of all chromosome existing in the population.

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

See Also