Focused Jump-and-Repair Constraint Handling for Fixed-Parameter Tractable Graph Problems Closed Under Induced Subgraphs
Luke Branson, Andrew M. Sutton

TL;DR
This paper introduces a focused jump-and-repair operator for the (1+1) EA to efficiently solve fixed-parameter tractable graph problems, achieving probabilistic guarantees and exponential improvements over previous methods.
Contribution
It develops a novel jump-and-repair approach enabling the (1+1) EA to efficiently handle fixed-parameter graph problems with probabilistic performance guarantees.
Findings
Proves the (1+1) EA finds a k-vertex cover in expected O(2^k n^2 log n) time.
Establishes the first parameterized results for evolutionary algorithms on FeedbackVertexSet and OddCycleTransversal.
Demonstrates exponential improvements over existing bounds for VertexCover.
Abstract
Repair operators are often used for constraint handling in constrained combinatorial optimization. We investigate the (1+1)~EA equipped with a tailored jump-and-repair operation that can be used to probabilistically repair infeasible offspring in graph problems. Instead of evolving candidate solutions to the entire graph, we expand the genotype to allow the (1+1)~EA to develop in parallel a feasible solution together with a growing subset of the instance (an induced subgraph). With this approach, we prove that the EA is able to probabilistically simulate an iterative compression process used in classical fixed-parameter algorithmics to obtain a randomized FPT performance guarantee on three NP-hard graph problems. For -VertexCover, we prove that the (1+1) EA using focused jump-and-repair can find a -vertex cover (if one exists) in iterations in expectation. This…
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
TopicsConstraint Satisfaction and Optimization · Metaheuristic Optimization Algorithms Research · Optimization and Packing Problems
MethodsRepair
