Pareto Optimality
Definition
Pareto Optimality refers to the set of solutions in a multi-objective optimization problem where no feasible solution exists that can improve all objectives without degrading at least one objective. Pareto-optimal solutions, also known as non-dominated solutions, represent the optimal trade-offs among multiple conflicting objectives.
Pareto Front
The Pareto front is the boundary formed by all Pareto-optimal solutions in the objective space. For objective functions , the Pareto front is defined as:
where is the Pareto-optimal solution set and is the objective function vector.
Pareto Dominance Relations
In multi-objective optimization, dominance relations between solutions are defined as:
- Solution A dominates Solution B: if and only if A is no worse than B on all objectives and strictly better on at least one objective
- Non-dominated solution: no other solution can dominate it
Application in Cislunar SSA Architecture Design
Klonowski (2025) adopted multi-objective optimization methods in cislunar space situational awareness architecture design, simultaneously maximizing architecture coverage of transfer trajectories and cislunar space volume coverage while minimizing the number and cost of observation satellites. The set of Pareto-optimal solutions provides decision-makers with trade-off curves among different objectives, facilitating the selection of appropriate architecture configurations based on actual requirements.
Key Elements
Mathematical Definition
Pareto Optimality means there is no feasible solution such that for all , with at least one inequality being strict. The Pareto front is the boundary formed by non-dominated solutions in the objective space.
Key Properties
The Pareto front represents the optimal trade-off set for a multi-objective optimization problem. The trade-offs between Pareto-optimal solutions can be quantified by moving along the Pareto front.
Numerical Methods
Computation of the Pareto front typically employs evolutionary algorithms (e.g., NSGA-II, MO-MCTS) or scalarization methods (e.g., weighted sum method, UTOPIS method).
Related Concepts
- Multi-Objective Monte Carlo Tree Search (MO-MCTS)
- NSGA II
- Cislunar Space Situational Awareness Architecture Design
References
- Deb K. Multi-objective optimization using evolutionary algorithms[M]. John Wiley & Sons, 2001.
- Klonowski M. Cislunar Space Situational Awareness Architecture Design and Analysis[D]. University of Colorado Boulder, 2025.
