The value of the multiplier used by pgafitnessmincmax so that the worst string has a nonzero fitness.
The default value is 1.01.
ctx
- context variable
val
- the value of the multiplier
none
#include "pgapack.h" void PGASetFitnessCmaxValue(ctx, val) PGAContext *ctx double val
fitness.c
Example: PGAContext *ctx; : PGASetFitnessCmaxValue(ctx, 1.2);