Query: pgagetmaxrealinitvalue
OS: debian
Section: 2
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PGAGetMaxRealInitValue(2) PGAPack PGAGetMaxRealInitValue(2)NAMEPGAGetMaxRealInitValue - returns the maximum value used to randomly initialize allele i in a real stringINPUT PARAMETERSctx - context variable i - an allele positionOUTPUT PARAMETERSnoneSYNOPSIS#include "pgapack.h" double PGAGetMaxRealInitValue(ctx, i) PGAContext *ctx int iLOCATIONreal.cEXAMPLEExample: PGAContext *ctx; int max; : max = PGAGetMaxRealInitValue(ctx, 0); 05/01/95 PGAGetMaxRealInitValue(2)