Learn R Programming

adana (version 1.1.0)

elitism: Elistist Replacement (Elitism) Function

Description

The reproduction of individuals with the highest fitness is called elitism. The elitism operator copies a certain number of individuals into the new population. Other individuals are selected from among the offspring in proportion to their fitness values.

Usage

elitism(parpop, offpop, reps, ...)

Arguments

parpop

A matrix. Parent population

offpop

A matrix. Offspring population

reps

Number of elite individuals

Further arguments passed to or from other methods.

Value

A matrix. Population of the new generation.

See Also

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