Mutation balancer to control mutation type, [0, 1].
Namespace:
AForge.GeneticAssembly: AForge.Genetic (in AForge.Genetic.dll) Version: 2.2.4.0 (2.2.4.0)
Syntax
| C# |
|---|
public double MutationBalancer { get; set; } |
Remarks
The property controls type of mutation, which is used more frequently. A radnom number is generated each time before doing mutation – if the random number is smaller than the specified balance value, then one mutation type is used, otherwse another. See Mutate()()() method for more information.
Default value is set to 0.5.