MOEA/D (Multi-Objective Evolutionary Algorithm Based on Decomposition) is a population-based metaheuristic that approximates the Pareto front by decomposing a multi-objective optimization problem into a set of single-objective subproblems using scalarization methods like the weighted sum or Tchebycheff approach. Each subproblem is assigned to a population member, which is optimized in a cooperative manner by exploiting information from its neighboring subproblems, leading to efficient convergence and diversity maintenance.
