|
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; }
Public ReadOnly Property FitnessSum As Double
Get
Request Example
View SourceProperty Value
Type:
DoubleRemarks The property keeps summary fitness of all chromosome existing in the
population.
See Also