Function PGAGetDENumDiffs
Defined in File mutation.c
Function Documentation
-
int PGAGetDENumDiffs(PGAContext *ctx)
Return the number of differences for Differential Evolution.
Example
PGAContext *ctx; int val; ... val = PGAGetDENumDiffs (ctx);
- Parameters:
ctx – context variable
- Returns:
The value of the Differential Evolution number of differences