Function PGASetMutationScrambleMax
Defined in File mutation.c
Function Documentation
-
void PGASetMutationScrambleMax(PGAContext *ctx, int v)
Specify the maximum length for scramble mutation.
Example
PGAContext *ctx; ... PGASetMutationScrambleMax (ctx, 5);
- Parameters:
ctx – context variable
v – the maximum length for scramble mutation
- Returns:
None