crossover Uniform
fun <T, F> CellEvolveScope<MutableList<T>, F>.crossoverUniform(chance: Double, chanceUniform: Double)
Executes a uniform crossover that modify in-place the input chromosomes. The attributes are swapped according to the chanceUniform probability.
Parameters
chance
chance of crossover between a pair of chromosomes
chance Uniform
probability for index swapping