Function PGAGetSumConstraintsFlag

Function Documentation

int PGAGetSumConstraintsFlag(PGAContext *ctx)

Query if constraints are summed or optimized by NSGA-II nondominated sorting.

Example

PGAContext *ctx;
int n;

...
n = PGAGetSumConstraintsFlag (ctx);

Parameters
  • ctx – context variable

Returns

sum constraints flag