Open AccessProceedings Article
Solving Graph Coloring Problems Using Cultural Algorithms.
Reza Abbasian,Malek Mouhoub,Amin Jula +2 more
- 20 Mar 2011
TL;DR: This paper combines a novel Sequential Graph Coloring Heuristic Algorithm (SGCHA) with a non-systematic method based on a cultural algorithm to solve the graph coloring problem (GCP).
read more
Abstract: In this paper, we combine a novel Sequential Graph Coloring Heuristic Algorithm (SGCHA) with a non-systematic method based on a cultural algorithm to solve the graph coloring problem (GCP). The GCP involves finding the minimum number of colors for coloring the graph vertices such that adjacent vertices have distinct colors. In our solving approach, we first use an estimator which is implemented with SGCHA to predict the minimum colors. Then, in the non-systematic part which has been designed using cultural algorithms, we improve the prediction. Various components of the cultural algorithm have been implemented to solve the GCP with a self adaptive behavior in an efficient manner. As a result of utilizing the SGCHA and a cultural algorithm, the proposed method is capable of finding the solution in a very efficient running time. The experimental results show that the proposed algorithm has a high performance in time and quality of the solution returned for solving graph coloring instances taken from DIMACS website. The quality of the solution is measured here by comparing the returned solution with the optimal one.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
Modified cuckoo optimization algorithm (MCOA) to solve graph coloring problem
Shadi Mahmoudi,Shahriar Lotfi +1 more
- 01 Aug 2015
TL;DR: A new approach for solving graph coloring problem based on COA was presented and its performance is compared with some well-known heuristic search methods to confirm the high performance of the proposed method.
72
Mushroom Reproduction Optimization (MRO): A Novel Nature-Inspired Evolutionary Algorithm
Mahdi Bidar,Hamidreza Rashidy Kanan,Malek Mouhoub,Samira Sadaoui +3 more
- 08 Jul 2018
TL;DR: The experimental results confirm the high performance of MRO in dealing with complex optimization problems by discovering solutions with better quality.
27
Adaptation of the musical composition method for solving constrained optimization problems
Roman Anselmo Mora-Gutiérrez,Javier Ramírez-Rodríguez,Eric Alfredo Rincón-García,Antonin Ponsich,Oscar Herrera,Pedro Lara-Velázquez +5 more
- 01 Oct 2014
TL;DR: An extension of the “Musical Composition Method” (MMC) for solving constrained optimization problems and demonstrates that MMC significantly improves the global performances of the other tested metaheuristics on some benchmark functions.
16
Graph coloring and recombination
Rhyd Lewis
- 01 Jan 2015
TL;DR: This chapter conducts a review and discussion of the combination of evolutionary-based methods with exploitative local search-based techniques, principally focussing on the role that recombination plays in this process.
4
Whale Optimization-based Prediction for Medical Diagnostic
Ali Asghar Rahmani Hosseinabadi,Mehdi Sadeghilalimi,Morteza Babazadeh Shareh,Malek Mouhoub,Samira Sadaoui +4 more
- 01 Jan 2022
TL;DR: A discrete version of the Whale Optimization Algorithm is incorporated into a supervised classification framework (KNN) by redefining the related components to operate on discrete spaces, and proposing a random exploration function to include more diversity.
4
References
New methods to color the vertices of a graph
TL;DR: An exact method is given which performs better than the Randall-Brown algorithm and is able to color larger graphs and the new heuristic methods, the classical methods, and the exact method are compared.
1.7K
A methodology for the real world
Gregory J. Chaitin,Marc Alan Auslander,Ashok K. Chandra,John Cocke,Martin Edward Hopkins,Peter Willy Markstein +5 more
TL;DR: Preliminary results of an experimental implementation in a PL/I optimizing compiler suggest that global register allocation approaching that of hand-coded assembly language may be attainable.
800