DoubleArrayChromosomeCrossoverBalancer Property |
Namespace: Accord.Genetic
The property controls type of crossover, which is used more frequently. A random number is generated each time before doing crossover - if the random number is smaller than the specified balance value, then one crossover type is used, otherwse another. See Crossover(IChromosome) method for more information.
Default value is set to 0.5.