paper-with-me

Papers

A Distribution Evolutionary Algorithm for the Graph Coloring Problem

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

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 to address it efficiently. Unlike existing estimation of distribution algorithms where a probability model is updated by generated solutions, DEA-PPM employs a distribution population based on a novel probability model, and an orthogonal exploration strategy is introduced to search the distribution space with the assistance of an refinement strategy. By sampling the distribution population, efficient search in the solution space is realized based on a tabu search process. Meanwhile, DEA-PPM introduces an iterative vertex removal strategy to improve the efficiency of $k$-coloring, and an inherited initialization strategy is implemented to address the chromatic problem well. The cooperative evolution of the distribution population and the solution population leads to a good balance between exploration and exploitation. Numerical results demonstrate that the DEA-PPM of small population size is competitive to the state-of-the-art metaheuristics.utes to its competitiveness to the state-of-the-art metaheuristics.

📄 PDF Abstract BibTeX arXiv:2203.15162

Code (0)

등록된 구현이 없습니다.

Tasks

Combinatorial Optimization

Similar 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…

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

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…

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