Beam stack search: Difference between revisions

Content deleted Content added
Intro: copy-edit
mNo edit summary
Line 7:
The resulting search algorithm is an [[anytime algorithm]] that finds a good, sub-optimal solution quickly, like beam search, then backtracks and continues to find improved solutions until convergence to an optimal solution.
 
In most respects, the [[Divide_and_conquer_algorithmdivide and conquer algorithm]] technique can be combined with beam-stack search in the same way as with beam search, creating an algorithm called divide-and-conquer beam-stack search.
 
==External links==