Function PGAGetDENumDiffs

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