Rational deployment of multiple heuristics in optimal state-space search

作者:

摘要

The obvious way to use several admissible heuristics in searching for an optimal solution is to take their maximum. In this paper, we aim to reduce the time spent on computing heuristics within the context of A⁎ and IDA⁎. We discuss Lazy A⁎ and Lazy IDA⁎, variants of A⁎ and IDA⁎, respectively, where heuristics are evaluated lazily: only when they are essential to a decision to be made in the search process. While these lazy algorithms outperform naive maximization, we can do even better by intelligently deciding when to compute the more expensive heuristic. We present a new rational metareasoning based scheme which decides whether to compute the more expensive heuristics at all, based on a myopic regret estimate. This scheme is used to create rational lazy A⁎ and rational lazy IDA⁎. We also present different methods for estimating the parameters necessary for making such decisions. An empirical evaluation in several domains supports the theoretical results, and shows that the rational variants, rational lazy A⁎ and rational lazy IDA⁎, are better than their non-rational counterparts.

论文关键词:Heuristic search,A⁎,Admissible heuristics,Rational metareasoning

论文评审过程:Received 21 August 2016, Revised 9 October 2017, Accepted 3 November 2017, Available online 7 November 2017, Version of Record 9 March 2018.

论文官网地址:https://doi.org/10.1016/j.artint.2017.11.001