Query: pgagetmutationorcrossoverflag
OS: debian
Section: 8
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
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 |
|---|
| modbus_read_registers(3) - debian |
| modbus_send_raw_request(3) - debian |
| pgaduplicate(8) - debian |
| pgasortpop(8) - debian |
| pgasetuserfunction(8) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| awk or sed - Convert 2 lines to 1 line |
| How can I do this in VI editor? |
| Detecting unused variables... |
| Weird 'find' results |
| My first PERL incarnation... Audio Oscillograph |