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).
The default value is 1000 iterations.
ctx
- context variable
maxiter
- the maximum number of GA iterations to run before stopping
none
#include "pgapack.h" void PGASetMaxGAIterValue(ctx, maxiter) PGAContext *ctx int maxiter
stop.c
Example: PGAContext *ctx; : PGASetMaxGAIterValue(ctx,5000);