PGASetNumReplaceValue
PGASetNumReplaceValue
Section: PGAPack (8) Updated: 05/01/95 Local index
Up
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);
Index
- NAME
-
- DESCRIPTION
-
- INPUT PARAMETERS
-
- OUTPUT PARAMETERS
-
- SYNOPSIS
-
- LOCATION
-
- EXAMPLE
-
This document was created by
man2html,
using the manual pages.
Time: 22:02:09 GMT, April 16, 2011