What is beam search in artificial intelligence?
Answers
Answered by
4
In computer science, beam search is a heuristicsearch algorithm that explores a graph by expanding the most promising node in a limited set. Beam search is an optimization of best-firstsearch that reduces its memory requirements.
Answered by
0
Answer:
In computer science, beam search is a heuristic search algorithm that explores a graph by expanding the most promising node in a limited set. Beam search is an optimization of best-first search that reduces its memory requirements.
Similar questions