Function PGAGetMaxIntegerInitValue

Function Documentation

int PGAGetMaxIntegerInitValue(PGAContext *ctx, int i)

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

Example

PGAContext *ctx;
int idx;
int max;

...
max = PGAGetMaxIntegerInitValue (ctx, idx);

Parameters:
  • ctx – context variable

  • i – Index of the initialization range

Returns:

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