grmuvlambda {adana}R Documentation

Mu & Lambda Replacement Function

Description

In this renewal strategy, after the offspring are ranked according to their fitness values, the number of the population of the offspring with the best fitness value is replaced by the parents (Schwefel, 1981). To use this renewal algorithm, it is necessary to produce many more offspring than the population count.

Usage

grmuvlambda(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

See Also

grdelall, elitism, grmuplambda, grmuplambda2, grmuplambda3, grmuplambda4, grrobin, ssrmup1, ssrgenitor, ssrfamtour, ssrx


[Package adana version 1.1.0 Index]