Returns the probability that an allele will be randomly initialized to "1" in a pga_datatype_binary string.
ctx
- context variable
none
#include "pgapack.h" double PGAGetBinaryInitProb(ctx) PGAContext *ctx
binary.c
Example: PGAContext *ctx; double prob; : prob = PGAGetBinaryInitProb(ctx);