학술논문

Optimization of heuristic search using recursive algorithm selection and reinforcement learning.
Document Type
Article
Source
Annals of Mathematics & Artificial Intelligence. Oct2010, Vol. 60 Issue 1/2, p119-151. 33p. 10 Diagrams, 12 Graphs.
Subject
*HEURISTIC algorithms
*MATHEMATICAL analysis
*DECISION making
*LEAST squares
*REINFORCEMENT learning
*PROBLEM solving
Language
ISSN
1012-2443
Abstract
The traditional approach to computational problem solving is to use one of the available algorithms to obtain solutions for all given instances of a problem. However, typically not all instances are the same, nor a single algorithm performs best on all instances. Our work investigates a more sophisticated approach to problem solving, called Recursive Algorithm Selection, whereby several algorithms for a problem (including some recursive ones) are available to an agent that makes an informed decision on which algorithm to select for handling each sub-instance of a problem at each recursive call made while solving an instance. Reinforcement learning methods are used for learning decision policies that optimize any given performance criterion (time, memory, or a combination thereof) from actual execution and profiling experience. This paper focuses on the well-known problem of state-space heuristic search and combines the A* and RBFS algorithms to yield a hybrid search algorithm, whose decision policy is learned using the Least-Squares Policy Iteration (LSPI) algorithm. Our benchmark problem domain involves shortest path finding problems in a real-world dataset encoding the entire street network of the District of Columbia (DC), USA. The derived hybrid algorithm exhibits better performance results than the individual algorithms in the majority of cases according to a variety of performance criteria balancing time and memory. It is noted that the proposed methodology is generic, can be applied to a variety of other problems, and requires no prior knowledge about the individual algorithms used or the properties of the underlying problem instances being solved. [ABSTRACT FROM AUTHOR]