Content deleted Content added
Remove broken archive.org link, replace with the original one (which works) |
|||
Line 1:
'''Beam Stack Search'''<ref>{{cite paper | last1 = Zhou | first1 = Rong | last2 = Hansen | first2 = Eric | title = Beam-Stack Search: Integrating Backtracking with Beam Search | citeseerx = 10.1.1.71.4147 | year = 2005 }}</ref> is a [[search algorithm]] that combines chronological [[backtracking]] (that is, [[depth-first search]]) with [[beam search]] and is similar to Depth-First Beam Search.<ref name="furcy">Furcy, David. Koenig, Sven. "Limited Discrepancy Beam Search". 2005. {{cite web|url=http://www.ijcai.org/papers/0596.pdf |title=Archived copy |accessdate=2007-12-22
== Implementation ==
|