Consider an inventory control problem with no fixed ordering cost. At the beginning of each period k the inventory manager, in addition to knowing the current inventory level xk, receives an accurate forecast that the demand wk will be selected in accordance with one out of two probability distributions Pl, Ps (large demand, small demand). The a priori probability of a large demand forecast, q, is also known to the manager.
(a) Obtain the optimal ordering policy for the standard Newsvendor problem (i.e., single period and accounting for inventory holding and backorder costs, but not for variable ordering cost). Is it an open-loop policy like in the no-forecast case, or a closed-loop one?
(b) Obtain the optimal inventory replenishment policy for the standard multi-period problem (accounting for variable ordering, inventory holding, and backorder costs). Hint: Consider an augmented state for the system (xk, yk), with xk governed by the standard inventory dynamics while yk+1 = ξk, where ξk takes the value “large demand” with probability q, and the value “small demand” otherwise.
Consider the single period multi-location Newsvendor model: n different locations face independent and Normally distributed demands with mean µ and variance σ2. The goal is to cover these demands with the minimum expected cost. The inventory holding cost and backorder cost parameters, h and b respectively, are the same in every location.
One approach is to cover each demand from an individual inventory repository at each location; we call this the decentralized system. Clearly, this is equivalent to having n standard (single period, single location) Newsvendor problems. Thus, the optimal order quantity at each location is Q∗ and the optimal expected cost of the whole system equal to nG(Q∗).
An alternative strategy is to satisfy all demands from a central inventory repository; we call this the pooled system. Let Qp∗ be the optimal order quantity in the pooled system and Gp(Q∗p) the optimal expected cost.
Show that nG(Q∗)/Gp(Q∗p) = n. How do you explain this result?
Hint: First show that
Q∗p = √nQ∗ + µ n − √n ,
and then use it to prove the desired result. Take advantage of the fact that if D1, D2, . . . , Dn are independent random variables, distributed identically to a Normal distribution with mean µ and finite variance, then
n
Di =d
i=1
√nD1 + µ n − √n .
Suppose that a person wants to sell a house and an offer comes at the beginning of each day. We assume that successive offers are independent and an offer is wj with probability pj, j = 1, . . . , n, where wj are given nonnegative scalars. Any offer not immediately accepted is not lost but may be accepted at any later date. Also, a maintenance cost c is incurred for each day that the house remains unsold. The objective is to maximize the seller’s profit when there is a deadline to sell the house within N days. Characterize the optimal policy.
Hint: Determine the one-step stopping set and use the fact that
n
h(x) = pj max(x, wj) − x
j=1
is a nonincreasing function.
An investor has the opportunity to make N sequential investments: at time k he may invest any amount uk ≥ 0 that does not exceed his current wealth xk (defined to be his initial wealth, x0, plus his gain or minus his loss thus far). He wins his investment back and as much more with probability p, where 1/2 < p < 1, and he loses his investment with probability (1 − p). Find the investment strategy that maximizes the logarithm of the investor’s expected wealth.
Hint: Prove that Jk(xk) = Ak + ln(xk), where Ak is independent of xk.
Consider a quiz contest where a person is given a list of N questions and can answer these questions in any order she chooses. Question i will be answered correctly with probability pi, and the contestant will then receive a reward Ri > 0; if the question is not answered correctly then the quiz terminates and the contestant is allowed to keep her previous earnings minus a penalty Fi ≥ 0. The problem is to choose the ordering of questions so as to maximize expected rewards.
(a) Use an interchange argument to show that it is optimal to answer the questions in order of decreasing piRi − (1 − pi)Fi /(1 − pi).
(b) Solve a variant of the problem where there is a no-cost option to stop answering questions.
Hint: A simpler version of the problem is treated in Section 4.5 of Dimitri Bertsekas’ DP textbook.
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme