Selection method to use with the population.

Namespace:  AForge.Genetic
Assembly:  AForge.Genetic (in AForge.Genetic.dll) Version: 2.2.4.0 (2.2.4.0)

Syntax

C#
public ISelectionMethod SelectionMethod { get; set; }

Remarks

The property sets selection method which is used to select population members for a new population - filter population after reproduction was done with operators like crossover and mutations.

See Also