Computer Science, asked by anurajhumne5603, 1 year ago

What is beam search in artificial intelligence?

Answers

Answered by preetghotra
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 praseethanerthethil
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