Elite selection method.
Namespace:
AForge.GeneticAssembly: AForge.Genetic (in AForge.Genetic.dll) Version: 2.2.4.0 (2.2.4.0)
Syntax
| C# |
|---|
public class EliteSelection : ISelectionMethod |
Remarks
Elite selection method selects specified amount of
best chromosomes to the next generation.