Sciweavers

CSCLP
2008
Springer

IDB-ADOPT: A Depth-First Search DCOP Algorithm

13 years 6 months ago
IDB-ADOPT: A Depth-First Search DCOP Algorithm
Abstract. Many agent coordination problems can be modeled as distributed constraint optimization problems (DCOPs). ADOPT is an asynchronous and distributed search algorithm that is able to solve DCOPs optimally. In this paper, we introduce Iterative Decreasing Bound ADOPT (IDB-ADOPT), a modification of ADOPT that changes the search strategy of ADOPT from performing one bestfirst search to performing a series of depth-first searches. Each depth-first search is provided with a bound, initially a large integer, and returns the first solution whose cost is smaller than or equal to the bound. The bound is then reduced to the cost of this solution minus one and the process repeats. If there is no solution whose cost is smaller than or equal to the bound, it returns a cost-minimal solution. Thus, IDB-ADOPT is an anytime algorithm that solves DCOPs with integer costs optimally. Our experimental results for graph coloring problems show that IDB-ADOPT runs faster (that is, needs fewer cycles) th...
William Yeoh, Ariel Felner, Sven Koenig
Added 19 Oct 2010
Updated 19 Oct 2010
Type Conference
Year 2008
Where CSCLP
Authors William Yeoh, Ariel Felner, Sven Koenig
Comments (0)