Function PGAGetRTRWindowSize

Function Documentation

int PGAGetRTRWindowSize(PGAContext *ctx)

Return the window size for restricted tournament replacement.

Example

PGAContext *ctx;
int windowsize;

...
windowsize = PGAGetRTRWindowSize (ctx);

Parameters
  • ctx – context variable

Returns

The size of the window for restricted tournament selection