Efficient Optimal Search Under Expensive Edge Cost Computation

Abstract

Optimal heuristic search has been successful in many domains, including journey planning, route planning and puzzle solving. Existing work typically assumes that the cost of each action can easily be obtained. However, in many problems, the exact edge cost is expensive to compute. Existing search algorithms face a significant performance bottleneck, due to an excessive overhead associated with dynamically calculating exact edge costs. We present DEA*, an algorithm for problems with expensive edge cost computations. DEA* combines heuristic edge cost evaluations with delayed node expansions, reducing the number of exact edge computations. We formally prove that DEA* is optimal and it is efficient with respect to the number of exact edge cost computations. We empirically evaluate DEA* on multiple-worker routing problems where the exact edge cost is calculated by invoking an external multi-modal journey planning engine. The results demonstrate the effectiveness of our ideas in reducing the computational time and improving the solving ability. In addition, we show the advantages of DEA* in domain-independent planning, where we simulate that accurate edge costs are expensive to compute.

Cite

Text

Asai et al. "Efficient Optimal Search Under Expensive Edge Cost Computation." International Joint Conference on Artificial Intelligence, 2017. doi:10.24963/IJCAI.2017/596

Markdown

[Asai et al. "Efficient Optimal Search Under Expensive Edge Cost Computation." International Joint Conference on Artificial Intelligence, 2017.](https://mlanthology.org/ijcai/2017/asai2017ijcai-efficient/) doi:10.24963/IJCAI.2017/596

BibTeX

@inproceedings{asai2017ijcai-efficient,
  title     = {{Efficient Optimal Search Under Expensive Edge Cost Computation}},
  author    = {Asai, Masataro and Kishimoto, Akihiro and Botea, Adi and Marinescu, Radu and Daly, Elizabeth M. and Kotoulas, Spyros},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2017},
  pages     = {4266-4272},
  doi       = {10.24963/IJCAI.2017/596},
  url       = {https://mlanthology.org/ijcai/2017/asai2017ijcai-efficient/}
}