ssrmup1 {adana}R Documentation

Mu+1 replacement function

Description

Two randomly selected parents from the mating pool are mated to produce one or more offspring. The fit value of an individual randomly selected from the population is compared with the offspring with the highest fitness value. If the fitness value of the offspring is higher, the offspring is replaced with the individual.

Usage

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


[Package adana version 1.1.0 Index]