Query: pgagetcrossoverprob
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PGAGetCrossoverProb(3) PGAPack PGAGetCrossoverProb(3)NAMEPGAGetCrossoverProb - Returns the crossover probabilityINPUT PARAMETERSctx - context variableOUTPUT PARAMETERSnoneSYNOPSIS#include "pgapack.h" double PGAGetCrossoverProb(ctx) PGAContext *ctxLOCATIONcross.cEXAMPLEExample: PGAContext *ctx; double pc; : pc = PGAGetCrossoverProb(ctx); 05/01/95 PGAGetCrossoverProb(3)