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)
Related Man Pages |
---|
pgasetintegerinitrange(2) - debian |
pgadebugprint(3) - debian |
pgacreate(8) - debian |
glxquerycontext(3g) - centos |
lwres_conf_parse(3) - centos |
Similar Topics in the Unix Linux Community |
---|
awk or sed - Convert 2 lines to 1 line |
How can I do this in VI editor? |
Is UNIX an open source OS ? |
Detecting unused variables... |
A (ksh) Library For and From UNIX.com |