Appearance
Knowledge base
Notes tagged #algorithms/beam-search.
๐ฟ CS Algorithms
Best-first, A* and beam search are the three practical ways to steer a search with a heuristic. Use them for path finding, planning and sequence decoding - A-star when an admissible heuristic is available, beam search when the frontier must stay small.