Faster Black-Box Algorithms Through Higher Arity Operators
Benjamin Doerr, Daniel Johannsen, Timo K\"otzing, Per Kristian Lehre,, Markus Wagner, Carola Winzen

TL;DR
This paper demonstrates that using higher arity operators in black-box algorithms significantly reduces the complexity of classic problems like LeadingOnes and OneMax, achieving near-optimal bounds.
Contribution
It extends the unbiased black-box model to include higher arity operators, showing improved complexity bounds for key benchmark problems.
Findings
Binary operators reduce LeadingOnes complexity to O(n log n)
Binary operators reduce OneMax complexity to O(n)
k-ary operators further decrease OneMax complexity to O(n / log k)
Abstract
We extend the work of Lehre and Witt (GECCO 2010) on the unbiased black-box model by considering higher arity variation operators. In particular, we show that already for binary operators the black-box complexity of \leadingones drops from for unary operators to . For \onemax, the unary black-box complexity drops to O(n) in the binary case. For -ary operators, , the \onemax-complexity further decreases to .
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplexity and Algorithms in Graphs · Optimization and Search Problems · Auction Theory and Applications
