Runtime Performances of Randomized Search Heuristics for the Dynamic Weighted Vertex Cover Problem
Feng Shi, Frank Neumann, Jianxin Wang

TL;DR
This paper analyzes the runtime efficiency of randomized search heuristics, specifically evolutionary algorithms, for maintaining approximate solutions to the dynamic weighted vertex cover problem under graph modifications.
Contribution
It provides a theoretical analysis of how adapted evolutionary algorithms perform in dynamic settings for the weighted vertex cover problem, including runtime bounds and the impact of step size adaptation.
Findings
Three algorithms maintain 2-approximate solutions in polynomial expected time.
The (1+1) EA with 1/5-th rule has pseudo-polynomial expected runtime.
Step size adaptation strategies influence algorithm efficiency in dynamic environments.
Abstract
Randomized search heuristics such as evolutionary algorithms are frequently applied to dynamic combinatorial optimization problems. Within this paper, we present a dynamic model of the classic Weighted Vertex Cover problem and analyze the runtime performances of the well-studied algorithms Randomized Local Search and (1+1) EA adapted to it, to contribute to the theoretical understanding of evolutionary computing for problems with dynamic changes. In our investigations, we use an edge-based representation based on the dual form of the Linear Programming formulation for the problem and study the expected runtime that the adapted algorithms require to maintain a 2-approximate solution when the given weighted graph is modified by an edge-editing or weight-editing operation. Considering the weights on the vertices may be exponentially large with respect to the size of the graph, the step…
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
TopicsOptimization and Search Problems · Complexity and Algorithms in Graphs · Metaheuristic Optimization Algorithms Research
