recPCrossover | R Documentation |
Crossover recombination operator that crosses over each position iid with
prob. p
and can also be used for non-binary operators.
recPCrossover(inds, p = 0.1, ...)
inds |
|
p |
|
... |
further arguments passed on to the method. |
[list of any]
The mutated individuals.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.