Man Page: pgasetprintfrequencyvalue
Operating Environment: debian
Section: 7
PGASetPrintFrequencyValue(7) PGAPack PGASetPrintFrequencyValue(7)NAMEPGASetPrintFrequencyValue - Specifies the frequency with which genetic algorithm statistics are reported.DESCRIPTIONThe default is every 10 GA iterations. Used only if PGARun() is used to run the GA.INPUT PARAMETERSctx - context variable print_freq - the genetic algorithm population size to useOUTPUT PARAMETERSnoneSYNOPSIS#include "pgapack.h" void PGASetPrintFrequencyValue(ctx, print_freq) PGAContext *ctx int print_freqLOCATIONreport.cEXAMPLEExample: PGAContext *ctx; : PGASetPrintFrequencyValue(ctx,1); 05/01/95 PGASetPrintFrequencyValue(7)
| Related Man Pages |
|---|
| pgasetintegerinitrange(2) - debian |
| pgasetrealinitpercent(2) - debian |
| pgasetrealinitrange(2) - debian |
| pgadebugprint(3) - debian |
| pgacreate(8) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Introduction |
| One instance of comparing grep and awk |
| Find columns in a file based on header and print to new file |
| Weird 'find' results |
| My first PERL incarnation... Audio Oscillograph |