source: trunk/optimizer/src/pgapack/pgapack/man/man7/PGAPrintPopulation.7 @ 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: 594 bytes
Line 
1.TH PGAPrintPopulation 7 "05/01/95" " " "PGAPack"
2.SH NAME
3PGAPrintPopulation \- Calls PGAPrintIndividual to print each member of a
4population
5.SH INPUT PARAMETERS
6.PD 0
7.TP
8ctx
9- context variable
10.PD 0
11.TP
12fp
13- file pointer to print the output to
14.PD 0
15.TP
16pop
17- symbolic constant of the population to be printed
18.PD 1
19.SH OUTPUT PARAMETERS
20.PD 0
21.TP
22none
23
24.PD 1
25.SH SYNOPSIS
26.nf
27#include "pgapack.h"
28void  PGAPrintPopulation(ctx, fp, pop)
29PGAContext *ctx
30FILE *fp
31int pop
32.fi
33.SH LOCATION
34report.c
35.SH EXAMPLE
36.nf
37Example:
38PGAContext *ctx;
39:
40PGAPrintPopulation(ctx, stdout, PGA_NEWPOP);
41
42.fi
Note: See TracBrowser for help on using the repository browser.