A Simple and Fast Bi-Objective Search Algorithm

Hernandez, Carlos; Yeoh, William; Baier, Jorge A; Zhang, Han; Suazo, Luis; Koenig, Sven

Keywords: artificial intelligence, shortest path

Abstract

Many interesting search problems can be formulated as biobjective search problems, that is, search problems where two kinds of costs have to be minimized, for example, travel distance and time for transportation problems. Bi-objective search algorithms have to maintain the set of undominated paths from the start state to each state to compute the set of paths from the start state to the goal state that are not dominated by some other path from the start state to the goal state (called the Pareto-optimal solution set). Each time they find a new path to a state s, they perform a dominance check to determine whether this path dominates any of the previously found paths to s or whether any of the previously found paths to s dominates this path. Existing algorithms do not perform these checks efficiently. On the other hand, our Bi-Objective A* (BOA*) algorithm requires only constant time per check. In our experimental evaluation, we show that BOA* can run an order of magnitude (or more) faster than state-of-the-art biobjective search algorithms, such as NAMOA*, NAMOA*dr, Bi-Objective Dijkstra, and Bidirectional Bi-Objective Dijkstra.

Más información

Editorial: American Association for Artificial Intelligence (AAAI) Press
Fecha de publicación: 2020
Año de Inicio/Término: 26-30 Octubre
Idioma: Inglés