| grmuplambda3 | R Documentation |
After the offspring are ranked according to their fitness values, the λ best fit offspring are replaced by λ parents randomly selected from the current parent population.
grmuplambda3(parpop, offpop, lambda, ...)
parpop |
A matrix. Parent population |
offpop |
A matrix. Offspring population |
lambda |
Number of individuals renewed in the population |
... |
Further arguments passed to or from other methods. |
A matrix. Population of the new generation.
Zeynel Cebeci & Erkut Tekeli
grdelall,
elitism,
grmuplambda,
grmuplambda2,
grmuplambda4,
grmuvlambda,
grrobin,
ssrmup1,
ssrmup1,
ssrgenitor,
ssrfamtour,
ssrx
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.