paper-with-me

Papers

Evolutionary Algorithm for Graph Coloring Problem

2021-11-17 · Robiul Islam, Arup Kumar Pramanik

The graph coloring problem (GCP) is one of the most studied NP-HARD problems in computer science. Given a graph , the task is to assign a color to all vertices such that no vertices sharing an edge receive the same color and that the number of used colors, is minimal. Different heuristic, meta-heuristic, machine learning and hybrid solution methods have been applied to obtain the solution. To solve this problem we use mutation of evolutionary algorithm. For this purpose we introduce binary encoding for Graph Coloring Problem. This binary encoding help us for mutation, evaluate, immune system and merge color easily and also reduce coloring dynamically. In the traditional evolutionary algorithm (EA) for graph coloring, k-coloring approach is used and the EA is run repeatedly until the lowest possible is reached. In our paper, we start with the theoretical upper bound of chromatic number, that is, maximum out-degree + 1 and in the process of evolution some of the colors are made unused to dynamically reduce the number of color in every generation. We test few standard DIMACS benchmark and compare resent paper. Maximum results are same as expected chromatic color and few data sets are larger than expected chromatic number

📄 PDF Abstract BibTeX arXiv:2111.09743

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Cuckoo Quantum Evolutionary Algorithm for the Graph Coloring Problem

2021-08-19 · Yongjian Xu, Yu Chen

Based on the framework of the quantum-inspired evolutionary algorithm, a cuckoo quantum evolutionary algorithm (CQEA) is proposed for solving the graph coloring problem (GCP). To reduce iterations for the search of the c…

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

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

A Distribution Evolutionary Algorithm for the Graph Coloring Problem

2022-03-29 · Yongjian Xu, Huabin Cheng, Ning Xu, Yu Chen 외

Graph coloring is a challenging combinatorial optimization problem with a wide range of applications. In this paper, a distribution evolutionary algorithm based on a population of probability model (DEA-PPM) is developed…

Combinatorial Optimization

Scalable Multiple Patterning Layout Decomposition Implemented by a Distribution Evolutionary Algorithm

2023-04-09 · Yu Chen, Yongjian Xu, Ning Xu

As the feature size of semiconductor technology shrinks to 10 nm and beyond, the multiple patterning lithography (MPL) attracts more attention from the industry. In this paper, we model the layout decomposition of MPL as…