Provided by: pgapack_1.1.1-3_amd64
NAME
PGARunMutationAndCrossover - Performs crossover and mutation from one population to 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 PGARunMutationAndCrossover(ctx, oldpop, newpop) PGAContext *ctx int oldpop int newpop
LOCATION
pga.c
EXAMPLE
PGAContext *ctx, : PGARunMutationAndCrossover(ctx, PGA_OLDPOP, PGA_NEWPOP); 05/01/95 PGARunMutationAndCrossover(8)