.TH PGAGetMaxGAIterValue 8 "05/01/95" " " "PGAPack" .SH NAME PGAGetMaxGAIterValue \- Returns the maximum number of iterations to run .SH INPUT PARAMETERS .PD 0 .TP ctx - context variable .PD 1 .SH OUTPUT PARAMETERS .PD 0 .TP none .PD 1 .SH SYNOPSIS .nf #include "pgapack.h" int PGAGetMaxGAIterValue(ctx) PGAContext *ctx .fi .SH LOCATION stop.c .SH EXAMPLE .nf Example: PGAContext *ctx; int maxiter; : maxiter = PGAGetMaxGAIterValue(ctx); .fi