recUnifCrossover | R Documentation |
Produces two child individuals. The i-th gene is from parent1 with probability
p
and from parent2 with probability 1-p
.
recUnifCrossover(inds, p = 0.5)
inds |
[ |
p |
[ |
[list
]
Other recombinators:
recCrossover()
,
recIntermediate()
,
recOX()
,
recPMX()
,
recSBX()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.