|
PopulationSelection Method
|
Do selection.
Namespace:
Accord.Genetic
Assembly:
Accord.Genetic (in Accord.Genetic.dll) Version: 3.8.0
Syntax 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).
See Also