debian man page for pgarunmutationorcrossover

Query: pgarunmutationorcrossover

OS: debian

Section: 8

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

PGARunMutationOrCrossover(8)					      PGAPack					      PGARunMutationOrCrossover(8)

NAME
PGARunMutationOrCrossover - Performs crossover or mutation (but not both) from one populationto create the next.
DESCRIPTION
Assumes PGASelect has been called.
INPUT PARAMETERS
ctx - context variable oldpop - symbolic constant of old population newpop - symbolic constant of new population
OUTPUT PARAMETERS
side -effect.
SYNOPSIS
#include "pgapack.h" void PGARunMutationOrCrossover(ctx, oldpop, newpop) PGAContext *ctx int oldpop int newpop
LOCATION
pga.c
EXAMPLE
PGAContext *ctx, : PGARunMutationOrCrossover(ctx, PGA_OLDPOP, PGA_NEWPOP); 05/01/95 PGARunMutationOrCrossover(8)
Related Man Pages
pgasetrealinitrange(2) - debian
pgadebugprint(3) - debian
pgasendreceiveindividual(4) - debian
lwres_conf_parse(3) - centos
lwres_conf_get(3) - centos
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
Is UNIX an open source OS ?
One instance of comparing grep and awk
Find columns in a file based on header and print to new file