Query: pgasetmaxgaitervalue
OS: debian
Section: 8
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PGASetMaxGAIterValue(8) PGAPack PGASetMaxGAIterValue(8)NAMEPGASetMaxGAIterValue - specify the maximum number of iterations for the stopping rule PGA_STOP_MAXITER (which, by itself, is the default stopping rule and is always in effect).DESCRIPTIONThe default value is 1000 iterations.INPUT PARAMETERSctx - context variable maxiter - the maximum number of GA iterations to run before stoppingOUTPUT PARAMETERSnoneSYNOPSIS#include "pgapack.h" void PGASetMaxGAIterValue(ctx, maxiter) PGAContext *ctx int maxiterLOCATIONstop.cEXAMPLEExample: PGAContext *ctx; : PGASetMaxGAIterValue(ctx,5000); 05/01/95 PGASetMaxGAIterValue(8)