Exam 21: Dynamic Programming

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

Dynamic programming requires that its subproblems be independent of one another.

Free
(True/False)
4.8/5
(30)
Correct Answer:
Verified

False

Dynamic programming must only involve a finite number of decision alternatives and a finite number of stages.

Free
(True/False)
5.0/5
(32)
Correct Answer:
Verified

False

The return function for a shortest route problem refers to two directional arcs between nodes.

Free
(True/False)
4.8/5
(38)
Correct Answer:
Verified

False

Stages of a dynamic programming solution procedure

(Multiple Choice)
4.8/5
(37)

The knapsack problem is to determine how many units of each item to place in the knapsack to:

(Multiple Choice)
4.8/5
(38)

Dynamic programming is a general approach with stage decision problems differing substantially from application to application.

(True/False)
4.8/5
(40)

If x3 = t4(x4,d4) = x4 ? 2d4 and r4(x4,d4) = 16d4, the stage transformation function is

(Multiple Choice)
4.9/5
(37)

Dynamic programming, when used for the shortest route problem, requires complete enumeration of paths from the beginning to ending node.

(True/False)
5.0/5
(33)

The solution of stage k of a dynamic programming problem is dependent upon the solution of stage k?1.

(True/False)
4.9/5
(35)

Stage transformation functions

(Multiple Choice)
4.9/5
(41)

If x3 = t4(x4,d4) = x4 ? 2d4 and r4(x4,d4) = 16d4, the subscripts refer to

(Multiple Choice)
4.8/5
(38)

A return function is a value such as profit or loss associated with making decision dn at:

(Multiple Choice)
4.9/5
(31)

The stage transformation function

(Multiple Choice)
4.9/5
(36)

Dynamic programming is a general approach rather than a specific technique.

(True/False)
5.0/5
(29)

If x3 = t4 (x4,d4) = x4 ? 2d4 and r4(x4,d4) = 16d4 the state variable is

(Multiple Choice)
4.8/5
(29)

State variables in a shortest route problem represent

(Multiple Choice)
4.8/5
(30)

The output of stage k is the input for stage k?1.

(True/False)
4.8/5
(34)

State variables are a function of a state variable and a decision.

(True/False)
4.8/5
(28)

In solving a shortest route problem using dynamic programming the stages represent how many arcs you are from the terminal node.

(True/False)
4.8/5
(30)
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)