Returns the probability with which an allele will be mutated during a restart
ctx
- context variable
none
#include "pgapack.h" double PGAGetRestartAlleleChangeProb(ctx) PGAContext *ctx
restart.c
Example: PGAContext *ctx; : prob = PGASetRestartAlleleChangeProb(ctx);