Content deleted Content added
Fixed ambiguous link to divide and conquer algorithm |
→Intro: copy-edit |
||
Line 1:
'''Beam stack search''' is a [[search]] [[algorithm]] which integrates [[backtracking]] with [[beam search]].
It could be described as a method for transforming beam search into a complete search algorithm that is guaranteed to find an optimal solution. It uses a new data structure, called a beam stack, that makes it possible to integrate systematic backtracking with beam search.
The resulting search algorithm is an [[anytime algorithm]] that finds a good, sub-optimal solution quickly, like beam search,
In most respects, the [[Divide_and_conquer_algorithm]] technique can be combined with beam-stack search in the same way as with beam search, creating an algorithm
==External links==
|