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
pgasetintegerinitrange(2) - debian
pgasetrealinitrange(2) - debian
pgaduplicate(8) - debian
lwres_conf_parse(3) - centos
lwres_conf_get(3) - centos
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Detecting unused variables...
Find columns in a file based on header and print to new file
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?