PGAGetPTournamentProb - 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);
05/01/95 PGAGetPTournamentProb(3)