Man Page: pgagetmutationandcrossoverflag
Operating Environment: debian
Section: 8
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 |
|---|
| pgaevaluate(1) - debian |
| pgasetintegerinitrange(2) - debian |
| pgasendreceiveindividual(4) - debian |
| pgacreate(8) - debian |
| pgasetuserfunction(8) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Installing Dash Shell on OS X Lion |
| Is UNIX an open source OS ? |
| Introduction |
| Detecting unused variables... |
| Find columns in a file based on header and print to new file |