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

View source: R/grmuplambda2.R

grmuplambda2R Documentation

Mu+Lambda replacement function 2 (delete the worst λ)

Description

Parents and offspring are ranked separately according to their compatibility among themselves. Then λ offspring with the best fitness value is replaced by λ 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


adana documentation built on March 18, 2022, 6:03 p.m.

Related to grmuplambda2 in adana...