Click or drag to resize
Accord.NET (logo)

PopulationFitnessSum Property

Summary fitness of the population.

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

Property Value

Type: Double
Remarks

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

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

See Also