[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Thinking Cap]: Optimal Sub-structure;



 
 
 
1. We talked about the fact that all our search algorithms use "optimal-substructure" property.  Because of this we never have to maintain more than the "current best path" to a node. Give an example of a scenario where optimal substructure doesn't hold--and argue that in that case, (1) the markov property also doesn't hold ( i.e., where you can go from a state depends not just on the state, but how you got there) and (2) argue that you will need to maintain more than the best path to the intermediate nodes so as to be able to find the optimal path to the goal node.
 
1.1. In your example above, see if you can change the definition of "State" so that the optimal sub-structure property holds again (and so does markov property).
 
Rao