Exam 21: Dynamic Programming

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

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

(Multiple Choice)
5.0/5
(37)

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

(True/False)
4.7/5
(41)

​Finding the optimal solution to each stage of a dynamic programming problem will always lead to an optimal solution to the total problem.

(True/False)
4.8/5
(39)

We have a number of types of items to be shipped as cargo. The total available weight in the truck is ten tons. We wish to determine the number of units of items to be shipped to maximize profit. We have a number of types of items to be shipped as cargo. The total available weight in the truck is ten tons. We wish to determine the number of units of items to be shipped to maximize profit.

(Essay)
4.8/5
(34)

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

(Multiple Choice)
4.8/5
(36)

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

(True/False)
4.7/5
(28)

Stage transformation functions

(Multiple Choice)
4.8/5
(43)

Find the shortest path through the following network using dynamic programming. Find the shortest path through the following network using dynamic programming.

(Essay)
4.8/5
(34)

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

(True/False)
4.8/5
(30)

​What is the Principle of Optimality, and what is its relationship to dynamic programming?

(Essay)
4.9/5
(30)

​Marvelous Marvin is planning his annual "Almost Everything Must Go" inventory clearance sale. Marvin has decided to allocate 18 shelf feet to the cooking section. He is considering offering up to five items for sale in this category: ​ ​Marvelous Marvin is planning his annual Almost Everything Must Go inventory clearance sale. Marvin has decided to allocate 18 shelf feet to the cooking section. He is considering offering up to five items for sale in this category: ​   ​ If Marvin wants at least one item A and one item B on sale, what stock should he have on sale and what is the total expected profit? ​ If Marvin wants at least one item A and one item B on sale, what stock should he have on sale and what is the total expected profit?

(Essay)
4.9/5
(32)

Stages of a dynamic programming solution procedure

(Multiple Choice)
4.8/5
(34)

A cargo company has a set of delivery patterns for its goods from its locations at city1 to a series of cities 2,3,4,5, and 6. The delivery times between cities are given I hours below. Find the shortest route. A cargo company has a set of delivery patterns for its goods from its locations at city1 to a series of cities 2,3,4,5, and 6. The delivery times between cities are given I hours below. Find the shortest route.

(Short Answer)
4.8/5
(39)

​Define the following terms as they relate to dynamic programming. a.Stage b.State variable c.Stage transformation function​

(Short Answer)
4.8/5
(31)

​In a production and inventory control problem, the states can correspond to the amount of inventory on hand at the beginning of each period.

(True/False)
4.9/5
(36)

​In a knapsack problem, if one adds another item, one must completely resolve the problem in order to find a new optimal solution.

(True/False)
4.8/5
(34)

The stage transformation function

(Multiple Choice)
4.8/5
(37)

​The subscripts used in dynamic programming notation refer to states.

(True/False)
4.8/5
(35)
Showing 21 - 38 of 38
close modal

Filters

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