$\begingroup$$\endgroup$
1This is a question regarding dynamic programming.
The document to which I am referring isthis (pg 325). It says that $$v_n(s_n)=\text{Min}\{t_n(s_n)+v_{n-1}(s_{n-1})\}$$
Here $v_n(s_n)$ is the minimum time spent on and after the $n^{th}$ stage.
Doesn't the "Min" function work for at least two values? How does $\text{Min}\{t_n(s_n)+v_{n-1}(s_{n-1})\}$ even make sense??
askedJun 19, 2015 at 12:09
user67803
- $\begingroup$You're generally minimizing over your choice for your next state plus the cost of the optimal path from that state to the end.$\endgroup$user237392– user2373922015-06-19 13:14:02 +00:00CommentedJun 19, 2015 at 13:14
