|
PopulationCrossoverRate Property
|
Crossover rate, [0.1, 1].
Namespace:
Accord.Genetic
Assembly:
Accord.Genetic (in Accord.Genetic.dll) Version: 3.8.0
Syntax public double CrossoverRate { get; set; }
Public Property CrossoverRate As Double
Get
Set
Request Example
View SourceProperty Value
Type:
DoubleRemarks The value determines the amount of chromosomes which participate
in crossover.
Default value is set to 0.75.
See Also