debian man page for pgarunmutationandcrossover

Query: pgarunmutationandcrossover

OS: debian

Section: 8

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

PGARunMutationAndCrossover(8)					      PGAPack					     PGARunMutationAndCrossover(8)

NAME
PGARunMutationAndCrossover - Performs crossover and mutation from one population to 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 PGARunMutationAndCrossover(ctx, oldpop, newpop) PGAContext *ctx int oldpop int newpop
LOCATION
pga.c
EXAMPLE
PGAContext *ctx, : PGARunMutationAndCrossover(ctx, PGA_OLDPOP, PGA_NEWPOP); 05/01/95 PGARunMutationAndCrossover(8)
Related Man Pages
pgasetrealinitpercent(2) - debian
pgadebugprint(3) - debian
pgaduplicate(8) - debian
glxquerycontextinfoext(3g) - centos
lwres_conf_get(3) - centos
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
How can I do this in VI editor?
Introduction
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com