Click or drag to resize
Accord.NET (logo)

ChromosomeBaseFitness Property

Chromosome's fitness value.

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

Property Value

Type: Double

Implements

IChromosomeFitness
Remarks

Fitness value (usefulness) of the chromosome calculate by calling Evaluate(IFitnessFunction) method. The greater the value, the more useful the chromosome.

See Also