Speeding Up the NSGA-II via Dynamic Population Sizes

September 01, 2025 ยท Declared Dead ยท ๐Ÿ› arXiv.org

๐Ÿ‘ป CAUSE OF DEATH: Ghosted
No code link whatsoever

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Benjamin Doerr, Martin S. Krejca, Simon Wietheger arXiv ID 2509.01739 Category cs.NE: Neural & Evolutionary Citations 0 Venue arXiv.org Last Checked 4 months ago
Abstract
Multi-objective evolutionary algorithms (MOEAs) are among the most widely and successfully applied optimizers for multi-objective problems. However, to store many optimal trade-offs (the Pareto optima) at once, MOEAs are typically run with a large, static population of solution candidates, which can slow down the algorithm. We propose the dynamic NSGA-II (dNSGA-II), which is based on the popular NSGA-II and features a non-static population size. The dNSGA-II starts with a small initial population size of four and doubles it after a user-specified number $ฯ„$ of function evaluations, up to a maximum size of $ฮผ$. Via a mathematical runtime analysis, we prove that the dNSGA-II with parameters $ฮผ\geq 4(n + 1)$ and $ฯ„\geq \frac{256}{50} e n$ computes the full Pareto front of the \textsc{OneMinMax} benchmark of size $n$ in $O(\log(ฮผ) ฯ„+ ฮผ\log(n))$ function evaluations, both in expectation and with high probability. For an optimal choice of $ฮผ$ and $ฯ„$, the resulting $O(n \log(n))$ runtime improves the optimal expected runtime of the classic NSGA-II by a factor of $ฮ˜(n)$. In addition, we show that the parameter $ฯ„$ can be removed when utilizing concurrent runs of the dNSGA-II. This approach leads to a mild slow-down by a factor of $O(\log(n))$ compared to an optimal choice of $ฯ„$ for the dNSGA-II, which is still a speed-up of $ฮ˜(n / \log(n))$ over the classic NSGA-II.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

๐Ÿ“œ Similar Papers

In the same crypt โ€” Neural & Evolutionary

๐Ÿ”ฎ ๐Ÿ”ฎ The Ethereal

LSTM: A Search Space Odyssey

Klaus Greff, Rupesh Kumar Srivastava, ... (+3 more)

cs.NE ๐Ÿ› IEEE TNNLS ๐Ÿ“š 6.0K cites 11 years ago

Died the same way โ€” ๐Ÿ‘ป Ghosted