debian man page for pgasetmutationprob

Query: pgasetmutationprob

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

PGASetMutationProb(3)						      PGAPack						     PGASetMutationProb(3)

NAME
PGASetMutationProb - Specifies the probability that a given allele will be mutated.
DESCRIPTION
If 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 PARAMETERS
ctx - context variable p - the mutation probability
OUTPUT PARAMETERS
none
SYNOPSIS
#include "pgapack.h" void PGASetMutationProb(ctx, mutation_prob) PGAContext *ctx double mutation_prob
LOCATION
mutation.c
EXAMPLE
Example: PGAContext *ctx; : PGASetMutationProb(ctx,0.001); 05/01/95 PGASetMutationProb(3)
Related Man Pages
pgasetintegerinitrange(2) - debian
pgasetuserfunction(8) - debian
glxquerycontextinfoext(3g) - centos
glxmakecurrent(3) - xfree86
glxmakecurrent(3) - suse
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Introduction
Detecting unused variables...
How to copy a column of multiple files and paste into new excel file (next to column)?