debian man page for pgasetmaxnochangevalue

Query: pgasetmaxnochangevalue

OS: debian

Section: 8

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

PGASetMaxNoChangeValue(8)					      PGAPack						 PGASetMaxNoChangeValue(8)

NAME
PGASetMaxNoChangeValue - specifiy maximum number of iterations of no change in the evaluation function value of the best string before stopping.
DESCRIPTION
The default value is 50. The stopping rule PGA_STOP_NOCHANGE must have been set by PGASetStoppingRuleType for this function call to have any effect.
INPUT PARAMETERS
ctx - context variable maxiter - the maximum number of GA iterations allowed with no change in the best evaluation function value.
OUTPUT PARAMETERS
none
SYNOPSIS
#include "pgapack.h" void PGASetMaxNoChangeValue(ctx, max_no_change) PGAContext *ctx int max_no_change
LOCATION
stop.c
EXAMPLE
Example: PGAContext *ctx; : PGASetMaxGAIterValue(ctx,5000); 05/01/95 PGASetMaxNoChangeValue(8)
Related Man Pages
pgacreate(8) - debian
pgasortpop(8) - debian
glxquerycontext(3g) - centos
hx509_bitstring_print(3) - freebsd
hx509_cert_keyusage_print(3) - freebsd
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
Detecting unused variables...
One instance of comparing grep and awk
New UNIX and Linux History Sections