Modelling Freight Last Mile: Comparison
Please note this is a comparison between Version 2 by Sirius Huang and Version 1 by Zichong Lyu.

The transport of freight involves numerous intermediate steps, such as freight consolidation, truck allocation, and routing, all of which exhibit high day-to-day variability. On the delivery side, drivers usually cover specific geographic regions, also known as clusters, to optimise operational efficiency. A crucial aspect of this process is the effective allocation of resources to match business requirements. The discrete-event simulation (DES) technique excels in replicating intricate real-world operations and can integrate a multitude of stochastic variables, thereby enhancing its utility for decision making. 

  • discrete-event simulation (DES)
  • geographic information system (GIS)
  • freight logistics

1. Introduction

The development of urban cities calls for the optimisation of urban logistics systems to enhance efficiency and accommodate the needs of the growing population. Hence, digitalising last-mile delivery and implementing smart city logistics have emerged as prominent and highly discussed subjects. Smart city logistics require interdisciplinary knowledge, necessitating innovative advancements in logistics business practices and the integration of new technologies [4,5][1][2]. Moreover, to effectively assess and manage logistics systems, the development and application of more comprehensive metrics are imperative.
Last-mile modelling comprises a comprehensive range of elements, spanning from operations modelling and routing to clustering and structural analysis. 

2. Modelling Freight Last Mile

Various freight last-mile models have been created, including mathematical models, computer simulation models, and GIS-based models.

2.1. Vehicle Routing Problem

Existing mathematical techniques were applied to solve freight routing, called vehicle routing problems (VRPs). The variants of VPRs include the node routing problem (NRP) [6[3][4],7], travelling salesman problem (TSP) [8,9[5][6][7],10], arc routing problem (ARP) [11[8][9][10],12,13], rural postman problem (RPP) [14[11][12],15], and Chinese postman problem (CPP) [16,17,18][13][14][15]. Locations and routes are simplified as vertices, arcs (directed routes), and edges (undirected routes). These mathematical models have a prescribed objective function and constraints [19][16]. They are used to optimise the route in terms of travel time, travel distance, and transportation costs.
The benefit of using mathematical models is the model is easy to formulate. However, in order to reduce the complexity of calculation, mathematical models used to solve the problem need to make simplifications [20,21][17][18]. Furthermore, stochastic parameters and various systems and operations are difficult to incorporate into these models [22][19], so it can be challenging to represent real logistics cases.

2.2. Computer Simulation Techniques

Computer simulation techniques are applied to solve logistics problems. Typical techniques are discrete-event simulation (DES) and agent-based simulation (ABS). The main difference between them is that ABS takes into account individual behaviour, whereas DES structures the entire system [23][20]. These techniques can deal with stochastic randomness by using probability distributions and the Monte Carlo method and capture the detailed operational behaviour of systems. Therefore, the result can be more realistic and can reflect the variability of the system [24][21]. Hence, these simulation models tend to be more versatile than conventional mathematical models to describe complex systems [19][16].
DES has been applied to various areas of logistics. A DES model of a rail network in SIMUL 8 was designed by Marinov and Vigeas [25][22]. The rail network was decomposed into flat-shunted rail yards, rail freight terminals, railway double lines, and rail passenger stations. Automatic guided vehicles (AGVs) were evaluated in a production logistics system by DES [26][23]. The number, speed, and load capacity of AGVs and logistics buffers were optimised regarding resource allocation. Service network design was conducted by DES to include stochastic transportation times [27][24]. The vehicle routing problem was involved in estimating intermodal and unimodal transport in terms of costs and delays.
One approach used to simulate last-mile delivery across multiple clusters is to develop a DES model based on intersections [28][25]. Nevertheless, due to the effort involved in the development of the model, it is not well-suited for representing the intricate activities that occur within urban regions. A two-tier architecture was proposed to simulate freight operations for a large cluster incorporating cluster analysis [29][26]. The study outlines the methodology for modelling freight operations and how the cluster approach can be utilised to construct a DES model.
While computer simulation techniques are powerful, they have the limitation of being unable to conduct any geographical analysis. They need the delivery network to be predefined before building the simulation model; hence, they are unable to optimise geographic parameters.

