A non-dominated solution is a candidate solution in a multi-objective optimization problem that is not Pareto dominated by any other solution in the considered set. This means no other solution is better in at least one objective without being worse in another. The set of all such solutions forms the Pareto front, representing the optimal trade-off surface. Identifying these solutions is the primary goal of algorithms like NSGA-II and MOEA/D.
