Function PGASetEpsilonExponent

Function Documentation

void PGASetEpsilonExponent(PGAContext *ctx, double e)

Configure the exponent of the term computing the epsilon value in each generation.

Example

PGAContext *ctx;

...
PGASetEpsilonExponent (ctx, 5);

Parameters
  • ctx – context variable

  • e – Exponent

Returns

None