A Mathematical Runtime Analysis of the Non-dominated Sorting Genetic Algorithm III (NSGA-III)
arXiv:2211.08202 · doi:10.24963/ijcai.2023/628
Abstract
The Non-dominated Sorting Genetic Algorithm II (NSGA-II) is the most prominent multi-objective evolutionary algorithm for real-world applications. While it performs evidently well on bi-objective optimization problems, empirical studies suggest that it is less effective when applied to problems with more than two objectives. A recent mathematical runtime analysis confirmed this observation by proving the NGSA-II for an exponential number of iterations misses a constant factor of the Pareto front of the simple 3-objective OneMinMax problem. In this work, we provide the first mathematical runtime analysis of the NSGA-III, a refinement of the NSGA-II aimed at better handling more than two objectives. We prove that the NSGA-III with sufficiently many reference points -- a small constant factor more than the size of the Pareto front, as suggested for this algorithm -- computes the complete Pareto front of the 3-objective OneMinMax benchmark in an expected number of O(n log n) iterations. This result holds for all population sizes (that are at least the size of the Pareto front). It shows a drastic advantage of the NSGA-III over the NSGA-II on this benchmark. The mathematical arguments used here and in previous work on the NSGA-II suggest that similar findings are likely for other benchmarks with three or more objectives.
Long version of a paper appearing at IJCAI 2023
References in corpus (3)
Cited by in corpus (8)
- Runtime Analysis for the NSGA-II: Proving, Quantifying, and Explaining the Inefficiency For Many Objectives
- Runtime Analysis for the NSGA-II: Provable Speed-Ups From Crossover
- Runtime Analysis of the SMS-EMOA for Many-Objective Optimization
- Approximation Guarantees for the Non-Dominated Sorting Genetic Algorithm II (NSGA-II)
- Runtime Analyses of Multi-Objective Evolutionary Algorithms in the Presence of Noise
- Near-Tight Runtime Guarantees for Many-Objective Evolutionary Algorithms
- Illustrating the Efficiency of Popular Evolutionary Multi-Objective Algorithms Using Runtime Analysis
- A Block-Coordinate Descent EMO Algorithm: Theoretical and Empirical Analysis