Function PGAGetMutationScrambleMax

Function Documentation

int PGAGetMutationScrambleMax(PGAContext *ctx)

Return the maximum length for scramble mutation.

Example

PGAContext *ctx;
int v;

...
v = PGAGetMutationScrambleMax (ctx);

Parameters:
  • ctx – context variable

Returns:

The maximum length for scramble mutation