Function PGAGetMinIntegerInitValue

Function Documentation

int PGAGetMinIntegerInitValue(PGAContext *ctx, int i)

Return the minimum of the range of integers used to randomly initialize integer strings.

Example

PGAContext *ctx;
int min;
int idx;

...
min = PGAGetMinIntegerInitValue (ctx, idx);

Parameters
  • ctx – context variable

  • i – Index of the initialization range

Returns

The minimum of the range of integers used to randomly initialize integer strings