PGASetPopSize
PGASetPopSize
Section: PGAPack (8) Updated: 05/01/95 Local index
Up
NAME
PGASetPopSize - Specifies the size of the genetic algorithm population.
DESCRIPTION
The default population size is 100.
INPUT PARAMETERS
- ctx
-
- context variable
- popsize
-
- the genetic algorithm population size to use
OUTPUT PARAMETERS
- none
-
SYNOPSIS
#include "pgapack.h"
void PGASetPopSize(ctx, popsize)
PGAContext *ctx
int popsize
LOCATION
pop.c
EXAMPLE
Example:
PGAContext *ctx;
:
PGASetPopSize(ctx, 200);
Index
- NAME
-
- DESCRIPTION
-
- INPUT PARAMETERS
-
- OUTPUT PARAMETERS
-
- SYNOPSIS
-
- LOCATION
-
- EXAMPLE
-
This document was created by
man2html,
using the manual pages.
Time: 22:02:09 GMT, April 16, 2011