Rechercher une page de manuel
PGASetPopReplaceType
Langue: en
Version: 304284 (debian - 07/07/09)
Section: 8 (Commandes administrateur)
NAME
PGASetPopReplaceType - Choose method of sorting strings to copy from old population to new population.DESCRIPTION
Valid choices are PGA_POPREPL_BEST, PGA_POPREPL_RANDOM_NOREP, or PGA_POPREPL_RANDOM_REP for copying the best strings, or random string, with or without replacement, respectively, from the old population into the new population. The default is PGA_POPREPL_BEST.INPUT PARAMETERS
- ctx
- - context variable
- pop_replace
- - symbolic constant to specify the population replacement strategy
OUTPUT PARAMETERS
- none
SYNOPSIS
#include "pgapack.h" void PGASetPopReplaceType(ctx, pop_replace) PGAContext *ctx int pop_replace
LOCATION
pop.cEXAMPLE
Example: PGAContext *ctx; : PGASetPopReplaceType(ctx, PGA_POPREPL_RANDOM_NOREP);
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre