grmuplambda3 {adana} | R Documentation |
Mu+Lambda replacement function 3
Description
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.
Usage
grmuplambda3(parpop, offpop, lambda, ...)
Arguments
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. |
Value
A matrix. Population of the new generation.
Author(s)
Zeynel Cebeci & Erkut Tekeli
See Also
grdelall
,
elitism
,
grmuplambda
,
grmuplambda2
,
grmuplambda4
,
grmuvlambda
,
grrobin
,
ssrmup1
,
ssrmup1
,
ssrgenitor
,
ssrfamtour
,
ssrx
[Package adana version 1.1.0 Index]