PGACheckStoppingConditions(8) returns boolean to indicate if the PGAPack

INPUT PARAMETERS

ctx
- context variable

OUTPUT PARAMETERS

none

SYNOPSIS


#include "pgapack.h"
int PGACheckStoppingConditions(ctx)
PGAContext *ctx

LOCATION

stop.c

EXAMPLE

Example:
PGAContext *ctx;
:
PGACheckStoppingConditions(ctx);