paper-with-me

Papers

Completeness and Performance Of The APO Algorithm

2014-01-15 · Tal Grinshpoun, Amnon Meisels

Asynchronous Partial Overlay (APO) is a search algorithm that uses cooperative mediation to solve Distributed Constraint Satisfaction Problems (DisCSPs). The algorithm partitions the search into different subproblems of the DisCSP. The original proof of completeness of the APO algorithm is based on the growth of the size of the subproblems. The present paper demonstrates that this expected growth of subproblems does not occur in some situations, leading to a termination problem of the algorithm. The problematic parts in the APO algorithm that interfere with its completeness are identified and necessary modifications to the algorithm that fix these problematic parts are given. The resulting version of the algorithm, Complete Asynchronous Partial Overlay (CompAPO), ensures its completeness. Formal proofs for the soundness and completeness of CompAPO are given. A detailed performance evaluation of CompAPO comparing it to other DisCSP algorithms is presented, along with an extensive experimental evaluation of the algorithm's unique behavior. Additionally, an optimization version of the algorithm, CompOptAPO, is presented, discussed, and evaluated.

📄 PDF Abstract BibTeX arXiv:1401.3450

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Hybrid Search for Efficient Planning with Completeness Guarantees

2023-10-19 · NeurIPS 2023 11

Solving complex planning problems has been a long-standing challenge in computer science. Learning-based subgoal search methods have shown promise in tackling these problems, but they often suffer from a lack of complete…

Linear Bellman Completeness Suffices for Efficient Online Reinforcement Learning with Few Actions

2024-06-17 · Noah Golowich, Ankur Moitra

One of the most natural approaches to reinforcement learning (RL) with function approximation is value iteration, which inductively generates approximations to the optimal value function by solving a sequence of regressi…

regressionReinforcement Learning (RL)

On the Completeness of First-Order Knowledge Compilation for Lifted Probabilistic Inference

2011-12-01 · NeurIPS 2011 12 · Guy Broeck

Probabilistic logics are receiving a lot of attention today because of their expressive power for knowledge representation and learning. However, this expressivity is detrimental to the tractability of inference, when do…

Completeness of Unbounded Best-First Game Algorithms

2021-09-11 · Quentin Cohen-Solal

In this article, we prove the completeness of the following game search algorithms: unbounded best-first minimax with completion and descent with completion, i.e. we show that, with enough time, they find the best game s…

On the Completeness and Complexity of the Lifted Dynamic Junction Tree Algorithm

2021-10-18 · Marcel Gehrke

For static lifted inference algorithms, completeness, i.e., domain liftability, is extensively studied. However, so far no domain liftability results for temporal lifted inference algorithms exist. In this paper, we clos…