Target-Value Search Revisited

Abstract

This paper addresses the Target-Value Search (TVS) problem, which is the problem of finding a path between two nodes in a graph whose cost is as close as possible to a given target value, T. This problem has been previously addressed only for directed acyclic graphs. In this work we develop the theory required to solve this problem optimally for any type of graphs. We modify traditional heuristic search algorithms for this setting, and propose a novel bidirectional search algorithm that is specifically suited for TVS. The benefits of this bidirectional search algorithm are discussed both theoretically and experimentally on several domains.

Cite

Text

López et al. "Target-Value Search Revisited." International Joint Conference on Artificial Intelligence, 2013.

Markdown

[López et al. "Target-Value Search Revisited." International Joint Conference on Artificial Intelligence, 2013.](https://mlanthology.org/ijcai/2013/lopez2013ijcai-target/)

BibTeX

@inproceedings{lopez2013ijcai-target,
  title     = {{Target-Value Search Revisited}},
  author    = {López, Carlos Linares and Stern, Roni and Felner, Ariel},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2013},
  pages     = {601-607},
  url       = {https://mlanthology.org/ijcai/2013/lopez2013ijcai-target/}
}