tournamentSelection: Performs tournament selection for the FuGePSD algorithm

Description Usage Arguments Value

Description

It makes a tournament selection for the FuGePSD algorithm with variable tournament size.

Usage

1
tournamentSelection(pop, tamTournament)

Arguments

pop

The rule population

tamTournament

The size of the tornament (>= 2)

Value

the index in 'pop' of the best individual in the tournament.


aklxao2/SDEFSR documentation built on May 12, 2019, 5:36 a.m.