Returns the probability of selecting the best string in a probabilistic binary tournament
ctx
- context variable
none
#include "pgapack.h" double PGAGetPTournamentProb(ctx) PGAContext *ctx
select.c
Example: PGAContext *ctx; double pt; : pt = PGAGetPTournamentProb(ctx);