Man Linux: Main Page and Category List

NAME

       PGAGetPTournamentProb  -  returns the probability of selecting the best
       string in a probabilistic binary tournament

INPUT PARAMETERS

       ctx    - context variable

OUTPUT PARAMETERS

       none

SYNOPSIS

       #include "pgapack.h"
       double  PGAGetPTournamentProb(ctx)
       PGAContext *ctx

LOCATION

       select.c

EXAMPLE

       Example:
       PGAContext *ctx;
       double pt;
       :
       pt = PGAGetPTournamentProb(ctx);

                                   05/01/95           PGAGetPTournamentProb(3)