PGAGetUniformCrossoverProb(3) returns the probability of a bit being

INPUT PARAMETERS

ctx
- context variable

OUTPUT PARAMETERS

none

SYNOPSIS


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

LOCATION

cross.c

EXAMPLE

Example:
PGAContext *ctx;
double pu;
:
pu = PGAGetUniformCrossoverProb(ctx);