PGACheckStoppingConditions - returns boolean to indicate if the PGAPack
termination conditions -- PGA_STOP_MAXITER, PGA_STOP_TOOSIMILAR,
PGA_STOP_NOCHANGE -- have been met.
ctx - context variable
none
#include "pgapack.h"
int PGACheckStoppingConditions(ctx)
PGAContext *ctx
stop.c
Example:
PGAContext *ctx;
:
PGACheckStoppingConditions(ctx);
05/01/95 PGACheckStoppingConditions(8)