Query: pgasetstoppingruletype
OS: debian
Section: 8
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PGASetStoppingRuleType(8) PGAPack PGASetStoppingRuleType(8)NAMEPGASetStoppingRuleType - specify a stopping criterion.DESCRIPTIONIf 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 PARAMETERSctx - context variable stoprule - symbolic constant to specify stopping ruleOUTPUT PARAMETERSnoneSYNOPSIS#include "pgapack.h" void PGASetStoppingRuleType(ctx, stoprule) PGAContext *ctx int stopruleLOCATIONstop.cEXAMPLEExample: PGAContext *ctx; : PGASetStoppingRuleType(ctx, PGA_STOP_TOOSIMILAR); 05/01/95 PGASetStoppingRuleType(8)
| Related Man Pages |
|---|
| pgaevaluate(1) - debian |
| pgasetrealinitpercent(2) - debian |
| pgacreate(8) - debian |
| glxquerycontext(3g) - centos |
| ssl_ctx_free(3) - osx |
| Similar Topics in the Unix Linux Community |
|---|
| Adding the individual columns of a matrix. |
| How can I do this in VI editor? |
| Introduction |
| How to copy a column of multiple files and paste into new excel file (next to column)? |