May 19, 2024
Mir Mohammad Alipour

Mir Mohammad Alipour

Academic rank: Assistant professor
Address: university of bonab
Education: Ph.D in Software Engineering - Artificial Intelligence
Phone: 04137745000
Faculty: Faculty of Engineering
Department: Computer Engineering

Research

Title
A multiagent reinforcement learning algorithm to solve the maximum independent set problem
Type Article
Keywords
Maximum independent set problem, multiagent systems (MAS), reinforcement learning, Q-learning; exchange 2-1 local search, maximum clique problem (MCP)
Researchers Mir Mohammad Alipour، Mohsen Abdolhosseinzadeh

Abstract

The Maximum Independent Set Problem (MISP) consists of finding the largest subset of vertices of a graph such that none of the vertices are adjacent. It is well known that the MISP is an NP-Complete problem and usually cannot be solved exactly within a reasonable amount of time. In recent years, various heuristic search techniques, such as tabu search, genetic algorithm, simulated annealing, ant colony optimization and neural network algorithms have been used to solve this problem. In this paper, we propose a new algorithm for the MISP using Multiagent Reinforcement Learning (MARL) approach. In the proposed approach, each agent tries to solve MISP autonomously and improves its local behavior using reinforcement learning (RL) and directly communicates with other agents by sharing successful results. Also, the Exchange 2-1 local search is used to further improvement of the solutions at each step. The experiments were carried out on DIMACS clique instances and p-random graphs. Our experimental results show that the proposed approach is able to compete or even outperform some state-of-the-art algorithms.