Click or drag to resize
Accord.NET (logo)

PopulationRandomSelectionPortion Property

Random selection portion, [0, 0.9].

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

Property Value

Type: Double
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.

See Also