scispace - formally typeset
A

Ariel Felner

Researcher at Ben-Gurion University of the Negev

Publications -  191
Citations -  6610

Ariel Felner is an academic researcher from Ben-Gurion University of the Negev. The author has contributed to research in topics: Heuristics & Search algorithm. The author has an hindex of 36, co-authored 191 publications receiving 5262 citations. Previous affiliations of Ariel Felner include Bar-Ilan University.

Papers
More filters
Journal ArticleDOI

Theta*: any-angle path planning on grids

TL;DR: This work presents Theta*, a variant of A*, that propagates informati on along grid edges without constraining the paths to grid edges, and shows experimentally that Theta* finds shorter and more realistic looking paths than either of these existing techniques.
Proceedings Article

Conflict-based search for optimal multi-agent path finding

TL;DR: In this article, a two-level algorithm called Conflict Based Search (CBS) is proposed to solve the multi-agent path finding problem, where at the high level, a search is performed on a tree based on conflicts between agents.
Journal ArticleDOI

Conflict-based search for optimal multi-agent pathfinding

TL;DR: A new search algorithm called Conflict Based Search (CBS), which enables CBS to examine fewer states than A* while still maintaining optimality and shows a speedup of up to a full order of magnitude over previous approaches.
Journal ArticleDOI

Disjoint pattern database heuristics

TL;DR: This work describes a new technique for designing more accurate admissible heuristic evaluation functions, based on pattern databases, that can be improved on the Fifteen Puzzle by a factor of over 2000, and to find optimal solutions to 50 random instances of the Twenty-Four Puzzle.
Proceedings ArticleDOI

BnB-ADOPT: an asynchronous branch-and-bound DCOP algorithm

TL;DR: BnB-ADOPT as mentioned in this paper is a memory-bounded asynchronous DCOP algorithm that uses the message passing and communication framework of ADOPT, but changes the search strategy from best-first search to depth-first branch-and-bound search.