Black-Box Complexities of Combinatorial Problems
Benjamin Doerr, Timo K\"otzing, Johannes Lengler, Carola Winzen

TL;DR
This paper analyzes the black-box complexities of combinatorial problems like minimum spanning tree and shortest paths, revealing how modeling choices impact their complexity and the difficulty for general optimization algorithms.
Contribution
It extends black-box complexity analysis from artificial functions to real combinatorial problems, highlighting the importance of modeling and unbiasedness in complexity bounds.
Findings
Provides bounds for black-box complexities of MST and shortest paths.
Shows modeling choices significantly affect complexity results.
Highlights the role of unbiasedness in non-bit string search spaces.
Abstract
Black-box complexity is a complexity theoretic measure for how difficult a problem is to be optimized by a general purpose optimization algorithm. It is thus one of the few means trying to understand which problems are tractable for genetic algorithms and other randomized search heuristics. Most previous work on black-box complexity is on artificial test functions. In this paper, we move a step forward and give a detailed analysis for the two combinatorial problems minimum spanning tree and single-source shortest paths. Besides giving interesting bounds for their black-box complexities, our work reveals that the choice of how to model the optimization problem is non-trivial here. This in particular comes true where the search space does not consist of bit strings and where a reasonable definition of unbiasedness has to be agreed on.
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
TopicsAlgorithms and Data Compression · Machine Learning and Algorithms · Advanced Graph Theory Research
