Function PGAGetMutationProb
Defined in File mutation.c
Function Documentation
-
double PGAGetMutationProb(PGAContext *ctx)
Return the probability of mutation.
Example
PGAContext *ctx; double pm; ... pm = PGAGetMutationProb (ctx);
- Parameters:
ctx – context variable
- Returns:
The mutation probability