pgasetnumreplacevalue(8) debian man page | unix.com

Man Page: pgasetnumreplacevalue

Operating Environment: debian

Section: 8

PGASetNumReplaceValue(8)					      PGAPack						  PGASetNumReplaceValue(8)

NAME
PGASetNumReplaceValue - specifies the number of new strings to create each generation.
DESCRIPTION
The default is ten percent of the population size
INPUT PARAMETERS
ctx - context variable pop_replace - the genetic algorithm population size to use
OUTPUT PARAMETERS
none
SYNOPSIS
#include "pgapack.h" void PGASetNumReplaceValue(ctx, pop_replace) PGAContext *ctx int pop_replace
LOCATION
pop.c
EXAMPLE
Example: PGAContext *ctx; : PGASetNumReplaceValue(ctx, 35); 05/01/95 PGASetNumReplaceValue(8)
Related Man Pages
evp_pkey_ctx_free(3) - centos
pgaevaluate(1) - debian
pgasetrealinitpercent(2) - debian
pgadebugprint(3) - debian
pgaduplicate(8) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
Introduction
Detecting unused variables...
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?