Question:
Proving optimality of A* employing graph-search II
Author: Christian NAnswer:
2. Step: Whenever A* selects a node n for expansion, the optimal path to that node has been foundIt follows that f (n) ≤ f (n′) because n was selected for expansionBecause costs are nondecreasing, the path through n′ cannot have less costs then f (n). Contradiction
0 / 5 (0 ratings)
1 answer(s) in total