ssrx {adana}R Documentation

Mixed replacement function

Description

The offspring with the best fitness value takes the place of an individual randomly selected from among the individuals excluding their parents and the individual with the worst fitness value in the population.

Usage

ssrx(parpop, offpop, reppars, ...)

Arguments

parpop

A matrix. Parent population

offpop

A matrix. Offspring population

reppars

A vector. Indices of the parents

...

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, grmuvlambda, grrobin, ssrmup1, ssrgenitor, ssrfamtour


[Package adana version 1.1.0 Index]