tournamentSelection {CEGO} | R Documentation |
Tournament Selection
Description
Simple Tournament Selection implementation.
Usage
tournamentSelection(
fitness,
tournamentSize,
tournamentProbability,
selectFromN
)
Arguments
fitness |
Fitness values of individuals |
tournamentSize |
Tournament Size |
tournamentProbability |
Tournament Probability |
selectFromN |
Number of tournament winners |
Value
index of tournament winners
See Also
[Package CEGO version 2.4.4 Index]