Function PGASetNumAuxEval
Defined in File create.c
Function Documentation
-
void PGASetNumAuxEval(PGAContext *ctx, int n)
Initialize the number of auxiliary evaluations.
Example
PGAContext *ctx; ... PGASetNumAuxEval (ctx, 5);
- Parameters:
ctx – context variable
n – Number of auxiliary evaluations
- Returns:
None