English

Improved Runtime Guarantees for the SPEA2 Multi-Objective Optimizer

Neural and Evolutionary Computing 2026-01-06 v2

Abstract

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 μn2k+3\mu \ge n - 2k + 3 and offspring population size λ\lambda computes the Pareto front of the OneJumpZeroJump benchmark with gap size kk in an expected number of O((λ+μ)n+nk+1)O( (\lambda+\mu)n + n^{k+1}) function evaluations. This shows that the best runtime guarantee of O(nk+1)O(n^{k+1}) is not only achieved for μ=Θ(n)\mu = \Theta(n) and λ=O(n)\lambda = O(n) but for arbitrary μ,λ=O(nk)\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.

Cite

@article{arxiv.2511.07150,
  title  = {Improved Runtime Guarantees for the SPEA2 Multi-Objective Optimizer},
  author = {Benjamin Doerr and Martin S. Krejca and Milan Stanković},
  journal= {arXiv preprint arXiv:2511.07150},
  year   = {2026}
}

Comments

Accepted for AAAI 2026