Returns the probability of mutation.
ctx
- context variable
none
#include "pgapack.h" double PGAGetMutationProb(ctx) PGAContext *ctx
mutation.c
Example: PGAContext *ctx; double pm; : pm = PGAGetMutateProb(ctx);