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