Function PGAGetCrossoverProb
Defined in File cross.c
Function Documentation
-
double PGAGetCrossoverProb(PGAContext *ctx)
Return the crossover probability.
Example
PGAContext *ctx; double pc; ... pc = PGAGetCrossoverProb (ctx);
- Parameters:
ctx – context variable
- Returns:
The crossover probability