Returns the value of the multiplier used by pgafitnessmincmax.
ctx
- context variable
none
#include "pgapack.h" double PGAGetFitnessCmaxValue(ctx) PGAContext *ctx
fitness.c
Example: PGAContext *ctx; double cmax; : cmax = PGAGetFitnessCmaxValue(ctx);