Description Usage Arguments Author(s) See Also Examples
Multiplecrossover function performs a genetic cross with multiple translocation positions. For two vectors or matrix, it randomly chooses more than one points and switch every other piece of the segments. Multiplecrossover function will return a 2*p matrix. The default value of number of locations is 2.
1 | multiplecrossover(parents, num.cross.locations = 2)
|
parents |
|
num.cross.locations |
|
Qi Chen
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.