Function PGAGetTournamentSize
Defined in File select.c
Function Documentation
-
double PGAGetTournamentSize(PGAContext *ctx)
Return the number of participants in a tournament.
Example
PGAContext *ctx; double sz; ... sz = PGAGetTournamentSize (ctx);
- Parameters:
ctx – context variable
- Returns:
The number of participants in a non probabilistic tournament