Click or drag to resize
Accord.NET (logo)

IChromosomeFitness Property

Chromosome's fitness value.

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

Property Value

Type: Double
Remarks

The fitness value represents chromosome's usefulness - the greater the value, the more useful it is.

See Also