Query: pgasetfitnesscmaxvalue
OS: debian
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PGASetFitnessCmaxValue(1) PGAPack PGASetFitnessCmaxValue(1)NAMEPGASetFitnessCmaxValue - The value of the multiplier used by PGAFitnessMinCmax so that the worst string has a nonzero fitness.DESCRIPTIONThe default value is 1.01.INPUT PARAMETERSctx - context variable val - the value of the multiplierOUTPUT PARAMETERSnoneSYNOPSIS#include "pgapack.h" void PGASetFitnessCmaxValue(ctx, val) PGAContext *ctx double valLOCATIONfitness.cEXAMPLEExample: PGAContext *ctx; : PGASetFitnessCmaxValue(ctx, 1.2); 05/01/95 PGASetFitnessCmaxValue(1)