EliteSelection Class

GeneticSharp

EliteSelection Class GeneticSharp
Selects the chromosomes with the best fitness.
Inheritance Hierarchy

OnlineSystem Object  GeneticSharp.Domain.Selections SelectionBase
    GeneticSharp.Domain.Selections EliteSelection

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

Syntax

public sealed class EliteSelection : SelectionBase
public sealed class EliteSelection : SelectionBase
Remarks

Also know as: Trucation Selection.
See Also