pgasetbinaryinitprob(2) debian man page | unix.com

Man Page: pgasetbinaryinitprob

Operating Environment: debian

Section: 2

PGASetBinaryInitProb(2) 					      PGAPack						   PGASetBinaryInitProb(2)

NAME
PGASetBinaryInitProb - specify the probability of initializing an allele to "1" when creating a PGA_DATATYPE_BINARY string.
DESCRIPTION
The default value is 0.5.
INPUT PARAMETERS
ctx - context variable p - the binary initialization probability
OUTPUT PARAMETERS
none
SYNOPSIS
#include "pgapack.h" void PGASetBinaryInitProb(ctx, probability) PGAContext *ctx double probability
LOCATION
binary.c
EXAMPLE
Example: Set approximately 1 percent of all binary alleles to "1" when randomly initializing the population. PGAContext *ctx; : PGASetBinaryInitProb(ctx, 0.01); 05/01/95 PGASetBinaryInitProb(2)
Related Man Pages
pgasetintegerinitrange(2) - debian
pgasendreceiveindividual(4) - debian
lwres_conf_clear(3) - centos
lwres_conf_get(3) - centos
lwres_conf_init(3) - centos
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Installing Dash Shell on OS X Lion
Is UNIX an open source OS ?
How to copy a column of multiple files and paste into new excel file (next to column)?