Function PGAGetCrossoverBoundedFlag

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, otherwise PGA_FALSE.

Example

PGAContext *ctx;
int val;

...
val = PGAGetCrossoverBoundedFlag (ctx);

Parameters
  • ctx – context variable

Returns

boolean value indicating if strings remain in range