2021
DOI: 10.1609/socs.v7i1.18392
|View full text |Cite
|
Sign up to set email alerts
|

Dynamic Potential Search — A New Bounded Suboptimal Search

Abstract: Potential Search (PS) is an algorithm that is designed to solve bounded cost search problems. In this paper, we modify PS to work within the framework of bounded suboptimal search and introduce Dynamic Potential Search (DPS). DPS uses the idea of PS but modifies the bound to be the product of the minimal f-value in OPEN and the required suboptimal bound. We study DPS and its attributes. We then experimentally compare DPS to WA* and to EES on a variety of domains and study parameters that affect the behavior of… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
20
0

Year Published

2021
2021
2025
2025

Publication Types

Select...
7

Relationship

0
7

Authors

Journals

citations
Cited by 16 publications
(20 citation statements)
references
References 12 publications
0
20
0
Order By: Relevance
“…For all experiments, we use a 30-minute timeout. Our algorithms are compared with Focal Search (FS) using the same neural-net heuristic; and two other state-of-the-art boundedsuboptimal search algorithms: Weighted A* (WA*) and Dynamic Potential Search (DPS) (Gilon, Felner, and Stern 2016).…”
Section: Empirical Evaluationmentioning
confidence: 99%
“…For all experiments, we use a 30-minute timeout. Our algorithms are compared with Focal Search (FS) using the same neural-net heuristic; and two other state-of-the-art boundedsuboptimal search algorithms: Weighted A* (WA*) and Dynamic Potential Search (DPS) (Gilon, Felner, and Stern 2016).…”
Section: Empirical Evaluationmentioning
confidence: 99%
“…However, such an algorithm might expand nodes n with f (n) > C * whose g(n) ≤ C * . Gilon, Felner, and Stern (2016) denoted algorithms as reasonable if they have a best-first structure (i.e. an open list and an expansion rule), and they prune any node n with f (n) > C, where C an upper bound on the cost.…”
Section: The Reasonableness Propertymentioning
confidence: 99%
“…Note that since f (n) ≤ lb(n) and C * ≤ C, the redefinition of the reasonable property is tighter than the original definition of Gilon, Felner, and Stern (2016). Theorem 2.…”
Section: The Reasonableness Propertymentioning
confidence: 99%
“…Dynamic Potential Search (DPS) (Gilon, Felner, and Stern 2016) uses a dynamic priority function which can be implemented using a single priority queue. But, because of the dynamic nature of the search, DPS must occasionally re-order the states on the priority queue.…”
Section: Background and Related Workmentioning
confidence: 99%
“…These domains are pathfinding on gridbased benchmarks (Sturtevant 2012) with an octile heuristic, the sliding-tile puzzle with Manhattan distance, the heavy sliding-tile puzzle with heavy Manhattan distance, and the heavy pancake puzzle with a modified GAP heuristic. The heavy sliding-tile puzzle uses linear weights -the cost of moving tile n is n. The heavy pancake puzzle uses the maximum size of the top and bottom pancake in a stack being flipped as the action cost (Gilon, Felner, and Stern 2016).…”
Section: Study Of Parametersmentioning
confidence: 99%