A predictive yard optimisation model that consider dwell time uncertainty as well as re-allocation of blocking containers
My algorithm considers the yard optimisation problem as a two-part problem:
- Predicting the dwell time of incoming containers accurately
- Matching empty slots with incoming containers to minimize the number of moves per container
For a minimum of one calendar year, the following data points are required
- Consignee Name
- Container Size (in TEUs)
- Cargo Description
- Gate in Date (DD/MM/YYYY format)
- Gate out Date/Delivery Date (DD/MM/YYYY format)
- Height-wise slots
- Length-wise slots
- Breadth-wise slots
- Post date
- Forecast window
- Categorical data is converted to label data
- Dwell Time = Gate Out Date - Gate In Date
- Dwell Time prediction of incoming containers
- Heuristic for Container-Slot Matching with Location suggestion for Blocking Containers