Linear-space best-first search (Q685539): Difference between revisions

From MaRDI portal
Importer (talk | contribs)
Created a new Item
 
Created claim: DBLP publication ID (P1635): journals/ai/Korf93, #quickstatements; #temporary_batch_1731508824982
 
(4 intermediate revisions by 4 users not shown)
Property / MaRDI profile type
 
Property / MaRDI profile type: MaRDI publication profile / rank
 
Normal rank
Property / Wikidata QID
 
Property / Wikidata QID: Q88963605 / rank
 
Normal rank
Property / cites work
 
Property / cites work: Q3735050 / rank
 
Normal rank
Property / cites work
 
Property / cites work: Heuristic search in restricted memory / rank
 
Normal rank
Property / cites work
 
Property / cites work: Generalized best-first search strategies and the optimality of A* / rank
 
Normal rank
Property / cites work
 
Property / cites work: A note on two problems in connexion with graphs / rank
 
Normal rank
Property / cites work
 
Property / cites work: Q4142699 / rank
 
Normal rank
Property / cites work
 
Property / cites work: Depth-first iterative-deepening: An optimal admissible tree search / rank
 
Normal rank
Property / cites work
 
Property / cites work: Real-time heuristic search / rank
 
Normal rank
Property / cites work
 
Property / cites work: An upper bound on the time complexity of iterative-deepening-\(A^*\) / rank
 
Normal rank
Property / cites work
 
Property / cites work: Heuristic search viewed as path finding in a graph / rank
 
Normal rank
Property / cites work
 
Property / cites work: Q3491026 / rank
 
Normal rank
Property / cites work
 
Property / cites work: Reducing reexpansions in iterative-deepening search by controlling cutoff bounds / rank
 
Normal rank
Property / cites work
 
Property / cites work: Q3489496 / rank
 
Normal rank
Property / DBLP publication ID
 
Property / DBLP publication ID: journals/ai/Korf93 / rank
 
Normal rank
links / mardi / namelinks / mardi / name
 

Latest revision as of 15:46, 13 November 2024

scientific article
Language Label Description Also known as
English
Linear-space best-first search
scientific article

    Statements

    Linear-space best-first search (English)
    0 references
    0 references
    13 January 1994
    0 references
    Best-first search is a general heuristic search algorithm that always expands next a frontier node of lowest cost. It includes as special cases breadth-first search, \textit{Dijkstra}'s single-source shortest-path algorithm, and the \(A^*\) algorithm. Its applicability, however, is limited by its exponential memory requirement. Previous approaches to this problem, such as iterative deepening, do not expand nodes in best- first if the cost function can decrease along a path. We present a linear-space best-first search algorithm (RBFS) that always explores new nodes in best-first order, regardless of the cost function, and expands fewer nodes than iterative deepening with a nondecreasing cost function. On the sliding-tile puzzles, RBFS with a nonmonotonic weighted evaluation function dramatically reduces computation time with only a small penalty in solution cost. In general, RBFS reduces the space complexity of best- first search from exponential to linear, at the cost of only a constant factor in time complexity in our experiments.
    0 references
    Best-first search
    0 references
    heuristic search
    0 references
    linear-space
    0 references

    Identifiers