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);