Random selection portion, [0, 0.9].
Namespace:
AForge.GeneticAssembly: AForge.Genetic (in AForge.Genetic.dll) Version: 2.2.4.0 (2.2.4.0)
Syntax
| C# |
|---|
public double RandomSelectionPortion { get; set; } |
Remarks
The value determines the amount of chromosomes which will be randomly generated for the new population. The property controls the amount of chromosomes, which are selected to a new population using selection operator, and amount of random chromosomes added to the new population.
Default value is set to 0.