Litcius/Paper detail

A Simple and Fast Bi-Objective Search Algorithm

Carlos Hernández Ulloa, William Yeoh, Jorge A. Baier, Luis Suazo, Han Zhang, Sven Koenig

2021Proceedings of the International Symposium on Combinatorial Search20 citationsDOIOpen Access PDF

Abstract

Many interesting search problems can be formulated as bi-objective search problems; for example, transportation problems where both travel distance and time need to be minimized. Multi-objective best-first search algorithms need to maintain the set of undominated paths from the start state to each state to compute a set of paths from a given start state to a given goal state (the Pareto-optimal solutions) such that no path in the set is dominated by another path in the set. Each time they find a new path to a state n, they perform a dominance check to determine whether such a path dominates any of the previously found paths to n. Existing algorithms do not perform these checks efficiently, requiring at least a full iteration over the Open list per check. In this paper, we present the first multi-objective algorithm that performs these checks efficiently. Indeed, Bi-Objective A* (BOA*)—our algorithm—requires constant time to check for dominance. Our experimental evaluation shows that BOA*is orders-of-magnitude faster than state-of-the-art search algorithms, such as NAMOA*, Bi-Objective Dijkstra, and Bidirectional Bi-Objective Dijkstra.

Topics & Concepts

Dijkstra's algorithmSet (abstract data type)Computer scienceMathematical optimizationSearch algorithmPath (computing)State (computer science)Shortest path problemAlgorithmMathematicsTheoretical computer scienceGraphProgramming languageAdvanced Control Systems OptimizationFormal Methods in VerificationConstraint Satisfaction and Optimization
A Simple and Fast Bi-Objective Search Algorithm | Litcius