Function PGAGetMutationRealValue

Function Documentation

double PGAGetMutationRealValue(PGAContext *ctx)

Return the value of the multiplier used to mutate strings of data type real with.

Example

PGAContext *ctx;
double val;

...
val = PGAGetMutationRealValue (ctx);

Parameters
  • ctx – context variable

Returns

The value of the multiplier