Rechercher une page de manuel
PGARunMutationOrCrossover
Langue: en
Version: 304381 (debian - 07/07/09)
Section: 8 (Commandes administrateur)
NAME
PGARunMutationOrCrossover - Performs crossover or mutation (but not both) from one populationto create the next.DESCRIPTION
Assumes PGASelect has been called.INPUT PARAMETERS
- ctx
- - context variable
- oldpop
- - symbolic constant of old population
- newpop
- - symbolic constant of new population
OUTPUT PARAMETERS
- side
- -effect.
SYNOPSIS
#include "pgapack.h" void PGARunMutationOrCrossover(ctx, oldpop, newpop) PGAContext *ctx int oldpop int newpop
LOCATION
pga.cEXAMPLE
PGAContext *ctx, : PGARunMutationOrCrossover(ctx, PGA_OLDPOP, PGA_NEWPOP);
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre