Function PGASetMutationPolyValue
Defined in File mutation.c
Function Documentation
-
void PGASetMutationPolyValue(PGAContext *ctx, double v)
Specify the constant for polynomial mutation.
Example
PGAContext *ctx; ... PGASetMutationPolyValue (ctx, 2.5);
- Parameters:
ctx – context variable
v – the polynomial mutation constant
- Returns:
None