pgagetgaitervalue(8) debian man page | unix.com

Man Page: pgagetgaitervalue

Operating Environment: debian

Section: 8

PGAGetGAIterValue(8)						      PGAPack						      PGAGetGAIterValue(8)

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); 05/01/95 PGAGetGAIterValue(8)
Related Man Pages
evp_pkey_ctx_free(3) - centos
pgasetintegerinitrange(2) - debian
pgasetrealinitpercent(2) - debian
pgadebugprint(3) - debian
pgasendreceiveindividual(4) - debian
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Introduction
Detecting unused variables...
One instance of comparing grep and awk
Find columns in a file based on header and print to new file