Query: pgasetrandominitflag
OS: debian
Section: 2
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PGASetRandomInitFlag(2) PGAPack PGASetRandomInitFlag(2)NAMEPGASetRandomInitFlag - A boolean flag to indicate whether to randomly initialize alleles.DESCRIPTIONLegal values are PGA_TRUE and PGA_FALSE. Default is PGA_TRUE -- randomly initialize alleles.INPUT PARAMETERSctx - context variable flag - either PGA_TRUE or PGA_FALSEOUTPUT PARAMETERSnoneSYNOPSIS#include "pgapack.h" void PGASetRandomInitFlag(ctx, RandomBoolean) PGAContext *ctx int RandomBooleanLOCATIONcreate.cEXAMPLEExample: Set the initialization routine to initialize all alleles to zero PGAContext *ctx; : PGASetRandomInitFlag(ctx,PGA_FALSE); 05/01/95 PGASetRandomInitFlag(2)
Related Man Pages |
---|
pgaevaluate(1) - debian |
pgasendreceiveindividual(4) - debian |
pgaduplicate(8) - debian |
randomid_delete(3) - netbsd |
randomid_new(3) - netbsd |