338

Proven Runtime Guarantees for How the \moead Computes the Pareto Front From the Subproblem Solutions

Abstract

The decomposition-based multi-objective evolutionary algorithm (MOEA/D) does not directly optimize a given multi-objective function ff, but instead optimizes N+1N + 1 single-objective subproblems of ff in a co-evolutionary manner. It maintains an archive of all non-dominated solutions found and outputs it as approximation to the Pareto front. Once the MOEA/D found all optima of the subproblems (the gg-optima), it may still miss Pareto optima of ff. The algorithm is then tasked to find the remaining Pareto optima directly by mutating the gg-optima. In this work, we analyze for the first time how the MOEA/D with only standard mutation operators computes the whole Pareto front of the OneMinMax benchmark when the gg-optima are a strict subset of the Pareto front. For standard bit mutation, we prove an expected runtime of O(nNlogn+nn/(2N)Nlogn)O(n N \log n + n^{n/(2N)} N \log n) function evaluations. Especially for the second, more interesting phase when the algorithm start with all gg-optima, we prove an Ω(n(1/2)(n/N+1)N2n/N)\Omega(n^{(1/2)(n/N + 1)} \sqrt{N} 2^{-n/N}) expected runtime. This runtime is super-polynomial if N=o(n)N = o(n), since this leaves large gaps between the gg-optima, which require costly mutations to cover. For power-law mutation with exponent β(1,2)\beta \in (1, 2), we prove an expected runtime of O(nNlogn+nβlogn)O\left(n N \log n + n^{\beta} \log n\right) function evaluations. The O(nβlogn)O\left(n^{\beta} \log n\right) term stems from the second phase of starting with all gg-optima, and it is independent of the number of subproblems NN. This leads to a huge speedup compared to the lower bound for standard bit mutation. In general, our overall bound for power-law suggests that the MOEA/D performs best for N=O(nβ1)N = O(n^{\beta - 1}), resulting in an O(nβlogn)O(n^\beta \log n) bound. In contrast to standard bit mutation, smaller values of NN are better for power-law mutation, as it is capable of easily creating missing solutions.

View on arXiv
Comments on this paper