debian man page for pgasetrestartallelechangeprob

Query: pgasetrestartallelechangeprob

OS: debian

Section: 3

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

PGASetRestartAlleleChangeProb(3)				      PGAPack					  PGASetRestartAlleleChangeProb(3)

NAME
PGASetRestartAlleleChangeProb - specifies the probability with which an allele will be mutated during a restart
INPUT PARAMETERS
ctx - context variable prob - probability of mutation
OUTPUT PARAMETERS
none
SYNOPSIS
#include "pgapack.h" void PGASetRestartAlleleChangeProb(ctx, prob) PGAContext *ctx double prob
LOCATION
restart.c
EXAMPLE
Example: PGAContext *ctx; : PGASetRestartAlleleChangeProb(ctx, 0.5); 05/01/95 PGASetRestartAlleleChangeProb(3)
Related Man Pages
pgaevaluate(1) - debian
pgasetrealinitpercent(2) - debian
pgasetrealinitrange(2) - debian
pgaduplicate(8) - debian
pgasortpop(8) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?