grmuplambda4 {adana} | R Documentation |
Mu+Lambda replacement function 4
Description
In the current population, randomly selected \lambda
parents are replaced by randomly selected \lambda
offspring.
Usage
grmuplambda4(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
,
grmuplambda3
,
grmuvlambda
,
grrobin
,
ssrmup1
,
ssrgenitor
,
ssrfamtour
,
ssrx
[Package adana version 1.1.0 Index]