Function PGAGetNumAuxEval

Function Documentation

int PGAGetNumAuxEval(PGAContext *ctx)

Get the number of auxiliary evaluations.

Example

PGAContext *ctx;
int num;

...
num = PGAGetNumAuxEval (ctx);

Parameters
  • ctx – context variable

Returns

Number of auxiliary evaluations