Rechercher une page de manuel
PGASetNumReplaceValue
Langue: en
Version: 304086 (debian - 07/07/09)
Section: 8 (Commandes administrateur)
NAME
PGASetNumReplaceValue - specifies the number of new strings to create each generation.DESCRIPTION
The default is ten percent of the population sizeINPUT 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.cEXAMPLE
Example: PGAContext *ctx; : PGASetNumReplaceValue(ctx, 35);
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre