GeneticAlgorithm.BestChromosome Property

GeneticSharp

GeneticAlgorithm BestChromosome Property GeneticSharp
Gets the best chromosome.

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

Syntax

public IChromosome BestChromosome { get; }
public IChromosome BestChromosome { get; }

Property Value

Type: IChromosome
The best chromosome.

Implements

IGeneticAlgorithm BestChromosome
See Also