Treffer: Better Algorithms for Parallel Backtracking

Title:
Better Algorithms for Parallel Backtracking
Authors:
Contributors:
The Pennsylvania State University CiteSeerX Archives
Publisher Information:
Springer
Publication Year:
1995
Collection:
CiteSeerX
Document Type:
Fachzeitschrift text
File Description:
application/postscript
Language:
English
Rights:
Metadata may be used without restrictions as long as the oai identifier remains attached to it.
Accession Number:
edsbas.86CB9CFE
Database:
BASE

Weitere Informationen

Many algorithms in operations research and artificial intelligence are based on the backtracking principle, i.e., depth first search in implicitly defined trees. For parallelizing these algorithms, a load balancing scheme is needed which is able to evenly distribute the parts of an irregularly shaped tree over the processors. It should work with minimal interprocessor communication and without prior knowledge of the tree's shape. Previously known load balancing algorithms for this problem either require sending a message for each tree node or they only work efficiently for large search trees. This paper introduces new randomized dynamic load balancing algorithms for tree structured computations, a generalization of backtrack search. These algorithms only need to communicate when necessary and have an asymptotically optimal scalability for hypercubes, butterflies and related networks. The asymptotic scalability for meshes is better by a logarithmic factor than for the best previously kn.