pgasetprintoptions(7) debian man page | unix.com

Man Page: pgasetprintoptions

Operating Environment: debian

Section: 7

PGASetPrintOptions(7)						      PGAPack						     PGASetPrintOptions(7)

NAME
PGASetPrintOptions - set flags to indicate what GA statistics should be printed whenever output is printed.
DESCRIPTION
May be called more than once to specify different report options. Valid choices are PGA_REPORT_AVERAGE, PGA_REPORT_OFFLINE, PGA_REPORT_ONLINE, PGA_REPORT_WORST, PGA_REPORT_HAMMING, and PGA_REPORT_STRING to specify offline analysis, online analysis, the worst string in the population, the Hamming distance of the population, and the actual allele values of the best string. The best string is always printed.
INPUT PARAMETERS
ctx - context variable option - symbolic constant to specify a print option
OUTPUT PARAMETERS
none
SYNOPSIS
#include "pgapack.h" void PGASetPrintOptions(ctx, option) PGAContext *ctx int option
LOCATION
report.c
EXAMPLE
Example: PGAContext *ctx; : PGASetPrintOptions(ctx, PGA_REPORT_WORST); 05/01/95 PGASetPrintOptions(7)
Related Man Pages
pgadebugprint(3) - debian
pgasendreceiveindividual(4) - debian
hx509_validate_ctx_init(3) - freebsd
hx509_cert_keyusage_print(3) - freebsd
hx509_oid_sprint(3) - freebsd
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
How can I do this in VI editor?
Detecting unused variables...
One instance of comparing grep and awk
Find columns in a file based on header and print to new file