Inventory Management Under Stochastic Demand: A Simulation-Optimization Approach

Sarit Maitra
2024-06-27
Abstract:This study presents a comprehensive approach to optimizing inventory management under stochastic demand by leveraging Monte Carlo Simulation (MCS) with grid search and Bayesian optimization. By using a business case of historical demand data and through the comparison of periodic review (p, Q) and continuous review (r, Q) inventory policies, it demonstrates that the (r, Q) policy significantly increases expected profit by dynamically managing inventory levels based on daily demand and lead time considerations. The integration of random and conditional sampling techniques highlights critical periods of high demand, providing deeper insights into demand patterns. While conditional sampling reduces execution time, it yields slightly lower profits compared to random sampling. Though Bayesian optimization marginally outperforms grid search in identifying optimal reorder quantities and points, however, given the stochastic nature of the algorithm, this can change with multiple runs. This study accentuates the effectiveness of advanced simulation and optimization techniques in addressing complex inventory challenges, ultimately supporting more informed and profitable inventory management decisions. The simulation model and optimization framework are open-source and written in Python, promoting transparency and enabling other researchers and practitioners to replicate and build upon this work. This contributes to the advancement of knowledge and the development of more effective inventory management solutions.
Optimization and Control
What problem does this paper attempt to address?
The paper primarily focuses on the optimization problem of inventory management in a stochastic demand environment. Specifically, the paper attempts to address the following core issues: 1. **Developing effective simulation optimization models**: In the face of demand uncertainty, how to determine near-optimal inventory strategies by combining Monte Carlo Simulation (MCS) with optimization techniques such as grid search and Bayesian optimization. 2. **Evaluating the effectiveness of different inventory policies**: Comparing the periodic review (p, Q) policy with the continuous review (r, Q) policy in terms of their impact on expected profit, and exploring how these policies dynamically adjust inventory levels based on daily demand and lead time to improve profitability. 3. **Exploring trade-offs between optimization methods**: By comparing grid search and Bayesian optimization, the paper investigates their performance differences and potential risks in identifying the optimal order quantity and reorder point. 4. **Addressing gaps in existing research**: The paper aims to fill the gaps in empirical research on inventory management in stochastic demand environments and to address unresolved issues in current simulation optimization techniques, particularly high computational costs and the difficulty in ensuring solution quality. Through these studies, the authors hope to provide a practical methodological framework to help enterprises better cope with the complex and variable challenges in supply chain management, especially in the context of demand uncertainty, by optimizing inventory management strategies to maximize expected profit.