Function PGA_NSGA_II_Replacement

Function Documentation

void PGA_NSGA_II_Replacement(PGAContext *ctx)

Perform NSGA-II Replacement.

Description

  • Perform dominance computation (ranking)

  • Perform crowding computation specific to NSGA-II

  • Sort individuals and replace into next generation

Example

PGAContext *ctx;

...
PGA_NSGA_II_Replacement (ctx);

Parameters
  • ctx – context variable

Returns

None