Function PGA_NSGA_III_Replacement

Function Documentation

void PGA_NSGA_III_Replacement(PGAContext *ctx)

Perform NSGA-III Replacement.

Description

  • Perform dominance computation (ranking)

  • Perform crowding computation specific to NSGA-III

  • Sort individuals and replace into next generation

Example

PGAContext *ctx;

...
PGA_NSGA_II_Replacement (ctx);

Parameters
  • ctx – context variable

Returns

None