Beam stack search: Difference between revisions

Content deleted Content added
Bissinger (talk | contribs)
--Removed Linkless Status- You can help!
No edit summary
Line 3:
This search algorithm was put forward by Rong Zhou and Eric A. Hansen, Department of Computer Science and Engineering, [[Mississippi State University]] during the 15th International Conference on Automated Planning and Scheduling in [[Monterey, California]].
 
It could be describesdescribed 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.