MDP Models Optimize Lot Sizing with Stochastic Demand Timing
Key takeaways
- Stochastic demand timing significantly complicates multi-item capacitated lot-sizing problems.
- Discrete-time Markov decision processes (DTMDPs) can model these complex scenarios but are computationally intensive.
- A genetic algorithm (GA) offers an efficient and near-optimal solution for stochastic lot-sizing problems.
- The GA achieves high accuracy and substantial speedup, making it practical for real-world applications.
Who benefits
Summary
This paper presents a discrete-time Markov decision process (DTMDP) model for multi-item capacitated lot-sizing problems where demand quantities are fixed but arrival times are stochastic. It also proposes a genetic algorithm (GA) that efficiently finds near-optimal solutions for these complex stochastic problems.
Why it matters
For professionals in manufacturing, logistics, and supply chain, accurately planning production and inventory under demand uncertainty is critical for cost efficiency and customer satisfaction. This research offers advanced modeling and algorithmic solutions to tackle such complex problems more effectively.
How to implement this in your domain
- 1Assess your current lot-sizing and inventory management processes for areas impacted by demand timing stochasticity.
- 2Explore integrating DTMDP modeling principles to better represent and optimize production decisions under uncertainty.
- 3Consider implementing genetic algorithms or similar heuristic optimization techniques for complex, multi-item lot-sizing problems.
- 4Utilize the insights from this research to quantify the computational impact of stochastic demand timing on your planning systems.
- 5Collaborate with data scientists to develop predictive models for demand arrival distributions to feed into advanced optimization algorithms.
Original post by L\'ea Bayati, Mohamed Dahmoune, Melek Rodoplu
"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…"
View on XOriginally posted by L\'ea Bayati, Mohamed Dahmoune, Melek Rodoplu on X · view source
Want to go deeper?
Turn these trends into skills with Learnijoy's hands-on AI & tech courses.
Explore coursesMore in AI Engineering & DevTools
Zapier vs. Tray: Enterprise Automation Platform Comparison for 2026
This post compares Zapier and Tray.io, evaluating which platform is better suited for enterprise automation needs by balancing power and ease of use. It argues that the best tools scale for complex requirements while remaining intuitive for all users.
Subspace Levenberg-Marquardt Algorithms Boost Neural Network Training
This research evaluates subspace Levenberg-Marquardt (LM) algorithms, such as KSLM and HSLM, for training neural networks on regression and classification tasks. These methods address the high computational and memory costs of classical LM, offering more efficient second-order optimization compared to first-order methods like SGD and Adam.
Neural Networks Show Varied Conceptual Separation Internally
A study examined "conceptual separation" in CNNs and LLMs, analyzing how internal activations represent concepts. It found that CNNs form coherent representations for familiar concepts, while LLMs show clear separation for distinct domains but collapse distinctions for ambiguous topics.