Silver-Meal Heuristic for Dynamic Lot Sizing in Inventory Management
When optimal lot-sizing solutions require sophisticated solvers or planning horizons are unknown (rolling forecasts), heuristic methods provide practical near-optimal solutions. Common heuristics include order-each-period (simple but costlier), part-period balancing (compares incremental holding costs against setup costs), and Silver-Meal (minimizes average cost per period). These heuristics are computationally efficient and widely implemented in practice, sacrificing optimality for tractability and adaptability to changing conditions.
Table of Contents:
• Order-each-period heuristic: place order for each period's demand, high order frequency
• Part-period balancing (PPB): threshold comparison of carrying cost vs. setup cost
• Carrying cost accumulation rule: sum inventory costs until exceeding setup cost
• Silver-Meal heuristic: minimize total cost per number of periods covered
• Heuristic performance metrics: cost gap from optimal, computational complexity
• Worst-case analysis bounds: guarantees for heuristic solution quality
• Implementation advantages: handles rolling forecasts and time-varying demand naturally
• Trade-off between accuracy and computational burden compared to integer programming
• Applicability in practice: manufacturing environments with dynamic demand forecasting
• Multiple heuristic comparison: selecting best heuristic for specific problem characteristics
Silver-Meal Heuristic for Dynamic Lot Sizing in Inventory Management
When optimal lot-sizing solutions require sophisticated solvers or planning horizons are unknown (rolling forecasts), heuristic methods provide practical near-optimal solutions. Common heuristics inc…