ssrfamtour {adana} | R Documentation |
Replacement function via family tournament
Description
The two most compatible between the two parents and their offspring are added to the new generation population, while those with low fitness are discarded (Sivanandam et.al., 2007).
Usage
ssrfamtour(parpop, offpop, reppars, ...)
Arguments
parpop |
A matrix. Parent population |
offpop |
A matrix. Offspring population |
reppars |
A vector. Indices of the parents |
... |
Further arguments passed to or from other methods. |
Value
A matrix. Population of the new generation.
Author(s)
Zeynel Cebeci & Erkut Tekeli
References
Sivanandam et.al., (2007).
See Also
grdelall
,
elitism
,
grmuplambda
,
grmuplambda2
,
grmuplambda3
,
grmuplambda4
,
grmuvlambda
,
grrobin
,
ssrmup1
,
ssrgenitor
,
ssrx
[Package adana version 1.1.0 Index]