@inproceedings{04920f3d111d4909a7a59fa5f2cd01f3,
title = "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.",
author = "Roni Stern and Scott Kiesel and Rami Puzis and Ariel Felner and Wheeler Ruml",
year = "2015",
month = jan,
day = "1",
language = "American English",
series = "IJCAI International Joint Conference on Artificial Intelligence",
pages = "4324--4330",
editor = "Michael Wooldridge and Qiang Yang",
booktitle = "IJCAI 2015 - Proceedings of the 24th International Joint Conference on Artificial Intelligence",
note = "24th International Joint Conference on Artificial Intelligence, IJCAI 2015 ; Conference date: 25-07-2015 Through 31-07-2015",
}