A Novel Framework for Automated Warehouse Layout Generation
Atefeh Shahroudnejad, Payam Mousavi, Oleksii Perepelytsia, Sahir, David Staszak, Matthew E. Taylor, Brent Bawel
TL;DR
The paper tackles automated warehouse layout generation by framing it as a constrained optimization problem that balances storage capacity and accessibility. It introduces a novel candidate-layout generator based on constrained beam search over a discretized space, coupled with Layout Filtering, a bespoke Layout Scoring function, and a Connectivity metric to rank high-throughput candidates. A post-refinement step tailors layouts to site-specific constraints, and implementation leverages multiprocessing to scale the search. Empirical results on real-space cases show Pareto-optimal layouts that outperform manual designs and are validated with expert designers, offering a practical tool for rapid exploration and decision-making in warehouse design.
Abstract
Optimizing warehouse layouts is crucial due to its significant impact on efficiency and productivity. We present an AI-driven framework for automated warehouse layout generation. This framework employs constrained beam search to derive optimal layouts within given spatial parameters, adhering to all functional requirements. The feasibility of the generated layouts is verified based on criteria such as item accessibility, required minimum clearances, and aisle connectivity. A scoring function is then used to evaluate the feasible layouts considering the number of storage locations, access points, and accessibility costs. We demonstrate our method's ability to produce feasible, optimal layouts for a variety of warehouse dimensions and shapes, diverse door placements, and interconnections. This approach, currently being prepared for deployment, will enable human designers to rapidly explore and confirm options, facilitating the selection of the most appropriate layout for their use-case.
