crossover | R Documentation |
This function receives input from the output of selection function, and do crossovers on the pairs of parents
crossover(genes, parents)
genes |
n by P matrix; P columns of genes with length n (composed of 1s and 0s) |
parents |
2 by P marix; P columns of indexes |
Fernando Machado, Jiayang Nie
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.