debian man page for pgagetgaitervalue

Query: pgagetgaitervalue

OS: debian

Section: 8

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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
pgasetrealinitrange(2) - debian
pgacreate(8) - debian
pgasetuserfunction(8) - debian
Similar Topics in the Unix Linux Community
Introduction
Detecting unused variables...
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?