Returns the value of the multiplier used to mutate pga_datatype_real strings with.
ctx
- context variable
none
#include "pgapack.h" double PGAGetMutationRealValue(ctx) PGAContext *ctx
mutation.c
Example: PGAContext *ctx; double val; : val = PGAGetMutationRealValue(ctx);