A Simulated Annealing-Based Multiobjective Optimization Algorithm for Minimum Weight Minimum Connected Dominating Set Problem

Hayet Dahmri,Salim Bouamama
2024-05-25
Abstract:Minimum connected dominating set problem is an NP-hard combinatorial optimization problem in graph theory. Finding connected dominating set is of high interest in various domains such as wireless sensor networks, optical networks, and systems biology. Its weighted variant named minimum weight connected dominating set is also useful in such applications. In this paper, we propose a simulated annealing algorithm based on a greedy heuristic for tackling a variant of the minimum connected dominating set problem and that by exploiting two objectives together namely the cardinality and the total weight of the connected dominating set. Experimental results compared to those obtained by a recent proposed research show the superiority of our approach.
Artificial Intelligence
What problem does this paper attempt to address?
The paper aims to address the Minimum Weight Minimum Connected Dominating Set (MWMCDS) problem. Specifically, the paper proposes a Greedy Heuristic-based Multi-objective Simulated Annealing algorithm (GSA) to simultaneously optimize the size and total weight of the connected dominating set. Finding a connected dominating set is of significant importance in various fields such as wireless sensor networks, optical networks, and systems biology. Traditional research usually focuses on a single objective function, such as minimizing the size or the total weight of the connected dominating set. However, the GSA algorithm proposed in this paper attempts to optimize both objectives simultaneously. By comparing the experimental results with existing Multi-objective Genetic Algorithms (MOGA) and another method called mcds, the results show that the GSA algorithm can generate better solutions in most cases, especially in terms of energy consumption and the size of the connected dominating set. Therefore, this study provides a new and efficient solution to tackle the MWMCDS problem.