debian man page for pgagetmutationorcrossoverflag

Query: pgagetmutationorcrossoverflag

OS: debian

Section: 8

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

PGAGetMutationOrCrossoverFlag(8)				      PGAPack					  PGAGetMutationOrCrossoverFlag(8)

NAME
PGAGetMutationOrCrossoverFlag - Returns true if mutation only occurs when crossover does not.
INPUT PARAMETERS
ctx - context variable
OUTPUT PARAMETERS
none
SYNOPSIS
#include "pgapack.h" int PGAGetMutationOrCrossoverFlag(ctx) PGAContext *ctx
LOCATION
pga.c
EXAMPLE
Example: 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
pgasetrealinitpercent(2) - debian
modbus_send_raw_request(3) - 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.
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
One instance of comparing grep and awk
How to copy a column of multiple files and paste into new excel file (next to column)?