Do selection.
Namespace:
AForge.GeneticAssembly: AForge.Genetic (in AForge.Genetic.dll) Version: 2.2.4.0 (2.2.4.0)
Syntax
C# |
---|
public virtual void Selection() |
Remarks
The method applies selection operator to the current population. Using
specified selection algorithm it selects members to the new generation from current
generates and adds certain amount of random members, if is required
(see RandomSelectionPortion).