Query: pgaprintreport
OS: debian
Section: 7
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PGAPrintReport(7) PGAPack PGAPrintReport(7)NAMEPGAPrintReport - prints genetic algorithm statistics.DESCRIPTIONThe statistics that are printed are determined by PGASetPrintOptions().INPUT PARAMETERSctx - context variable fp - file pointer to print the output to pop - symbolic constant of the population whose statistics are printedOUTPUT PARAMETERSnoneSYNOPSIS#include "pgapack.h" void PGAPrintReport(ctx, fp, pop) PGAContext *ctx FILE *fp int popLOCATIONreport.cEXAMPLEExample: PGAContext *ctx; int p; : PGAPrintReport(ctx, stdout, PGA_NEWPOP); 05/01/95 PGAPrintReport(7)