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);