Query: pgagetmutationandcrossoverflag
OS: debian
Section: 8
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PGAGetMutationAndCrossoverFlag(8) PGAPack PGAGetMutationAndCrossoverFlag(8)NAMEPGAGetMutationAndCrossoverFlag - Returns true if mutation occurs only when crossover does.INPUT PARAMETERSctx - context variableOUTPUT PARAMETERScrossed -over strings. Otherwise, returns PGA_FALSESYNOPSIS#include "pgapack.h" int PGAGetMutationAndCrossoverFlag(ctx) PGAContext *ctxLOCATIONpga.cEXAMPLEPGAContext *ctx; int mutatetype; : mutatetype = PGAGetMutationAndCrossoverFlag(ctx); switch (mutatetype) { case PGA_TRUE: printf("Mutating strings only after crossover0); break; case PGA_FALSE: printf("Only mutating strings not undergoing crossover0); break; } 05/01/95 PGAGetMutationAndCrossoverFlag(8)
Related Man Pages |
---|
pgasetrealinitrange(2) - debian |
pgadebugprint(3) - debian |
modbus_read_registers(3) - debian |
pgasetuserfunction(8) - debian |
x509_store_ctx_set_verify_cb(3) - centos |
Similar Topics in the Unix Linux Community |
---|
Installing Dash Shell on OS X Lion |
awk or sed - Convert 2 lines to 1 line |
Introduction |
One instance of comparing grep and awk |