A solution is considered Pareto optimal if no other solution can improve one objective without worsening at least one other 47.


Notes

  • Dominated solution: A solution is dominated if another solution is better in all objectives or equal in some and better in at least one.
  • Non-dominated solution: Not dominated by any other in the population; considered Pareto optimal.
  • Pareto front: The set of all non-dominated solutions. These represent the best trade-offs.

Example

Imagine optimizing a design for cost and performance:

DesignCost ↓Performance ↑Dominated?
A10070No
B9060No
C12080No
D10050Yes (by A)

Design D is dominated by A (same cost, worse performance), so it’s not Pareto optimal.