Function PGAGetMutationPolyValue
Defined in File mutation.c
Function Documentation
-
double PGAGetMutationPolyValue(PGAContext *ctx)
Return the value for polynomial mutation.
Example
PGAContext *ctx; double v; ... v = PGAGetMutationPolyValue (ctx);
- Parameters:
ctx – context variable
- Returns:
The value for polynomial mutation