Function PGAGetMutationIntegerValue

Function Documentation

int PGAGetMutationIntegerValue(PGAContext *ctx)

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

Example

PGAContext *ctx;
int ival;

...
ival = PGAGetMutationIntegerValue (ctx);

Parameters
  • ctx – context variable

Returns

The value of the multiplier