I want to write a simple beam search algorithm to solve a maze (like a tree, and the output must be the shortest path).

So, if anyone have tried to write a beam search algorithm before, preferably in VB.NET language, it would be great if you can share it in a pseudo-code format.

Because, I have no idea on how to write the algorithm. I have tried to Google it, but I understand nothing.

I found this source though (which I don't understand at all XD) : http://jhave.org/algorithms/graphs/beamsearch/beamsearch.shtml

So, back to my question, how to write a beam search algorithm? Preferably, in VB.NET language and pseudo-code will be enough for me (an actual example code will be great though :) ).

Thank you.

link|improve this question

75% accept rate
feedback

1 Answer

Here you can find yet another pseudo code: http://en.wikibooks.org/wiki/Artificial_Intelligence/Search/Heuristic_search/Beam_search

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.