Man Page: pgasetbinaryinitprob
Operating Environment: debian
Section: 2
PGASetBinaryInitProb(2) PGAPack PGASetBinaryInitProb(2)NAMEPGASetBinaryInitProb - specify the probability of initializing an allele to "1" when creating a PGA_DATATYPE_BINARY string.DESCRIPTIONThe default value is 0.5.INPUT PARAMETERSctx - context variable p - the binary initialization probabilityOUTPUT PARAMETERSnoneSYNOPSIS#include "pgapack.h" void PGASetBinaryInitProb(ctx, probability) PGAContext *ctx double probabilityLOCATIONbinary.cEXAMPLEExample: Set approximately 1 percent of all binary alleles to "1" when randomly initializing the population. PGAContext *ctx; : PGASetBinaryInitProb(ctx, 0.01); 05/01/95 PGASetBinaryInitProb(2)
| Related Man Pages |
|---|
| lwres_conf_clear(3) - centos |
| lwres_conf_parse(3) - centos |
| lwres_conf_get(3) - centos |
| lwres_conf_init(3) - centos |
| hash_final(3) - php |
| Similar Topics in the Unix Linux Community |
|---|
| How can I do this in VI editor? |
| Is UNIX an open source OS ? |
| Weird 'find' results |
| A (ksh) Library For and From UNIX.com |
| My first PERL incarnation... Audio Oscillograph |