grmuvlambda | R Documentation |
In this renewal strategy, after the offspring are ranked according to their fitness values, the number of the population of the offspring with the best fitness value is replaced by the parents (Schwefel, 1981). To use this renewal algorithm, it is necessary to produce many more offspring than the population count.
grmuvlambda(parpop, offpop, ...)
parpop |
A matrix. Parent population |
offpop |
A matrix. Offspring population |
... |
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
,
grrobin
,
ssrmup1
,
ssrgenitor
,
ssrfamtour
,
ssrx
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.