PGASetRestartAlleleChangeProb - specifies the probability with which an allele will be mutated during a restart
ctx - context variable prob - probability of mutation
none
#include "pgapack.h" void PGASetRestartAlleleChangeProb(ctx, prob) PGAContext *ctx double prob
restart.c
Example: PGAContext *ctx; : PGASetRestartAlleleChangeProb(ctx, 0.5); 05/01/95 PGASetRestartAlleleChangeProb(3)