PGAGetGAIterValue
PGAGetGAIterValue
Section: PGAPack (8) Updated: 05/01/95 Local index
Up
NAME
PGAGetGAIterValue - returns the number of the current genetic
algorithm generation
INPUT PARAMETERS
- ctx
-
- context variable
OUTPUT PARAMETERS
- none
-
SYNOPSIS
#include "pgapack.h"
int PGAGetGAIterValue(ctx)
PGAContext *ctx
LOCATION
pga.c
EXAMPLE
Example:
PGAContext *ctx;
int g;
:
g = PGAGetGAIterValue(ctx);
Index
- NAME
-
- 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