Question:
RBFS Evaluation
Author: Christian NAnswer:
RBFS is a bit more efficient than IDA* Like A*, optimal if h(n) is admissible Space complexity is O(bd) Time complexity difficult to characterize, worst case O(b^2d)Depends on accuracy of h(n) and how often best path changes IDA* and RBFS suffer from too little memory. IDA* retains only one single number (the current f-cost limit)
0 / 5 Â (0 ratings)
1 answer(s) in total