DoubleArrayChromosomeMutationBalancer Property |
Namespace: Accord.Genetic
The property controls type of mutation, which is used more frequently. A random 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.