Discrete-Time MDP Modeling for Multi-Item Capacitated Lot Sizing with Stochastic Demand Timing

arXiv cs.AI Papers

Summary

This paper formulates a multi-item capacitated lot-sizing problem with stochastic demand timing as a discrete-time MDP and proposes a genetic algorithm to solve it, demonstrating efficiency on benchmark instances.

arXiv:2609.00004v1 Announce Type: new Abstract: This paper studies a finite-horizon multi-item capacitated lot-sizing problem in which demand quantities are deterministic, while demand-arrival periods are stochastic. Each demand occurs once within a known time window and must be satisfied no later than its deadline. The proposed model makes production and allocation decisions at the demand level, allowing it to represent capacity competition, demand-specific backlog, and allocation-dependent inventory dynamics. The stochastic problem is formulated as a discrete-time Markov decision process (DTMDP), including the state space, feasible actions, transition kernel, and one-period cost function. To isolate the computational effect of stochastic timing, each stochastic instance is first compared with a deterministic counterpart in which each arrival distribution is replaced by its most likely arrival period. This comparison shows that stochastic timing substantially increases the number of states, the number of transitions, solution time, and memory pressure. A genetic algorithm (GA) is then proposed for the stochastic-timing problem. The GA searches over feasible state-feedback policies and evaluates each policy exactly under the DTMDP transition model. Computational experiments on 330 benchmark instances show that the GA remains close to the exact stochastic solution whenever the latter is available, with an average optimality gap of about $3.44\%$. On the difficult benchmark instances, comprising 90 test cases, the GA remains below the $5\%$ optimality-gap threshold and achieves an average optimization speedup of $6.89 \pm 1.41$ at the $95\%$ confidence level. For instances that cannot be solved exactly on the available hardware, an empirical Bellman-time regression is used to estimate the missing exact resolution time and extrapolate the expected GA speedup.
Original Article
View Cached Full Text

Cached at: 09/02/26, 05:54 AM

# Discrete-Time MDP Modeling for Multi-Item Capacitated Lot Sizing with Stochastic Demand Timing
Source: [https://arxiv.org/abs/2609.00004](https://arxiv.org/abs/2609.00004)
[View PDF](https://arxiv.org/pdf/2609.00004)

> Abstract:This paper studies a finite\-horizon multi\-item capacitated lot\-sizing problem in which demand quantities are deterministic, while demand\-arrival periods are stochastic\. Each demand occurs once within a known time window and must be satisfied no later than its deadline\. The proposed model makes production and allocation decisions at the demand level, allowing it to represent capacity competition, demand\-specific backlog, and allocation\-dependent inventory dynamics\. The stochastic problem is formulated as a discrete\-time Markov decision process \(DTMDP\), including the state space, feasible actions, transition kernel, and one\-period cost function\. To isolate the computational effect of stochastic timing, each stochastic instance is first compared with a deterministic counterpart in which each arrival distribution is replaced by its most likely arrival period\. This comparison shows that stochastic timing substantially increases the number of states, the number of transitions, solution time, and memory pressure\. A genetic algorithm \(GA\) is then proposed for the stochastic\-timing problem\. The GA searches over feasible state\-feedback policies and evaluates each policy exactly under the DTMDP transition model\. Computational experiments on 330 benchmark instances show that the GA remains close to the exact stochastic solution whenever the latter is available, with an average optimality gap of about $3\.44\\%$\. On the difficult benchmark instances, comprising 90 test cases, the GA remains below the $5\\%$ optimality\-gap threshold and achieves an average optimization speedup of $6\.89 \\pm 1\.41$ at the $95\\%$ confidence level\. For instances that cannot be solved exactly on the available hardware, an empirical Bellman\-time regression is used to estimate the missing exact resolution time and extrapolate the expected GA speedup\.

## Submission history

From: Lea Bayati \[[view email](https://arxiv.org/show-email/3f5467bc/2609.00004)\] **\[v1\]**Sun, 5 Jul 2026 23:37:57 UTC \(1,122 KB\)

Similar Articles

Optimizing Lithium Production Decisions under Geological, Demand, and Pricing Uncertainties: A POMDP Framework for Multi-Objective Decision Making

arXiv cs.AI

This paper proposes a POMDP framework for multi-objective decision making in lithium production, addressing geological, demand, and pricing uncertainties to optimize mine opening and extraction method selection. The approach outperforms human-inspired heuristics by dynamically adapting to shifting price regimes through belief state planning.