|
PopulationFitnessMax Property
|
Maximum fitness of the population.
Namespace:
Accord.Genetic
Assembly:
Accord.Genetic (in Accord.Genetic.dll) Version: 3.8.0
Syntax public double FitnessMax { get; }
Public ReadOnly Property FitnessMax As Double
Get
Request Example
View SourceProperty Value
Type:
DoubleRemarks The property keeps maximum fitness of chromosomes currently existing
in the population.
See Also