source: trunk/optimizer/src/pgapack/gekco/pgapack/man/man8/PGASetNumReplaceValue.8 @ 815

Last change on this file since 815 was 815, checked in by liveletlive, 17 years ago

Committing the /tmp/gekco/pgapack folder that contains the older PGAPack version and Prof. Klimecks changes to it.

File size: 594 bytes
Line 
1.TH PGASetNumReplaceValue 8 "05/01/95" " " "PGAPack"
2.SH NAME
3PGASetNumReplaceValue \- specifies the number of new strings to create each
4generation.  The default is ten percent of the population size
5.SH INPUT PARAMETERS
6.PD 0
7.TP
8ctx
9- context variable
10.PD 0
11.TP
12pop_replace
13- the genetic algorithm population size to use
14.PD 1
15.SH OUTPUT PARAMETERS
16.PD 0
17.TP
18none
19
20.PD 1
21.SH SYNOPSIS
22.nf
23#include "pgapack.h"
24void  PGASetNumReplaceValue(ctx, pop_replace)
25PGAContext *ctx
26int pop_replace
27.fi
28.SH LOCATION
29pop.c
30.SH EXAMPLE
31.nf
32Example:
33PGAContext *ctx;
34:
35PGASetNumReplaceValue(ctx, 35);
36
37.fi
Note: See TracBrowser for help on using the repository browser.