Function PGAGetMaxGAIterValue

Function Documentation

int PGAGetMaxGAIterValue(PGAContext *ctx)

Return the maximum number of iterations to run.

Example

PGAContext *ctx;
int maxiter;

...
maxiter = PGAGetMaxGAIterValue (ctx);

Parameters
  • ctx – context variable

Returns

The maximum number of iterations to run