Search Results for author: Ariel Felner

Found 13 papers, 3 papers with code

Clique Analysis and Bypassing in Continuous-Time Conflict-Based Search

no code implementations26 Dec 2023 Thayne T. Walker, Nathan R. Sturtevant, Ariel Felner

While the study of unit-cost Multi-Agent Pathfinding (MAPF) problems has been popular, many real-world problems require continuous time and costs due to various movement models.

Tightest Admissible Shortest Path

no code implementations15 Aug 2023 Eyal Weiss, Ariel Felner, Gal A. Kaminka

This is a generalization of the shortest path problem to bounded uncertainty, where edge-weight uncertainty can be traded for computational cost.

A Generalization of the Shortest Path Problem to Graphs with Multiple Edge-Cost Estimates

1 code implementation22 Aug 2022 Eyal Weiss, Ariel Felner, Gal A. Kaminka

The shortest path problem in graphs is a cornerstone of AI theory and applications.

Multi-Agent Pathfinding: Definitions, Variants, and Benchmarks

1 code implementation19 Jun 2019 Roni Stern, Nathan Sturtevant, Ariel Felner, Sven Koenig, Hang Ma, Thayne Walker, Jiaoyang Li, Dor Atzmon, Liron Cohen, T. K. Satish Kumar, Eli Boyarski, Roman Bartak

The MAPF problem is the fundamental problem of planning paths for multiple agents, where the key constraint is that the agents will be able to follow these paths concurrently without colliding with each other.

Autonomous Vehicles

Rational Deployment of Multiple Heuristics in IDA*

no code implementations24 Nov 2014 David Tolpin, Oded Betzalel, Ariel Felner, Solomon Eyal Shimony

Recent advances in metareasoning for search has shown its usefulness in improving numerous search algorithms.

Theta*: Any-Angle Path Planning on Grids

1 code implementation16 Jan 2014 Kenny Daniel, Alex Nash, Sven Koenig, Ariel Felner

Angle-Propagation Theta* achieves a better worst-case complexity per vertex expansion than Basic Theta* by propagating angle ranges when it expands vertices, but is more complex, not as fast and finds slightly longer paths.

Predicting the Performance of IDA* using Conditional Distributions

no code implementations15 Jan 2014 Uzi Zahavi, Ariel Felner, Neil Burch, Robert C. Holte

In this paper we show that, in addition to requiring the heuristic to be consistent, their formulas predictions are accurate only at levels of the brute-force search tree where the heuristic values obey the unconditional distribution that they defined and then used in their formula.

BnB-ADOPT: An Asynchronous Branch-and-Bound DCOP Algorithm

no code implementations15 Jan 2014 William Yeoh, Ariel Felner, Sven Koenig

Our experimental results show that BnB-ADOPT finds cost-minimal solutions up to one order of magnitude faster than ADOPT for a variety of large DCOP problems and is as fast as NCBB, a memory-bounded synchronous DCOP search algorithm, for most of these DCOP problems.

Towards Rational Deployment of Multiple Heuristics in A*

no code implementations22 May 2013 David Tolpin, Tal Beja, Solomon Eyal Shimony, Ariel Felner, Erez Karpas

The obvious way to use several admissible heuristics in A* is to take their maximum.

Cannot find the paper you are looking for? You can Submit a new open access paper.