Query: pgagetgaitervalue
OS: debian
Section: 8
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PGAGetGAIterValue(8) PGAPack PGAGetGAIterValue(8)NAMEPGAGetGAIterValue - returns the number of the current genetic algorithm generationINPUT PARAMETERSctx - context variableOUTPUT PARAMETERSnoneSYNOPSIS#include "pgapack.h" int PGAGetGAIterValue(ctx) PGAContext *ctxLOCATIONpga.cEXAMPLEExample: PGAContext *ctx; int g; : g = PGAGetGAIterValue(ctx); 05/01/95 PGAGetGAIterValue(8)