ssrgenitor {adana} | R Documentation |
Genitor replacement function
Description
The offspring obtained by mating two randomly selected parents from the mating pool is placed in the place of the worst individual in the current population (Whitley, 1988).
Usage
ssrgenitor(parpop, offpop, ...)
Arguments
parpop |
A matrix. Parent population |
offpop |
A matrix. Offspring population |
... |
Further arguments passed to or from other methods. |
Value
A matrix. Population of the new generation.
Author(s)
Zeynel Cebeci & Erkut Tekeli
References
Whitley, L.D. (1988). GENITOR: A different genetic algorithm. In Proc. of the Rocky Mountain conf. on artificial intellegence, pp. 118-130.
See Also
grdelall
,
elitism
,
grmuplambda
,
grmuplambda2
,
grmuplambda3
,
grmuplambda4
,
grmuvlambda
,
grrobin
,
ssrmup1
,
ssrfamtour
,
ssrx
[Package adana version 1.1.0 Index]