PGASetUp
PGASetUp
Section: PGAPack (8) Updated: 05/01/95 Local index
Up
NAME
PGASetUp - set all uninitialized variables to default values and initialize
some internal arrays.
DESCRIPTION
Must be called after PGACreate() and before the GA
is started.
INPUT PARAMETERS
- ctx
-
- context variable
OUTPUT PARAMETERS
- none
-
SYNOPSIS
#include "pgapack.h"
void PGASetUp(ctx)
PGAContext *ctx
LOCATION
create.c
EXAMPLE
Example:
PGAContext *ctx;
:
PGACreate(ctx, ...);
:
// Set options here
:
PGASetUp(ctx);
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