PGAGetBinaryInitProb(2) Returns the probability that an allele will be

INPUT PARAMETERS

ctx
- context variable

OUTPUT PARAMETERS

none

SYNOPSIS


#include "pgapack.h"
double PGAGetBinaryInitProb(ctx)
PGAContext *ctx

LOCATION

binary.c

EXAMPLE

Example:
PGAContext *ctx;
double prob;
:
prob = PGAGetBinaryInitProb(ctx);