Function PGAGetCrossoverBoundedFlag
Defined in File cross.c
Function Documentation
-
int PGAGetCrossoverBoundedFlag(PGAContext *ctx)
Return boolean value to indicate whether crossed over strings remain in the range specified.
Description
Return
PGA_TRUE
if restricted to the given range, otherwisePGA_FALSE
.Example
PGAContext *ctx; int val; ... val = PGAGetCrossoverBoundedFlag (ctx);
- Parameters:
ctx – context variable
- Returns:
boolean value indicating if strings remain in range