pgagetptournamentprob(3) debian man page | unix.com

Man Page: pgagetptournamentprob

Operating Environment: debian

Section: 3

PGAGetPTournamentProb(3)					      PGAPack						  PGAGetPTournamentProb(3)

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)
Related Man Pages
pgasetrealinitpercent(2) - debian
pgasendreceiveindividual(4) - debian
pgasetuserfunction(8) - debian
glxquerycontext(3g) - centos
lwres_conf_init(3) - centos
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
One instance of comparing grep and awk
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?