Module 17: Many-Objective & Decomposition Methods - Beyond Three Objectives
NSGA-II struggles when objectives exceed 3 - crowding distance breaks down in high dimensions. NSGA-III uses reference points, MOEA/D decomposes the problem, and indicator-based methods use hypervolume. This is the cutting edge of multi-objective optimization.
Learning Objectives
- Understand why many-objective optimization is harder
- Implement MOEA/D with Tchebycheff decomposition
- Understand NSGA-III and reference point generation
- Know indicator-based methods (SMS-EMOA, HypE)
- Evaluate using IGD, hypervolume, and epsilon-indicator metrics
Concept Explanation
Coming soon.
Code Examples
Coming soon.
Exercises
Coming soon.
Milestone Checklist
- Implemented MOEA/D
- Understand NSGA-III reference points
- Can evaluate MO performance with proper metrics
- Know when to use decomposition vs dominance-based approaches
Was this page helpful?