An improved concurrent search algorithm for distributed CSPs

  • Authors:
  • Jian Gao;Jigui Sun;Yonggang Zhang

  • Affiliations:
  • College of Computer Science and Technology, Jilin University, Changchun, China and Key Laboratory of Symbolic Computation and Knowledge Engineering of Ministry of Education, Changchun, China;College of Computer Science and Technology, Jilin University, Changchun, China and Key Laboratory of Symbolic Computation and Knowledge Engineering of Ministry of Education, Changchun, China;College of Computer Science and Technology, Jilin University, Changchun, China and Key Laboratory of Symbolic Computation and Knowledge Engineering of Ministry of Education, Changchun, China

  • Venue:
  • AI'07 Proceedings of the 20th Australian joint conference on Advances in artificial intelligence
  • Year:
  • 2007

Quantified Score

Hi-index 0.00

Visualization

Abstract

As an important area in AI, Distributed Constraint Satisfaction Problems (DisCSPs) can be used to model and solve many problems in multi-agent systems. Concurrent search, newly proposed, is an efficient technique for solving DisCSPs. In this paper, a novel concurrent search algorithm is presented. Dynamic Variable Ordering (DVO) is used in concurrent backtrack search instead of random variable ordering. In order to make DVO effective, domain sizes of unfixed variables are evaluated approximately according to current partial assignments after a variable is assigned. This method can be performed by a single agent and there is no need to send messages during heuristic computation. In addition, a simple look-ahead strategy inspired from centralized constraint programming techniques is added to the improved algorithm. Experiments on randomly generated DisCSPs demonstrate that the algorithm with DVO heuristic and look-ahead strategy can drastically improve performance of concurrent search.