Analysis of a Random Local Search Algorithm for Dominating Set
Hendrik Higl

TL;DR
This paper rigorously analyzes a Random Local Search algorithm for the Dominating Set problem on cycle graphs, establishing an expected runtime bound and introducing models to understand the search process.
Contribution
It provides the first theoretical runtime analysis of RLS for dominating sets on cycles, using novel modeling and Markov chain techniques.
Findings
Expected runtime bound of O(n^4 log^2 n) for RLS on cycles
Introduction of models to analyze dominating sets on cycles
Application of a new Markov chain analysis method
Abstract
Dominating Set is a well-known combinatorial optimization problem which finds application in computational biology or mobile communication. Because of its -hardness, one often turns to heuristics for good solutions. Many such heuristics have been empirically tested and perform rather well. However, it is not well understood why their results are so good or even what guarantees they can offer regarding their runtime or the quality of their results. For this, a strong theoretical foundation has to be established. We contribute to this by rigorously analyzing a Random Local Search (RLS) algorithm that aims to find a minimum dominating set on a graph. We consider its performance on cycle graphs with vertices. We prove an upper bound for the expected runtime until an optimum is found of . In doing so, we introduce several models 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
TopicsAdvanced Graph Theory Research · Complexity and Algorithms in Graphs · Genome Rearrangement Algorithms
