| recUnifCrossover {ecr} | R Documentation |
Uniform crossover recombinator.
Description
Produces two child individuals. The i-th gene is from parent1 with probability
p and from parent2 with probability 1-p.
Usage
recUnifCrossover(inds, p = 0.5)
Arguments
inds |
[ |
p |
[ |
Value
[list]
See Also
Other recombinators:
recCrossover(),
recIntermediate(),
recOX(),
recPMX(),
recSBX()
[Package ecr version 2.1.1 Index]