Population.BestChromosome Property

GeneticSharp

Population BestChromosome Property GeneticSharp
Gets the best chromosome.

Namespace: GeneticSharp.Domain.Populations
Assembly: GeneticSharp.Domain (in GeneticSharp.Domain.dll) Version: 1.0.5010.36434

Syntax

public IChromosome BestChromosome { get; private set; }
public IChromosome BestChromosome { get; private set; }

Property Value

Type: IChromosome
The best chromosome.
See Also