Improved Runtime Guarantees for the SPEA2 Multi-Objective Optimizer
By: Benjamin Doerr, Martin S. Krejca, Milan Stanković
Potential Business Impact:
Makes computer problem-solving faster and easier.
Together with the NSGA-II, the SPEA2 is one of the most widely used domination-based multi-objective evolutionary algorithms. For both algorithms, the known runtime guarantees are linear in the population size; for the NSGA-II, matching lower bounds exist. With a careful study of the more complex selection mechanism of the SPEA2, we show that it has very different population dynamics. From these, we prove runtime guarantees for the OneMinMax, LeadingOnesTrailingZeros, and OneJumpZeroJump benchmarks that depend less on the population size. For example, we show that the SPEA2 with parent population size $\mu \ge n - 2k + 3$ and offspring population size $\lambda$ computes the Pareto front of the OneJumpZeroJump benchmark with gap size $k$ in an expected number of $O( (\lambda+\mu)n + n^{k+1})$ function evaluations. This shows that the best runtime guarantee of $O(n^{k+1})$ is not only achieved for $\mu = \Theta(n)$ and $\lambda = O(n)$ but for arbitrary $\mu, \lambda = O(n^k)$. Thus, choosing suitable parameters -- a key challenge in using heuristic algorithms -- is much easier for the SPEA2 than the NSGA-II.
Similar Papers
Proven Approximation Guarantees in Multi-Objective Optimization: SPEA2 Beats NSGA-II
Neural and Evolutionary Computing
Finds best answers when there are many goals.
Speeding Up the NSGA-II via Dynamic Population Sizes
Neural and Evolutionary Computing
Finds best answers much faster.
Towards a Rigorous Understanding of the Population Dynamics of the NSGA-III: Tight Runtime Bounds
Neural and Evolutionary Computing
Makes computers solve hard problems much faster.