Query: pgasetrestartallelechangeprob
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PGASetRestartAlleleChangeProb(3) PGAPack PGASetRestartAlleleChangeProb(3)NAMEPGASetRestartAlleleChangeProb - specifies the probability with which an allele will be mutated during a restartINPUT PARAMETERSctx - context variable prob - probability of mutationOUTPUT PARAMETERSnoneSYNOPSIS#include "pgapack.h" void PGASetRestartAlleleChangeProb(ctx, prob) PGAContext *ctx double probLOCATIONrestart.cEXAMPLEExample: PGAContext *ctx; : PGASetRestartAlleleChangeProb(ctx, 0.5); 05/01/95 PGASetRestartAlleleChangeProb(3)