Function PGAGetEpsilonGeneration
Defined in File create.c
Function Documentation
-
int PGAGetEpsilonGeneration(PGAContext *ctx)
Get value of the generation until which constraints are relaxed via the Epsilon Contraint method.
Example
PGAContext *ctx; int n; ... n = PGAGetEpsilonGeneration (ctx);
- Parameters:
ctx – context variable
- Returns:
The epsilon generation