source: trunk/optimizer/src/pgapack/pgapack/man/man3/PGAGetPTournamentProb.3 @ 816

Last change on this file since 816 was 816, checked in by liveletlive, 16 years ago

Committing the newer version of PGAPack.

File size: 489 bytes
Line 
1.TH PGAGetPTournamentProb 3 "05/01/95" " " "PGAPack"
2.SH NAME
3PGAGetPTournamentProb \- returns the probability of selecting the best
4string in a probabilistic binary tournament
5.SH INPUT PARAMETERS
6.PD 0
7.TP
8ctx
9- context variable
10.PD 1
11.SH OUTPUT PARAMETERS
12.PD 0
13.TP
14none
15
16.PD 1
17.SH SYNOPSIS
18.nf
19#include "pgapack.h"
20double  PGAGetPTournamentProb(ctx)
21PGAContext *ctx
22.fi
23.SH LOCATION
24select.c
25.SH EXAMPLE
26.nf
27Example:
28PGAContext *ctx;
29double pt;
30:
31pt = PGAGetPTournamentProb(ctx);
32
33.fi
Note: See TracBrowser for help on using the repository browser.