Man Page: pgagetmutationorcrossoverflag
Operating Environment: debian
Section: 8
PGAGetMutationOrCrossoverFlag(8) PGAPack PGAGetMutationOrCrossoverFlag(8)NAMEPGAGetMutationOrCrossoverFlag - Returns true if mutation only occurs when crossover does not.INPUT PARAMETERSctx - context variableOUTPUT PARAMETERSnoneSYNOPSIS#include "pgapack.h" int PGAGetMutationOrCrossoverFlag(ctx) PGAContext *ctxLOCATIONpga.cEXAMPLEExample: PGAContext *ctx; int mutatetype; : mutatetype = PGAGetMutationOrCrossoverFlag(ctx); switch (mutatetype) { case PGA_TRUE: printf("Only mutating strings not undergoing crossover0); break; case PGA_FALSE: printf("Mutating strings only after crossover0); break; } 05/01/95 PGAGetMutationOrCrossoverFlag(8)
| Related Man Pages |
|---|
| pgasetintegerinitrange(2) - debian |
| modbus_read_registers(3) - debian |
| pgacreate(8) - debian |
| x509_store_ctx_set_verify_cb(3) - centos |
| glxquerycontextinfoext(3g) - centos |
| Similar Topics in the Unix Linux Community |
|---|
| Adding the individual columns of a matrix. |
| Installing Dash Shell on OS X Lion |
| Detecting unused variables... |
| One instance of comparing grep and awk |
| A (ksh) Library For and From UNIX.com |