.TH PGAGetPTournamentProb 3 "05/01/95" " " "PGAPack" .SH NAME PGAGetPTournamentProb \- returns the probability of selecting the best string in a probabilistic binary tournament .SH INPUT PARAMETERS .PD 0 .TP ctx - context variable .PD 1 .SH OUTPUT PARAMETERS .PD 0 .TP none .PD 1 .SH SYNOPSIS .nf #include "pgapack.h" double PGAGetPTournamentProb(ctx) PGAContext *ctx .fi .SH LOCATION select.c .SH EXAMPLE .nf Example: PGAContext *ctx; double pt; : pt = PGAGetPTournamentProb(ctx); .fi