2.3. Geographic Information System

GIS is a tool that can be used to manage and analyse a large set of spatial data. It has aided in solving various logistics problems, including hub location problems [30][27], emergency logistics distribution [31][28], urban logistics system design [2][29], CO2 emissions reduction of distribution [32][30], and logistics process monitoring [33][31]. Clustering analyses were also conducted by taking advantage of GISs to display larger spatial data [34,35,36][32][33][34]. Specifically, it has been used to develop a last-mile delivery model by solving the TSP algorithm [28][25].
However, there are some limitations of GIS-based last-mile delivery models, particularly their requirement for deterministic input data. They cannot accommodate variability or stochasticity. Although the method can show routes, the variability of freight operations is difficult to include, such as random customer locations and freight demands, as this potentially results in different routes each day. While this is somewhat true of the adaptability of real driver behaviour, it is unhelpful when considering routes over a longer period of time, such as a year’s operation. In addition, other important freight operations, including freight consolidation and pickup-and-delivery (PUD) activities, are unable to be incorporated into the model.

3. Clustering Methods

Clustering analysis is important to freight transport modelling since the models involve the distribution of customer locations. To analyse a group of homogeneous locations and simplify the network, clustering methods are used to partition and differentiate locations. The clustering method has been used in different disciplines to group data points such as biology [37][35], medicine [38][36], chemistry [39][37], and computer science [40][38].
Clustering methods have been applied to logistics problems in group locations. The most common methods are density-based clustering and K-means clustering. The density-based clustering method works by sensing areas of points that are more concentrated or sparse [41][39]. The outlier points excluded from the part of a cluster are labelled as noise. Additionally, the time of the points can also be used to find potential groups of points that cluster in a given space and time. This approach relies on unsupervised machine learning clustering algorithms, which autonomously discern patterns by considering the spatial proximity and distance between neighboring points. There are several algorithms of this method, including density-based spatial clustering of applications with noise (DBSCAN) [42][40], hierarchical density-based spatial clustering of applications with noise (HDBSCAN) [43][41], and ordering points to identify the clustering structure (OPTICS) [44][42]. Density-based clustering has been applied to select providers for healthcare manufacturers [45][43] and cluster areas for crowdsourcing [46][44].
The Euclidean clustering method is similar to the density-based clustering method, as both methods consider Euclidean distances in their processes. However, there are notable distinctions between the two approaches. While the density-based clustering method delineates distances based on circular regions, the Euclidean clustering method calculates distances between individual data points [47][45]. Consequently, the density-based clustering method yields clusters of varying sizes, while the Euclidean clustering method produces clusters of more uniform sizes with reduced noise. Nevertheless, the presence of noise impacts the formation of clusters.
Consequently, the density-based clustering method is particularly valuable in scenarios characterised by fluctuating cluster densities, irregular geometries, and the need for robust noise point identification. In contrast, Euclidean methods find applicability in situations where clusters are anticipated to exhibit consistent sizes and spherical shapes, especially when the number of clusters is either predetermined or can be reliably estimated. In freight logistics, the considerable diversity in customer locations results in varying cluster densities, shapes, and sizes. In such cases, the employment of the density-based clustering method proves to be more advantageous and appropriate.
The K-means clustering method is a centroid-based clustering method. Centroids are initially deployed and data points are assigned based on the sum of distances [48][46]. The goal of K-means is to group similar data points and assign them to clusters, where each cluster is represented by its centroid. Applications of the K-means algorithm include clustering restaurants around distribution centres [49][47], hub location optimisation [50][48], urban freight loading bay management [51][49], and locating urban facilities [52][50]. One significant disadvantage of the K-means clustering method is that similarity is not considered in the development of clusters [53][51].
In comparison with the density-based clustering method, the K-means clustering technique strives to minimise inter-data distances and finds its relevance in situations where clusters are expected to display consistent sizes and shapes. Therefore, within the context of freight logistics, the density-based clustering method emerges as a more appropriate choice for accommodating data variations.

