PGAGetGAIterValue - returns the number of the current genetic algorithm generation
ctx - context variable
none
#include "pgapack.h" int PGAGetGAIterValue(ctx) PGAContext *ctx
pga.c
Example: PGAContext *ctx; int g; : g = PGAGetGAIterValue(ctx); 05/01/95 PGAGetGAIterValue(8)