Function PGAGetDEProbabilityEO

Function Documentation

double PGAGetDEProbabilityEO(PGAContext *ctx)

Return the probability of the either-or variant of Differential Evolution.

Example

PGAContext *ctx;
double val;

...
val = PGAGetDEProbabilityEO (ctx);

Parameters
  • ctx – context variable

Returns

The value of the Differential Evolution EO-Probability