PGAGetRestartAlleleChangeProb - 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);
05/01/95 PGAGetRestartAlleleChangeProb(3)