pgasetstoppingruletype(8) debian man page | unix.com

Man Page: pgasetstoppingruletype

Operating Environment: debian

Section: 8

PGASetStoppingRuleType(8)					      PGAPack						 PGASetStoppingRuleType(8)

NAME
PGASetStoppingRuleType - specify a stopping criterion.
DESCRIPTION
If called more than once the different stopping criterion are ORed together. Valid choices are PGA_STOP_MAXITER, PGA_STOP_TOOSIMILAR, or PGA_STOP_NOCHANGE to specify iteration limit reached, population too similar, or no change in the best solution found in a given number of iterations, respectively. The default is to stop when a maximum iteration limit is reached (by default, 1000 iterations).
INPUT PARAMETERS
ctx - context variable stoprule - symbolic constant to specify stopping rule
OUTPUT PARAMETERS
none
SYNOPSIS
#include "pgapack.h" void PGASetStoppingRuleType(ctx, stoprule) PGAContext *ctx int stoprule
LOCATION
stop.c
EXAMPLE
Example: PGAContext *ctx; : PGASetStoppingRuleType(ctx, PGA_STOP_TOOSIMILAR); 05/01/95 PGASetStoppingRuleType(8)
Related Man Pages
pgasetintegerinitrange(2) - debian
pgadebugprint(3) - debian
pgasortpop(8) - debian
ssl_ctx_free(3) - opendarwin
ssl_ctx_free(3) - osx
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com
New UNIX and Linux History Sections