Chapter 21 – Dynamic Programming
All of the alternatives are true.
18. State variables in a shortest route problem represent
locations in the network.
the minimum distance between nodes.
None of the alternatives is true.
19. The stage transformation function
transforms the input into the output.
transforms a stage into a state.
is a different function for each stage.
None of the alternatives is true.
20. Stage transformation functions
determine the output of the stage.
All of the alternatives are true.
21. A return function is a value such as profit or loss associated with making decision dn at:
stage n for specific value of output variable xn.
stage n for a specific value of input variable xn.
stage n for a specific value of stage m.
input n for a specific value of output variable xn.
22. If x3 = t4 (x4,d4) = x4 − 2d4 and r4(x4,d4) = 16d4 the state variable is
23. If x3 = t4(x4,d4) = x4 − 2d4 and r4(x4,d4) = 16d4, the stage transformation function is