Query: pgasetmutationintegervalue
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PGASetMutationIntegerValue(3) PGAPack PGASetMutationIntegerValue(3)NAMEPGASetMutationIntegerValue - Set multiplier to mutate PGA_DATATYPE_INTEGER strings with.DESCRIPTIONThe use of this value depends on the type of mutation being used. The default value is 1. See the user guide for more details.INPUT PARAMETERSctx - context variable val - the mutation value to use for Integer mutationOUTPUT PARAMETERSnoneSYNOPSIS#include "pgapack.h" void PGASetMutationIntegerValue(ctx, val) PGAContext *ctx int valLOCATIONmutation.cEXAMPLEExample: PGAContext *ctx; : PGASetMutationIntegerValue(ctx, 5); 05/01/95 PGASetMutationIntegerValue(3)