Anytime Weighted A*—an anytime heuristic search algorithm that uses a weight to scale the heuristic value of each node in the open list—has proven to be an effective way to manage the trade-off between solution quality and computation time in heuristic search. Finding the best weight, however, is challenging because it depends on not only the characteristics of the domain and the details of the instance at hand, but also the available computation time. We propose a randomized version of this algorithm, called Randomized Weighted A*, that randomly adjusts its weight at runtime and show a counterintuitive phenomenon: RWA* generally performs as well or better than AWA* with the best static weight on a range of benchmark problems. The result is a simple algorithm that is easy to implement and performs consistently well without any offline experimentation or parameter tuning.
CITATION STYLE
Bhatia, A., Svegliato, J., & Zilberstein, S. (2021). On the Benefits of Randomly Adjusting Anytime Weighted A*. In 14th International Symposium on Combinatorial Search, SoCS 2021 (pp. 116–120). Association for the Advancement of Artificial Intelligence. https://doi.org/10.1609/socs.v12i1.18558
Mendeley helps you to discover research relevant for your work.