Set multiplier to mutate pga_datatype_integer strings with.
The use of this value depends on the type of mutation being used. The default value is 1. See the user guide for more details.
ctx
- context variable
val
- the mutation value to use for Integer mutation
none
#include "pgapack.h" void PGASetMutationIntegerValue(ctx, val) PGAContext *ctx int val
mutation.c
Example: PGAContext *ctx; : PGASetMutationIntegerValue(ctx, 5);