|
PopulationFitnessAvg Property
|
Average fitness of the population.
Namespace:
Accord.Genetic
Assembly:
Accord.Genetic (in Accord.Genetic.dll) Version: 3.8.0
Syntaxpublic double FitnessAvg { get; }
Public ReadOnly Property FitnessAvg As Double
Get
Request Example
View SourceProperty Value
Type:
Double
RemarksThe property keeps average fitness of all chromosome existing in the
population.
See Also