Function PGAGetDECrossoverType

Function Documentation

int PGAGetDECrossoverType(PGAContext *ctx)

Return the Differential Evolution crossover type.

Example

PGAContext *ctx;
int val;

...
val = PGAGetDECrossoverType (ctx);

Parameters
  • ctx – context variable

Returns

The value of the Differential Evolution crossover type