Login
Remember
Register
Ask a Question
Which search algorithm will use a limited amount of memory in online search?
+1
vote
asked
Oct 29, 2020
in
Artificial Intelligence
by
AdilsonLima
Which search algorithm will use a limited amount of memory in online search?
#ai
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 29, 2020
by
AdilsonLima
RBFE and SMA* will solve any kind of problem that A* can’t by using a limited amount of memory.
...