Prints genetic algorithm statistics.
The statistics that are printed are determined by PGASetPrintOptions().
ctx
- context variable
fp
- file pointer to print the output to
pop
- symbolic constant of the population whose statistics are printed
none
#include "pgapack.h" void PGAPrintReport(ctx, fp, pop) PGAContext *ctx FILE *fp int pop
report.c
Example: PGAContext *ctx; int p; : PGAPrintReport(ctx, stdout, PGA_NEWPOP);