Learn R Programming

adana (version 1.1.0)

grrobin: Round Robin Replacement Function

Description

The parent and offspring populations are combined. Then, each individual in the combined population is compared with k randomly selected individuals. In these double tournaments, if an individual has higher fitness than the individual they are compared to, +1 point is obtained. The new population is created from the individuals with the highest score.

Usage

grrobin(parpop, offpop, repk, ...)

Arguments

parpop

A matrix. Parent population

offpop

A matrix. Offspring population

repk

Number of Comparisons

Further arguments passed to or from other methods.

Value

A matrix. Population of the new generation.

See Also

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