Function PGAGetDECrossoverProb

Function Documentation

double PGAGetDECrossoverProb(PGAContext *ctx)

Return the crossover probability for Differential Evolution.

Example

PGAContext *ctx;
double val;

...
val = PGAGetDECrossoverProb (ctx);

Parameters
  • ctx – context variable

Returns

The value of the Differential Evolution crossover probability