Function PGAGetTournamentWithReplacement
Defined in File select.c
Function Documentation
-
int PGAGetTournamentWithReplacement(PGAContext *ctx)
Return the setting for tournament sampling, true if with replacement.
Example
PGAContext *ctx; int v; ... v = PGAGetTournamentWithReplacement (ctx);
- Parameters:
ctx – context variable
- Returns:
The setting of tournament with/without replacement, true if with replacement