Function PGASetCrossoverSBXEta

Function Documentation

void PGASetCrossoverSBXEta(PGAContext *ctx, double eta)

Set the eta parameter for simulated binary crossover (SBX).

Example

PGAContext *ctx;

...
PGASetCrossoverSBXEta (ctx, 10);

Parameters
  • ctx – context variable

  • eta – eta >= 0

Returns

None