PGAGetMaxGAIterValue - Returns the maximum number of iterations to run
ctx - context variable
none
#include "pgapack.h" int PGAGetMaxGAIterValue(ctx) PGAContext *ctx
stop.c
Example: PGAContext *ctx; int maxiter; : maxiter = PGAGetMaxGAIterValue(ctx); 05/01/95 PGAGetMaxGAIterValue(8)