4. Hub and Spoke Architecture

The H&S architecture has been used to describe urban freight transport. It is occasionally combined with clustering analysis. The benefits of applying a clustering algorithm to freight delivery models are that customer locations can be represented as clusters in an H&S architecture, with corresponding truck allocation plans. In an H&S architecture, hubs refer to warehouse points and are connected by travel routes, which are simplified as spokes. The H&S architecture has been applied to structure logistics systems; for example, freight line-haul transport [54[52][53],55], intra-city metro logistics [56][54], retail distribution systems [57][55], and parcel mail delivery [58,59][56][57]. A genetic-based fuzzy C-means clustering method was applied to develop an H&S model for an underground logistics system [60][58]. These models are mathematic models that were used to optimise systems in terms of lead times, truck utilisation rates, and transportation costs. Last-mile routes formulated by these models are deterministic. However, in practical freight operations, routes are stochastic in last-mile delivery.
However, there is little to no use of this structure in simulating the last-mile route. This is probably because many last-mile delivery problems have an approximately homogenous distribution of addresses, so it is difficult to distinguish any structure. Also, last-mile delivery is notoriously for the day-to-day variability of addresses and consignment attributes of weight and volume. Hence, there is a need to formulate a last-mile delivery model with stochastic parameters.

5. Gaps in Modelling Last-Mile Delivery

Modelling urban last-mile delivery operations has historically been challenging. The existing H&S-based mathematical models and GIS-based models have been designed to address specific delivery scenarios with a large number of deterministic values, and are easy to construct and useful in specific cases. However, real-world freight operations are far more complex, and these simplified models prove inadequate for informed decision making by freight companies [61][59]. The complexity arises from the massive and unpredictable nature of customer locations, with high day-to-day variability of both addresses and the weight (or volume) of consignments.
Although computer simulation techniques such as DES have been employed to simulate freight logistics for decision making, the geographic question—namely the variability in routing—is problematic in these techniques. Consequently, there arises a need to develop a method that can support computer simulation techniques for running last-mile simulations while incorporating stochastic routing variables to facilitate more effective decision making about truck allocation.

