Query: pgasetmaxnochangevalue
OS: debian
Section: 8
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PGASetMaxNoChangeValue(8) PGAPack PGASetMaxNoChangeValue(8)NAMEPGASetMaxNoChangeValue - specifiy maximum number of iterations of no change in the evaluation function value of the best string before stopping.DESCRIPTIONThe 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 PARAMETERSctx - context variable maxiter - the maximum number of GA iterations allowed with no change in the best evaluation function value.OUTPUT PARAMETERSnoneSYNOPSIS#include "pgapack.h" void PGASetMaxNoChangeValue(ctx, max_no_change) PGAContext *ctx int max_no_changeLOCATIONstop.cEXAMPLEExample: PGAContext *ctx; : PGASetMaxGAIterValue(ctx,5000); 05/01/95 PGASetMaxNoChangeValue(8)
Related Man Pages |
---|
hx509_validate_ctx_free(3) - freebsd |
pgasetintegerinitrange(2) - debian |
pgacreate(8) - debian |
pgaduplicate(8) - debian |
pgasortpop(8) - debian |
Similar Topics in the Unix Linux Community |
---|
awk or sed - Convert 2 lines to 1 line |
Detecting unused variables... |
A (ksh) Library For and From UNIX.com |
New UNIX and Linux History Sections |
My first PERL incarnation... Audio Oscillograph |