PGAGetBinaryInitProb
PGAGetBinaryInitProb
Section: PGAPack (2) Updated: 05/01/95 Local index
Up
NAME
PGAGetBinaryInitProb - Returns the probability that an allele will be
randomly initialized to "1" in a PGA_DATATYPE_BINARY string.
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);
Index
- NAME
-
- INPUT PARAMETERS
-
- OUTPUT PARAMETERS
-
- SYNOPSIS
-
- LOCATION
-
- EXAMPLE
-
This document was created by
man2html,
using the manual pages.
Time: 21:09:03 GMT, April 16, 2011