Man Page: pgagetmaxgaitervalue
Operating Environment: debian
Section: 8
PGAGetMaxGAIterValue(8) PGAPack PGAGetMaxGAIterValue(8)NAMEPGAGetMaxGAIterValue - Returns the maximum number of iterations to runINPUT PARAMETERSctx - context variableOUTPUT PARAMETERSnoneSYNOPSIS#include "pgapack.h" int PGAGetMaxGAIterValue(ctx) PGAContext *ctxLOCATIONstop.cEXAMPLEExample: PGAContext *ctx; int maxiter; : maxiter = PGAGetMaxGAIterValue(ctx); 05/01/95 PGAGetMaxGAIterValue(8)