| grrobin | R Documentation |
The parent and offspring populations are combined. Then, each individual in the combined population is compared with k randomly selected individuals. In these double tournaments, if an individual has higher fitness than the individual they are compared to, +1 point is obtained. The new population is created from the individuals with the highest score.
grrobin(parpop, offpop, repk, ...)
parpop |
A matrix. Parent population |
offpop |
A matrix. Offspring population |
repk |
Number of Comparisons |
... |
Further arguments passed to or from other methods. |
A matrix. Population of the new generation.
Zeynel Cebeci & Erkut Tekeli
grdelall,
elitism,
grmuplambda,
grmuplambda2,
grmuplambda3,
grmuplambda4,
grmuvlambda,
ssrmup1,
ssrgenitor,
ssrfamtour,
ssrx
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.