Ie 303 - LN9 - 2
Ie 303 - LN9 - 2
An inventory holding cost is incurred for carrying inventory from one period
to the next. The cost from period i to i + 1 is denoted by the function hi (y),
where y represents the inventory quantity carried over.
To model this problem using DP, we define the following elements:
1
4. Cost-to-go function: Let fi (y) represent the minimum total cost
starting from period i with an inventory level of y, taking into account
optimal decisions for periods i, i + 1, . . . , n.
5. Optimal value sought: The goal is to find f1 (y0 ), where y0 is the
initial inventory level, assumed to be zero unless otherwise specified.
fn (yn ) = Cn ((Dn − yn )+ )
that is the cost for the production strictly required to meet the demand
at period n, where (Dn − yn )+ = max(0, Dn − yn ), which ensures that
the inventory is zero at the end of the planning horizon.
In practice, the state space can be huge for high demand values. We
will explore a refined DP approach (Model II) that handles dimensionality
more efficiently, reducing computational effort. To illustrate Model I with
manageable calculations, we present a small numerical example.
The following table provides data for a three-period example:
2
We start from the last period and move backward to find the optimal
production decisions for each period.
In the final period (period 3), we compute the cost-to-go function values
for different inventory levels y3 :
3
Since the initial inventory is 1 unit, we reduce the first period demand to
2 units and calculate the minimum costs for producing 2 to 8 units in period
1, that is f1 (0):
4
Proposition 1 (Wagner-Whitin Property) If both Ci and hi are con-
cave for each period i, then there exists an optimal production policy such
that yi · zi = 0 for each period i = 1, . . . , n.
5
4. Cost-to-go function: We denote K ∗ (m) as the optimal ordering and
inventory holding policy at period m given the optimal policy carried
out through periods 1, . . . , m − 1.
Let moreover A = $50 the ordering cost and H = $0.5 the unit inventory
cost per week. We want to determine the optimal lot sizing policy for 4
periods.
Boundary condition holds K ∗ (0) = 0.
At stage 1
For stage 2
6
In stage 3
The optimal policy is: Order 175 units in period 1, no unit in period 2,
175 units in period 3, and 200 units in period 4.