Function PGAGetFitnessCmaxValue

Function Documentation

double PGAGetFitnessCmaxValue(PGAContext *ctx)

Return the value of the multiplier used in the MinCmax fitness algorithm.

Example

PGAContext *ctx;
double cmax;

...
cmax = PGAGetFitnessCmaxValue (ctx);

Parameters
  • ctx – context variable

Returns

The value of Cmax used