Max Is More than Min: Solving Maximization Problems with Heuristic Search
Abstract
Most work in heuristic search considers problems where a low cost solution is preferred (MIN problems). In this paper, we investigate the complementary setting where a solution of high reward is preferred (MAX problems). Example MAX problems include finding a longest simple path in a graph, maximal coverage, and various constraint optimization problems. We examine several popular search algorithms for MIN problems and discover the curious ways in which they misbehave on MAX problems. We propose modifications that preserve the original intentions behind the algorithms but allow them to solve MAX problems, and compare them theoretically and empirically. Interesting results include the failure of bidirectional search and close relationships between Dijkstra's algorithm, weighted A*, and depth-first search.
Cite
Text
Stern et al. "Max Is More than Min: Solving Maximization Problems with Heuristic Search." International Joint Conference on Artificial Intelligence, 2015.Markdown
[Stern et al. "Max Is More than Min: Solving Maximization Problems with Heuristic Search." International Joint Conference on Artificial Intelligence, 2015.](https://mlanthology.org/ijcai/2015/stern2015ijcai-max/)BibTeX
@inproceedings{stern2015ijcai-max,
title = {{Max Is More than Min: Solving Maximization Problems with Heuristic Search}},
author = {Stern, Roni and Kiesel, Scott and Puzis, Rami and Felner, Ariel and Ruml, Wheeler},
booktitle = {International Joint Conference on Artificial Intelligence},
year = {2015},
pages = {4324-4330},
url = {https://mlanthology.org/ijcai/2015/stern2015ijcai-max/}
}