pgasetmutationorcrossoverflag(8) debian man page | unix.com

Man Page: pgasetmutationorcrossoverflag

Operating Environment: debian

Section: 8

PGASetMutationOrCrossoverFlag(8)				      PGAPack					  PGASetMutationOrCrossoverFlag(8)

NAME
PGASetMutationOrCrossoverFlag - A boolean flag to indicate if recombination uses exactly one of crossover or mutation on selected strings.
INPUT PARAMETERS
ctx - context variable flag - PGA_TRUE (default) or PGA_FALSE
OUTPUT PARAMETERS
none
SYNOPSIS
#include "pgapack.h" void PGASetMutationOrCrossoverFlag(ctx, flag) PGAContext *ctx int flag
LOCATION
pga.c
EXAMPLE
Example: Set the genetic algorithm to use mutation only when crossover is not used. PGAContext *ctx; : PGASetMutationOrCrossoverFlag(ctx,PGA_FALSE); 05/01/95 PGASetMutationOrCrossoverFlag(8)
Related Man Pages
pgasetrealinitrange(2) - debian
pgadebugprint(3) - debian
modbus_send_raw_request(3) - debian
pgasetuserfunction(8) - debian
lwres_conf_clear(3) - centos
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph