Learn R Programming

CEGO (version 2.4.3)

tournamentSelection: Tournament Selection

Description

Simple Tournament Selection implementation.

Usage

tournamentSelection(
  fitness,
  tournamentSize,
  tournamentProbability,
  selectFromN
)

Value

index of tournament winners

Arguments

fitness

Fitness values of individuals

tournamentSize

Tournament Size

tournamentProbability

Tournament Probability

selectFromN

Number of tournament winners

See Also

modelKriging