PGAGetUniformCrossoverProb - returns the probability of a bit being
selected from the first child string in uniform crossover
ctx - context variable
none
#include "pgapack.h"
double PGAGetUniformCrossoverProb(ctx)
PGAContext *ctx
cross.c
Example:
PGAContext *ctx;
double pu;
:
pu = PGAGetUniformCrossoverProb(ctx);
05/01/95 PGAGetUniformCrossoverProb(3)