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