Genetic selection method interface.
Namespace:
AForge.GeneticAssembly: AForge.Genetic (in AForge.Genetic.dll) Version: 2.2.4.0 (2.2.4.0)
Syntax
| C# |
|---|
public interface ISelectionMethod |
Remarks
The interface should be implemented by all classes, which
implement genetic selection algorithm. These algorithms select members of
current generation, which should be kept in the new generation. Basically,
these algorithms filter provided population keeping only specified amount of
members.