pgaprintreport(7) debian man page | unix.com

Man Page: pgaprintreport

Operating Environment: debian

Section: 7

PGAPrintReport(7)						      PGAPack							 PGAPrintReport(7)

NAME
PGAPrintReport - prints genetic algorithm statistics.
DESCRIPTION
The statistics that are printed are determined by PGASetPrintOptions().
INPUT PARAMETERS
ctx - context variable fp - file pointer to print the output to pop - symbolic constant of the population whose statistics are printed
OUTPUT PARAMETERS
none
SYNOPSIS
#include "pgapack.h" void PGAPrintReport(ctx, fp, pop) PGAContext *ctx FILE *fp int pop
LOCATION
report.c
EXAMPLE
Example: PGAContext *ctx; int p; : PGAPrintReport(ctx, stdout, PGA_NEWPOP); 05/01/95 PGAPrintReport(7)
Related Man Pages
pgasetrealinitpercent(2) - debian
pgadebugprint(3) - debian
pgasortpop(8) - debian
hx509_validate_ctx_init(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
Weird 'find' results
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?