DESCRIPTION
If this is called without calling PGASetMutationType(), the default mutation type is PGA_MUTATION_FIXED. The default probability is the reciprocal of the string length.INPUT PARAMETERS
- ctx
 - - context variable
 - p
 - - the mutation probability
 
OUTPUT PARAMETERS
- none
 - 
 
SYNOPSIS
#include "pgapack.h"
void  PGASetMutationProb(ctx, mutation_prob)
PGAContext *ctx
double mutation_prob
LOCATION
mutation.cEXAMPLE
Example: PGAContext *ctx; : PGASetMutationProb(ctx,0.001);

