.TH PGAPrintPopulation 7 "05/01/95" " " "PGAPack" .SH NAME PGAPrintPopulation \- Calls PGAPrintIndividual to print each member of a population .SH INPUT PARAMETERS .PD 0 .TP ctx - context variable .PD 0 .TP fp - file pointer to print the output to .PD 0 .TP pop - symbolic constant of the population to be printed .PD 1 .SH OUTPUT PARAMETERS .PD 0 .TP none .PD 1 .SH SYNOPSIS .nf #include "pgapack.h" void PGAPrintPopulation(ctx, fp, pop) PGAContext *ctx FILE *fp int pop .fi .SH LOCATION report.c .SH EXAMPLE .nf Example: PGAContext *ctx; : PGAPrintPopulation(ctx, stdout, PGA_NEWPOP); .fi