Man Page: pgasetmutationprob
Operating Environment: debian
Section: 3
PGASetMutationProb(3) PGAPack PGASetMutationProb(3)NAMEPGASetMutationProb - Specifies the probability that a given allele will be mutated.DESCRIPTIONIf 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 PARAMETERSctx - context variable p - the mutation probabilityOUTPUT PARAMETERSnoneSYNOPSIS#include "pgapack.h" void PGASetMutationProb(ctx, mutation_prob) PGAContext *ctx double mutation_probLOCATIONmutation.cEXAMPLEExample: PGAContext *ctx; : PGASetMutationProb(ctx,0.001); 05/01/95 PGASetMutationProb(3)
| Related Man Pages |
|---|
| pgaevaluate(1) - debian |
| pgasetrealinitrange(2) - debian |
| pgacreate(8) - debian |
| glxquerycontextinfoext(3g) - centos |
| glxmakecurrent(3) - suse |
| Similar Topics in the Unix Linux Community |
|---|
| Installing Dash Shell on OS X Lion |
| How can I do this in VI editor? |
| Find columns in a file based on header and print to new file |
| My first PERL incarnation... Audio Oscillograph |