The distributed breakout algorithms

  • Authors:
  • Katsutoshi Hirayama;Makoto Yokoo

  • Affiliations:
  • Faculty of Maritime Sciences, Kobe University, 5-1-1 Fukaeminami-machi, Higashinada-ku, Kobe 658-0022, Japan;Faculty of Information Science and Electrical Engineering, Kyushu University, 6-10-1 Hakozaki, Higashi-ku, Fukuoka 812-8581, Japan

  • Venue:
  • Artificial Intelligence - Special issue: Distributed constraint satisfaction
  • Year:
  • 2005

Quantified Score

Hi-index 0.01

Visualization

Abstract

We present a new series of distributed constraint satisfaction algorithms, the distributed breakout algorithms, which is inspired by local search algorithms for solving the constraint satisfaction problem (CSP). The basic idea of these algorithms is for agents to repeatedly improve their tentative and flawed sets of assignments for variables simultaneously while communicating such tentative sets with each other until finding a solution to an instance of the distributed constraint satisfaction problem (DisCSP). We introduce four implementations of the distributed breakout algorithms: Single-DB, Multi-DB, Multi-DB^+, and Multi-DB^+^+. Single-DB is a distributed breakout algorithm for solving the DisCSP, where each agent has a single local variable and its related constraints. Multi-DB, on the other hand, is another distributed breakout algorithm for solving the distributed SAT (DisSAT) problem, where each agent has multiple local variables and their related clauses. Multi-DB^+ and Multi-DB^+^+ are stochastic variations of Multi-DB. In Multi-DB^+, we introduce a technique called random break into Multi-DB; in Multi-DB^+^+, we introduce a technique called random walk into Multi-DB^+. We conducted experiments to compare these algorithms with the asynchronous type of distributed constraint satisfaction algorithm. Through these experiments, we found that Single-DB, Multi-DB, and Multi-DB^+ scale up better than the asynchronous type of distributed constraint satisfaction algorithms, but they sometimes show very poor performance. On the other hand, we also found that Multi-DB^+^+, which uses random walk, provides a clear performance improvement.