D2 Dynamic Programming HELP!
Watch
Announcements
Page 1 of 1
Skip to page:
Some questions regarding this:
(a) Why would you start with fresh if in dynamic programming you start backwards? Surely you'd start from canned?
(b) What would state, action and destination mean in each case?
0
reply
Report
#2
(Original post by V0ldemort17)
(a) Why would you start with fresh if in dynamic programming you start backwards? Surely you'd start from canned?
(a) Why would you start with fresh if in dynamic programming you start backwards? Surely you'd start from canned?
You start by working forwards to find the optimal solution, and then work backwards to find how you got there.
(b) What would state, action and destination mean in each case?
IMO, state is the number of carrots allocated/processed so far, action is the number you're going to process at this stage, and destination, the new number that will have been processed - but I could be wrong on that.
0
reply
X
Page 1 of 1
Skip to page:
Quick Reply
Back
to top
to top