grmuplambda3: Mu+Lambda replacement function 3

View source: R/grmuplambda3.R

grmuplambda3R Documentation

Mu+Lambda replacement function 3

Description

After the offspring are ranked according to their fitness values, the λ best fit offspring are replaced by λ parents randomly selected from the current parent population.

Usage

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


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

Related to grmuplambda3 in adana...