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