paper-with-me

홈 › Papers

Local Search on Vertex Coloring for Bipartite Graphs

2026-06-08 · Johanna Gasse arxiv

Local search is a well-known heuristic method used in optimization. In this thesis, we explore its capabilities on the vertex coloring problem, an $NP$-hard problem with relevance in both theoretical analysis and practical application. To recognize limitations in the applicability of local search of the vertex coloring problem, we analyze local search landscapes on differently-structured bipartite graphs. We identify structures that ensure only global optima can exist as well as ones that enable the existence of non-global local optima, showing that on general bipartite graphs, it is possible for local search to return arbitrarily bad results. Further, we analyze the capabilities of local search on graphs where a local optimum can be found. To do so, we introduce a gray-box local search mutation operator that removes less frequent colors with higher probability and prove that it finds an optimal coloring on complete bipartite graphs in an expected run time of $Θ(n \log n)$. This is a drastic improvement to the exponential tun time of the black-box Random Local Search, showing that gray-box mutation operators can improve the run time of local search.

📄 PDF Abstract BibTeX arXiv:2606.09509

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

More Effective Randomized Search Heuristics for Graph Coloring Through Dynamic Optimization

2020-05-28 · Jakob Bossek, Frank Neumann, Pan Peng, Dirk Sudholt

Dynamic optimization problems have gained significant attention in evolutionary computation as evolutionary algorithms (EAs) can easily adapt to changing environments. We show that EAs can solve the graph coloring proble…

Evolutionary Algorithms

Time Complexity Analysis of Randomized Search Heuristics for the Dynamic Graph Coloring Problem

2021-05-26 · Jakob Bossek, Frank Neumann, Pan Peng, Dirk Sudholt

We contribute to the theoretical understanding of randomized search heuristics for dynamic problems. We consider the classical vertex coloring problem on graphs and investigate the dynamic setting where edges are added t…

Discovering Locally Maximal Bipartite Subgraphs

2022-11-18 · Dominik Dürrschnabel, Tom Hanika, Gerd Stumme

Induced bipartite subgraphs of maximal vertex cardinality are an essential concept for the analysis of graphs. Yet, discovering them in large graphs is known to be computationally hard. Therefore, we consider in this wor…

Gray-Box Optimization and the Vertex Coloring Problem

2026-06-06 · Johanna Gasse, Antonia Heinen, Hendrik Higl, Timo Kötzing arxiv

Gray-box optimization is an approach for making some problem-specific information available to the algorithm while still relying on fitness information as the main guide to an optimum. This approach was shown to be benef…

Variations on Memetic Algorithms for Graph Coloring Problems

2014-01-08 · Laurent Moalic, Alexandre Gondran

Graph vertex coloring with a given number of colors is a well-known and much-studied NP-complete problem.The most effective methods to solve this problem are proved to be hybrid algorithms such as memetic algorithms or q…

Diversity