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

Optimal-Generation Variants of EPEA*

Abstract: It is known that A* is optimal with respect to the expanded nodes (Dechter and Pearl 1985) (D&P). The exact meaning of this optimality varies depending on the class of algorithms and instances over which A* is claimed to be optimal. A* does not provide any optimality guarantees with respect to the generated nodes. However, such guarantees may be critical for optimally solving instances of domains with a large branching factor. In this paper, we introduce two new variants of the recently introduced Enhanced… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
1
1

Citation Types

0
6
0

Year Published

2021
2021
2023
2023

Publication Types

Select...
3
2

Relationship

0
5

Authors

Journals

citations
Cited by 5 publications
(6 citation statements)
references
References 3 publications
0
6
0
Order By: Relevance
“…The SIC heuristic can be calculated lazily on the fly (Silver 2005) or can be fully computed in a pre-processing phase (Standley 2010;Sharon et al 2013). More-informed heuristics by using forms of pattern-databases (Goldenberg et al 2013; had limited effectiveness due to the large overhead of creating these PDBs for each instance-specific goal state.…”
Section: A*-based Optimal Solversmentioning
confidence: 99%
See 3 more Smart Citations
“…The SIC heuristic can be calculated lazily on the fly (Silver 2005) or can be fully computed in a pre-processing phase (Standley 2010;Sharon et al 2013). More-informed heuristics by using forms of pattern-databases (Goldenberg et al 2013; had limited effectiveness due to the large overhead of creating these PDBs for each instance-specific goal state.…”
Section: A*-based Optimal Solversmentioning
confidence: 99%
“…To guarantee optimality A* must expand all states with f = g + h < C * as well as some states with f = C * . Nodes generated by A* with f > C * are denoted as surplus nodes (Goldenberg et al 2014). They will never be expanded as they are not needed to find an optimal solution.…”
Section: Avoiding Surplus Nodesmentioning
confidence: 99%
See 2 more Smart Citations
“…Indeed, many of the early bidirectional search algorithms (see (Holte et al 2017) for a survey) and certainly all the recent ones (Barker and Korf 2015;Holte et al 2017;Chen et al 2017;Shaham et al 2017) (Thayer and Ruml 2011;Hansen and Zhou 2007), others leave it vague (Likhachev et al 2008) or describe late goal test (Gilon, Felner, and Stern 2016;Thayer and Ruml 2008;Ebendt and Drechsler 2009) In some cases there will be no practical difference between A*-LATE and A*-EARLY. In such cases, when the goal is generated for the first time it is through the optimal path (with f (goal) = C * ) directly from a parent which also has f = C * (cases with this last attribute are called pathological (Dechter and Pearl 1985;Goldenberg et al 2013)). In such cases, both A*-LATE and A*-EARLY will halt right after the generation of the first goal because at this time f min = C * and surplus nodes will never be generated.…”
Section: Other Algorithms With Early Goal Testmentioning
confidence: 99%