PGAGetFitnessCmaxValue - 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); 05/01/95 PGAGetFitnessCmaxValue(1)