pgasetprintfrequencyvalue(7) debian man page | unix.com

Man Page: pgasetprintfrequencyvalue

Operating Environment: debian

Section: 7

PGASetPrintFrequencyValue(7)					      PGAPack					      PGASetPrintFrequencyValue(7)

NAME
PGASetPrintFrequencyValue - Specifies the frequency with which genetic algorithm statistics are reported.
DESCRIPTION
The default is every 10 GA iterations. Used only if PGARun() is used to run the GA.
INPUT PARAMETERS
ctx - context variable print_freq - the genetic algorithm population size to use
OUTPUT PARAMETERS
none
SYNOPSIS
#include "pgapack.h" void PGASetPrintFrequencyValue(ctx, print_freq) PGAContext *ctx int print_freq
LOCATION
report.c
EXAMPLE
Example: PGAContext *ctx; : PGASetPrintFrequencyValue(ctx,1); 05/01/95 PGASetPrintFrequencyValue(7)
Related Man Pages
pgasetrealinitpercent(2) - debian
pgasortpop(8) - debian
pgasetuserfunction(8) - debian
evp_pkey_ctx_dup(3) - centos
glxquerycontext(3g) - centos
Similar Topics in the Unix Linux Community
Introduction
Detecting unused variables...
Find columns in a file based on header and print to new file
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?