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)
| Related Man Pages |
|---|
| pgaevaluate(1) - debian |
| pgasendreceiveindividual(4) - debian |
| pgaduplicate(8) - debian |
| hx509_bitstring_print(3) - freebsd |
| hx509_cert_keyusage_print(3) - freebsd |
| Similar Topics in the Unix Linux Community |
|---|
| Adding the individual columns of a matrix. |
| awk or sed - Convert 2 lines to 1 line |
| Detecting unused variables... |
| One instance of comparing grep and awk |