Adaptive Parallel Iterative Deepening Search
D. J. Cook, R. C. Varnell

TL;DR
This paper presents Eureka, an adaptive system that automatically selects optimal parallel heuristic search strategies based on problem space features, significantly improving search efficiency across various AI problems.
Contribution
Introduces Eureka, a system that combines multiple parallel search strategies with machine learning to adaptively choose the best approach for different search problems.
Findings
Eureka outperforms single-strategy approaches on diverse problems.
Features of the search space influence the optimal strategy choice.
Machine learning effectively guides strategy selection.
Abstract
Many of the artificial intelligence techniques developed to date rely on heuristic search through large spaces. Unfortunately, the size of these spaces and the corresponding computational effort reduce the applicability of otherwise novel and effective algorithms. A number of parallel and distributed approaches to search have considerably improved the performance of the search process. Our goal is to develop an architecture that automatically selects parallel search strategies for optimal performance on a variety of search problems. In this paper we describe one such architecture realized in the Eureka system, which combines the benefits of many different approaches to parallel heuristic search. Through empirical and theoretical analyses we observe that features of the problem space directly affect the choice of optimal parallel search strategy. We then employ machine learning…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
