pgagetmutationorcrossoverflag(8) debian man page | unix.com

Man Page: pgagetmutationorcrossoverflag

Operating Environment: debian

Section: 8

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
pgaevaluate(1) - debian
pgasetintegerinitrange(2) - debian
pgasetrealinitrange(2) - debian
pgacreate(8) - debian
pgasortpop(8) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
Find columns in a file based on header and print to new file
Weird 'find' results
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?