Click or drag to resize
Accord.NET (logo)

PopulationBestChromosome Property

Best chromosome of the population.

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

Property Value

Type: IChromosome
Remarks

The property keeps the best chromosome existing in the population or if all chromosomes have 0 fitness.

Note Note
The property is recalculate only after selection or migration was done.

See Also