grmuplambda2 {adana}R Documentation

Mu+Lambda replacement function 2 (delete the worst \lambda)

Description

Parents and offspring are ranked separately according to their compatibility among themselves. Then \lambda offspring with the best fitness value is replaced by \lambda parent with the worst fitness value.

Usage

grmuplambda2(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, grmuplambda3, grmuplambda4, grmuvlambda, grrobin, ssrmup1, ssrmup1, ssrgenitor, ssrfamtour, ssrx


[Package adana version 1.1.0 Index]