Multi-Objective Optimization
Multi-objective problems involve evaluating objectives simultaneously:
- Objective Vector: Minimize
Pareto Dominance
A solution dominates () if:
- is no worse than in all objectives.
- is strictly better than in at least one objective.
The set of non-dominated solutions forms the Pareto Front.
Scalarization and Decomposition
Algorithms like MOEA/D use decomposition functions (such as Penalty-based Boundary Intersection — PBI or Tchebycheff) to reduce a multi-objective problem into scalar optimization subproblems defined by weight vectors.