Click or drag to resize
Accord.NET (logo)

PopulationSelectionMethod Property

Selection method to use with the population.

Namespace:  Accord.Genetic
Assembly:  Accord.Genetic (in Accord.Genetic.dll) Version: 3.8.0
Syntax
public ISelectionMethod SelectionMethod { get; set; }
Request Example View Source

Property Value

Type: ISelectionMethod
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