elitism {adana}R Documentation

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.

Author(s)

Zeynel Cebeci & Erkut Tekeli

See Also

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


[Package adana version 1.1.0 Index]