References

  1. Pan, S.; Zhou, W.; Piramuthu, S.; Giannikas, V.; Chen, C. Smart city for sustainable urban freight logistics. Int. J. Prod. Res. 2021, 59, 2079–2089.
  2. Kong, X.T.R.; Yang, X.; Peng, K.L.; Li, C.Z. Cyber physical system-enabled synchronization mechanism for pick-and-sort ecommerce order fulfilment. Comput. Ind. 2020, 118, 103220.
  3. Aliahmadi, S.Z.; Barzinpour, F.; Pishvaee, M.S. A fuzzy optimization approach to the capacitated node-routing problem for municipal solid waste collection with multiple tours: A case study. Waste Manag. Res. 2020, 38, 279–290.
  4. Salazar-Aguilar, M.A.; Langevin, A.; Laporte, G. The synchronized arc and node routing problem: Application to road marking. Comput. Oper. Res. 2013, 40, 1708–1715.
  5. Kumar, A. Improved Genetic Algorithm to Solve Small Scale Travelling Salesman Problem. In Proceedings of the 2020 International Conference on Intelligent Computing and Control Systems, ICICCS 2020, Madurai, India, 13–15 May 2020.
  6. Agrawal, M.; Jain, V. Applying Improved Genetic Algorithm to Solve Travelling Salesman Problem. In Proceedings of the 2nd International Conference on Inventive Research in Computing Applications, ICIRCA 2020, Coimbatore, India, 15–17 July 2020.
  7. Silva, B.C.H.; Fernandes, I.F.C.; Goldbarg, M.C.; Goldbarg, E.F.G. Quota travelling salesman problem with passengers, incomplete ride and collection time optimization by ant-based algorithms. Comput. Oper. Res. 2020, 120, 104950.
  8. Zbib, H.; Laporte, G. The commodity-split multi-compartment capacitated arc routing problem. Comput. Oper. Res. 2020, 122, 104994.
  9. Amini, A.; Tavakkoli-Moghaddam, R.; Ebrahimnejad, S. A bi-objective transportation-location arc routing problem. Transp. Lett. 2020, 12, 623–637.
  10. Padungwech, W.; Thompson, J.; Lewis, R. Effects of update frequencies in a dynamic capacitated arc routing problem. Networks 2020, 76, 522–538.
  11. Campbell, J.F.; Corberan, Á.; Plana, I.; Sanchis, J.M.; Segura, P. Solving the length constrained K-drones rural postman problem. Eur. J. Oper. Res. 2021, 292, 60–72.
  12. Benavent, E.; Corberan, Á.; Lagana, D.; Vocaturo, F. The periodic rural postman problem with irregular services on mixed graphs. Eur. J. Oper. Res. 2019, 276, 826–839.
  13. Afanasev, V.A.; van Bevern, R.; Tsidulko, O.Y. The Hierarchical Chinese Postman Problem: The slightest disorder makes it hard, yet disconnectedness is manageable. Oper. Res. Lett. 2021, 49, 270–277.
  14. Siloi, I.; Carnevali, V.; Pokharel, B.; Fornari, M.; Di Felice, R. Investigating the Chinese postman problem on a quantum annealer. Quantum Mach. Intell. 2021, 3, 3.
  15. Majumder, S.; Kar, S.; Pal, T. Uncertain multi-objective Chinese postman problem. Soft Comput. 2019, 23, 11557–11572.
  16. Altiok, T.; Melamed, B. Chapter 1—Introduction to Simulation Modeling. In Simulation Modeling and Analysis with ARENA; Altiok, T., Melamed, B., Eds.; Academic Press: Burlington, VT, USA, 2007; pp. 1–10. ISBN 978-0-12-370523-5.
  17. Robinson, S. Successful Simulation: A Practical Approach to Simulation Projects; McGraw-Hill: London, UK; New York, NY, USA, 1994; ISBN 0077076222.
  18. Bianchi, L.; Dorigo, M.; Gambardella, L.M.; Gutjahr, W.J. A survey on metaheuristics for stochastic combinatorial optimization. Nat.Comput. 2009, 8, 239–287.
  19. Dessouky, M.M.; Leachman, R.C. A Simulation Modeling Methodology for Analyzing Large Complex Rail Networks. Simulation 1995, 65, 131–142.
  20. Kogler, C.; Rauch, P. Discrete event simulation of multimodal and unimodal transportation in the wood supply chain: A literature review. Silva Fenn. 2018, 52, 9984.
  21. Marinov, M.; Viegas, J. A simulation modelling methodology for evaluating flat-shunted yard operations. Simul. Model. Pract. Theory 2009, 17, 1106–1129.
  22. Marinov, M.; Viegas, J. A mesoscopic simulation modelling methodology for analyzing and evaluating freight train operations in a rail network. Simul. Model. Pract. Theory 2011, 19, 516–539.
  23. Li, G.; Yang, S.; Xu, Z.; Wang, J.; Ren, Z.; Li, G. Resource allocation methodology based on object-oriented discrete event simulation: A production logistics system case study. CIRP J. Manuf. Sci. Technol. 2020, 31, 394–405.
  24. Elbert, R.; Muller, J.P. Analyzing the Influence of Costs and Delays on Mode Choice in Intermodal Transportation by Combining Sample Average Approximation and Discrete Event Simulation. In Proceedings of the 2019 Winter Simulation Conference, WSC 2019, National Harbor, MD, USA, 8–11 December 2019; Institute of Electrical and Electronics Engineers Inc.: Piscataway, NJ, USA, 2019.
  25. Lyu, Z.; Pons, D.; Zhang, Y.; Ji, Z. Freight Operations Modelling for Urban Delivery and Pickup with Flexible Routing: Cluster Transport Modelling Incorporating Discrete-Event Simulation and GIS. Infrastructures 2021, 6, 180.
  26. Lyu, Z.; Pons, D.; Chen, J.; Zhang, Y. Developing a Stochastic Two-Tier Architecture for Modelling Last-Mile Delivery and Implementing in Discrete-Event Simulation. Systems 2022, 10, 214.
  27. Shahparvari, S.; Nasirian, A.; Mohammadi, A.; Noori, S.; Chhetri, P. A GIS-LP integrated approach for the logistics hub location problem. Comput. Ind. Eng. 2020, 146, 106488.
  28. Qi, C.; Fang, J.; Sun, L. Implementation of emergency logistics distribution decision support system based on GIS. Clust. Comput. 2019, 22, 8859–8867.
  29. Sgura Viana, M.; Delgado, J.P.M. City Logistics in historic centers: Multi-Criteria Evaluation in GIS for city of Salvador (Bahia Brazil). Case Stud. Transp. Policy 2019, 7, 772–780.
  30. Schroder, M.; Cabral, P. Eco-friendly 3D-Routing: A GIS based 3D-Routing-Model to estimate and reduce CO2-emissions of distribution transports. Comput. Environ. Urban Syst. 2019, 73, 40–55.
  31. Yu, Y.-W.; Jung, H.; Bae, H. Integrated GIS-Based Logistics Process Monitoring Framework with Convenient Work Processing Environment for Smart Logistics. ETRI J. 2015, 37, 306–316.
  32. Kazmi, S.S.A.; Ahmed, M.; Mumtaz, R.; Anwar, Z. Spatiotemporal Clustering and Analysis of Road Accident Hotspots by Exploiting GIS Technology and Kernel Density Estimation. Comput. J. 2020, 65, 155–176.
  33. Liu, M.; Liu, M.; Li, Z.; Zhu, Y.; Liu, Y.; Wang, X.; Tao, L.; Guo, X. The spatial clustering analysis of COVID-19 and its associated factors in mainland China at the prefecture level. Sci. Total Environ. 2021, 777, 145992.
  34. Xu, H.; Croot, P.; Zhang, C. Discovering hidden spatial patterns and their associations with controlling factors for potentially toxic elements in topsoil using hot spot analysis and K-means clustering analysis. Environ. Int. 2021, 151, 106456.
  35. Johnson, S.C. Hierarchical clustering schemes. Psychometrika 1967, 32, 241–254.
  36. Si, J.; Tian, Z.; Li, D.; Zhang, L.; Yao, L.; Jiang, W.; Liu, J.; Zhang, R.; Zhang, X. A multi-modal clustering method for traditonal Chinese medicine clinical data via media convergence. CAAI Trans. Intell. Technol. 2023, 8, 390–400.
  37. Basak, S.C.; Magnuson, V.R.; Niemi, G.J.; Regal, R.R. Determining structural similarity of chemicals using graph-theoretic indices. Discret. Appl. Math. 1988, 19, 17–44.
  38. Faizan, M.; Zuhairi, M.F.; Ismail, S.; Sultan, S. Applications of Clustering Techniques in Data Mining: A Comparative Study. Int. J. Adv. Comput. Sci. Appl. 2020, 11, 146–153.
  39. Kriegel, H.-P.; Kröger, P.; Sander, J.; Zimek, A. Density-based clustering. WIREs Data Min. Knowl. Discov. 2011, 1, 231–240.
  40. Ester, M.; Kriegel, H.-P.; Sander, J.; Xu, X. A density-based algorithm for discovering clusters in large spatial databases with noise. In Proceedings of the Second International Conference on Knowledge Discovery and Data Mining, Portland, OR, USA, 2–4 August 1996; pp. 226–231.
  41. Campello, R.J.G.B.; Moulavi, D.; Sander, J. Density-Based Clustering Based on Hierarchical Density Estimates; Springer: Berlin/Heidelberg, Germany, 2013.
  42. Ankerst, M.; Breunig, M.M.; Kriegel, H.-P.; Sander, J. OPTICS: Ordering points to identify the clustering structure. SIGMOD Rec. 1999, 28, 49–60.
  43. Tu, L.; Lv, Y.; Zhang, Y.; Cao, X. Logistics service provider selection decision making for healthcare industry based on a novel weighted density-based hierarchical clustering. Adv. Eng. Inform. 2021, 48, 101301.
  44. Li, Z.; Li, Y.; Lu, W.; Huang, J. Crowdsourcing Logistics Pricing Optimization Model Based on DBSCAN Clustering Algorithm. IEEE Access 2020, 8, 92615–92626.
  45. Pires, M.; Couto, P.; Santos, A.; Filipe, V. Obstacle Detection for Autonomous Guided Vehicles through Point Cloud Clustering Using Depth Data. Machines 2022, 10, 332.
  46. Li, Y.; Chu, X.; Tian, D.; Feng, J.; Mu, W. Customer segmentation using K-means clustering and the adaptive particle swarm optimization algorithm. Appl. Soft Comput. 2021, 113, 107924.
  47. Zhou, Y.; Xie, R.; Zhang, T.; Holguin-Veras, J. Joint Distribution Center Location Problem for Restaurant Industry Based on Improved K-Means Algorithm with Penalty. IEEE Access 2020, 8, 37746–37755.
  48. Gocer, F.; Sener, N. Spherical fuzzy extension of AHP-ARAS methods integrated with modified k-means clustering for logistics hub location problem. Expert Syst. 2022, 39, e12886.
  49. Letnik, T.; Farina, A.; Mencinger, M.; Lupi, M.; Božičnik, S. Dynamic management of loading bays for energy efficient urban freight deliveries. Energy 2018, 159, 916–928.
  50. Javadi, M.; Shahrabi, J. New spatial clustering-based models for optimal urban facility location considering geographical obstacles. J. Ind. Eng. Int. 2014, 10, 54.
  51. Barnes, A.E.; Laughlin, K.J. Investigation of methods for unsupervised classification of seismic data. SEG Technical Program Expanded Abstracts 2002; Society of Exploration Geophysicists: Salt Lake City, UT, USA, 2002; pp. 2221–2224.
  52. An, Y.; Zhang, Y.; Zeng, B. The reliable hub-and-spoke design problem: Models and algorithms. Transp. Res. Part B Methodol. 2015, 77, 103–122.
  53. Lin, C.-C. The integrated secondary route network design model in the hierarchical hub-and-spoke network for dual express services. Int. J. Prod. Econ. 2010, 123, 20–30.
  54. Zhao, L.; Zhou, J.; Li, H.; Yang, P.; Zhou, L. Optimizing the design of an intra-city metro logistics system based on a hub-and-spoke network model. Tunn. Undergr. Space Technol. 2021, 116, 104086.
  55. Greasley, A.; Assi, A. Improving “last mile” delivery performance to retailers in hub and spoke distribution systems. J. Manuf. Technol. Manag. 2012, 23, 794–805.
  56. Lee, J.-H.; Moon, I. A hybrid hub-and-spoke postal logistics network with realistic restrictions: A case study of Korea Post. Expert Syst. Appl. 2014, 41, 5509–5519.
  57. Arbabi, H.; Nasiri, M.M.; Bozorgi-Amiri, A. A hub-and-spoke architecture for a parcel delivery system using the cross-docking distribution strategy. Eng. Optim. 2021, 53, 1593–1612.
  58. Hu, W.; Dong, J.; Hwang, B.-G.; Ren, R.; Chen, Z. Network planning of urban underground logistics system with hub-and-spoke layout: Two phase cluster-based approach. Eng. Constr. Archit. Manag. 2020, 27, 2079–2105.
  59. Macharis, C.; Meers, D.; Lier, T.V. Modal choice in freight transport: Combining multi-criteria decision analysis and geographic information systems. Int. J. Multicriteria Decis. Mak. 2015, 5, 355–371.
More
ScholarVision Creations