Next Article in Journal
Engineering Multiscale Vasculature: Biological Principles, Design Constraints, and Advanced Biofabrication Strategies for Functional Vascular Networks
Previous Article in Journal
IRCMO: Biologically Inspired Dual-Population Coevolution via Immune Tolerance and Homeostatic Resource Allocation for Constrained Multi-Objective Optimization
Previous Article in Special Issue
Bio-Inspired Enhanced Adaptive Centered Collision Optimizer for Hyperparameter Optimization of Multi-Scale Spatio-Temporal ConvNeXt in Boxing Action Recognition
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Two-Stage Allocation–Transportation Framework with Improved Holistic Swarm Optimization for Port Cargo Transportation Planning

1
The Third School, Naval Aviation University, Yantai 264001, China
2
School of Electromechanical and Automotive Engineering, Yantai University, Yantai 264005, China
*
Authors to whom correspondence should be addressed.
Biomimetics 2026, 11(9), 667; https://doi.org/10.3390/biomimetics11090667
Submission received: 21 July 2026 / Revised: 3 September 2026 / Accepted: 15 September 2026 / Published: 17 September 2026
(This article belongs to the Special Issue Bio-Inspired Computation and Its Applications)

Abstract

Due to the high density of warehouse distribution, port cargo is highly susceptible to fire, humidity, and various natural disasters. When these disasters occur, they can result in severe cargo losses. Meanwhile, transportation cost control has long been a prominent research focus in port logistics due to the enormous throughput. To address these problems, this paper proposes a two-stage allocation–transportation framework based on improved holistic swarm optimization. In the allocation stage, this paper designs a warehouse zoning strategy. Based on the distance criterion, a clustering method is employed to group spatially proximate warehouses into the same zone, and distribute the same cargo across different zones. In this way, the same cargo could be prevented from being completely destroyed in a disaster. In the transportation stage, this paper designs an improved holistic swarm optimization algorithm to plan the routes of cargo transportation. In this method, this paper integrates the greedy search algorithm, ant colony optimization, and adaptive swap/reversal operations with the holistic swarm optimization algorithm, which could enhance global search capability and significantly reduce the length of transportation routes. To validate the effectiveness of the proposed algorithm, experiments are conducted on both instances of varying scales and CVRPLIB benchmark instances, and the results are compared with several baseline methods. Specifically, compared with the best-performing baseline ACO, IHSO reduces the optimal route length by up to 2.08% on the self-generated instances and by 5.24% on the CVRPLIB benchmark instances. Moreover, all improvements are statistically significant under the Wilcoxon signed-rank test (p < 0.05), confirming that the advantage of IHSO is systematic rather than incidental. The proposed algorithm demonstrates high adaptability in solving port cargo path planning problems, delivering high-quality solutions.

Graphical Abstract

1. Introduction

As a critical hub for maritime and overland trans-shipment [1,2], ports have the characteristics of large throughput and centralized cargo storage, which makes them susceptible to natural disasters. In general, the same cargo is stored in a single warehouse for simplicity, high efficiency, and easy implementation. However, if disaster occurs, the cargo may be destroyed entirely, which may disrupt the supply chain and cause the halt of production cycles. This risk can be effectively mitigated by decentralized storage of the same cargo. Nevertheless, excessively dispersed cargo storage can lead to difficulties in plan transportation routes and storage management. Moreover, warehouses are concentrated in ports, which puts forward higher requirements for path planning during the cargo transportation process.
For the port cargo storage allocation problem, the keys to reducing storage risks are rational warehouse zoning and effective cargo allocation. Traditional storage allocation methods mainly include random storage, turnover-rate-based ABC classification storage, and dedicated storage [3]. Among them, ABC classification storage classifies cargo into three categories based on demand frequency. Higher-demand cargo is placed closer to entry and exit points, which effectively reduces picking travel distances [4]. However, these methods focus on slotting optimization with a single warehouse. They do not address cargo allocation across multiple warehouses. In recent years, clustering methods have been widely applied in the zone partitioning stage for routing problems. For example, Yin [5] proposed a cluster-first route-second two-stage method for emergency logistics scheduling. This method first determines the optimal replenishment strategy via continuous approximation. A clustering method then partitions gas stations into zones. Finally, the Christofides algorithm is applied to solve TSP routes within each zone. This method decomposes the complex vehicle routing problem into multiple tractable subproblems, which can reduce the computational difficulty and generate high-quality scheduling solutions. Wang [6] proposed a two-stage clustering–evolutionary framework with adaptive search control. This method uses K-means clustering to partition customers and introduces an adaptive genetic algorithm to optimize the local route within each subregion, which significantly improves the solving efficiency of large-scale VRPTW. Accordingly, in this paper, warehouses are partitioned into two zones based on the distance clustering, which can reduce the risk that the same cargo is completely lost. After zone partitioning, this paper performs cargo allocation based on warehouse capacity and location, thereby simplifying the port cargo transportation problem into a Capacitated Vehicle Routing Problem [7] (CVRP).
CVRP is an important research area in path planning problems. Its objective is to plan transportation routes subject to vehicle capacity constraints, so as to minimize the total travel distance. There are three main types of CVRP solution: exact algorithms [8], deep learning algorithms [9], and swarm intelligence algorithms [10]. Exact algorithms are a kind of classic algorithm for solving the CVRP, which refers to a type of algorithm that can calculate the shortest path. It is a classic algorithm for solving the CVRP. Exact algorithms, such as branch and bound method [11], column generation method [12], and branch and cut method [13], are able to find the globally optimal solution. However, as the problem scale grows, the computational complexity of the algorithm grows exponentially. This makes it difficult to obtain the optimal solution within an acceptable time frame [14,15,16]. Deep learning algorithms are an end-to-end path planning method, which can directly plan a path by calculating the input representations. In routing problems with a large number of nodes, deep learning algorithms such as graph attention networks [17], graph convolutional networks [18], and deep Q-Networks [19] can rapidly obtain solutions. However, training of deep learning algorithms requires large datasets. When the dataset is small, the model generalizes poorly and this often fails to meet practical requirements. Moreover, deep learning methods impose high hardware requirements during both training and inference [20,21,22], which significantly constrains their widespread adoption and deployment.
Swarm intelligence algorithms are a classical family of routing methods which seek optimal solutions through information exchange and cooperation among individuals. These methods have low computational complexity, which can generate high-quality solutions within an acceptable time range. Typical swarm intelligence methods such as the harris hawks optimization algorithm [23], Ant Colony Optimization (ACO) [24], gray wolf optimization algorithm [25], and firefly algorithm [26], can solve complex problems and have high flexibility. However, the parameter sensitivity of these methods is relatively high, which leads to results falling into local optima. To solve this problem, researchers have proposed hybrid algorithms that integrate multiple methods to enhance their robustness. Kao [27] proposed a hybrid algorithm based on ACO and particle swarm optimization. This method allows each ant to record both its personal best and the global best solution, but only allows elite ants to update pheromones. Meanwhile, the method introduces pheromone disturbance and memory reset mechanisms, which effectively accelerate the convergence process and prevent premature convergence to local optima. Pham [28] proposed a global optimization framework which integrates the whale optimization algorithm with the gray wolf optimizer. This method incorporates opposition-based learning and mutation strategies to balance global exploration and local exploitation. This prevents the planning process from becoming trapped in local optima. In addition, it achieves time–cost bi-objective optimization in cement distribution tasks. Zhou [29] proposed a hybrid bat algorithm incorporating a path relinking strategy, which introduces greedy randomized adaptive search and single-point local search to prevent the algorithm from falling into local optima. Moreover, the method enables rapid convergence to high-quality CVRP solutions. Therefore, the improvement of swarm intelligence algorithms remains a research hotspot in this field.
In recent years, scholars have continuously proposed new optimization algorithms [30,31,32] to enhance solution performance. Among them, Holistic Swarm Optimization [33] (HSO) has attracted considerable attention due to its outstanding performance in continuous function optimization and engineering design. To date, research on HSO has not been applied in the field of discrete combinatorial optimization, such as vehicle routing. To enable HSO to better solve discrete problems, this study draws inspiration from other well-established optimization algorithms. Among these algorithms, ACO is a classic biomimetic algorithm, which simulates the pheromone-mediated foraging behavior of ants to search for optimal solutions. This algorithm encodes the solutions as sequences of discrete nodes, making it naturally suitable for solving discrete problems. HSO is essentially a continuous-space optimizer with powerful global search and convergence capabilities. Integrating ACO into HSO can effectively enhance its ability to solve discrete problems such as vehicle routing. To further strengthen this performance, the greedy search algorithm is also introduced to construct a high-quality initial population, while the swap and reversal operations are adopted to generate new offspring, so as to improve the ability to escape local optima and eliminate route crossings. Therefore, this paper proposes a novel Improved Holistic Swarm Optimization (IHSO) method. The method effectively integrates the greedy search algorithm [34], ACO [35], adaptive swap/reversal operations [36,37], and adaptive simulated annealing strategy. It improves initial solution construction, enhances the ability to escape local optima, and increases global convergence speed. These improvements enable efficient CVRP solving with superior results.
The main contributions of this paper include the following:
  • To balance storage safety and transportation cost for the cargo in ports, this paper proposes a two-stage allocation–transportation planning method. In this method, warehouses are partitioned into zones using a clustering approach and a route planning strategy is designed, which achieves a balance between storage safety and transportation cost.
  • An Improved Holistic Swarm Optimization algorithm is proposed which effectively integrates the greedy search algorithm, ACO, adaptive swap/reversal operations, and adaptive simulated annealing strategy. It achieves high convergence speed while reducing the total vehicle travel distance.
  • In multiple sets of experiments on the port cargo transportation problem, IHSO outperforms the comparison algorithms in both solution quality and convergence speed.
The remainder of this paper is organized as follows: Section 2 provides a detailed description of the problem model and its mathematical formulation; Section 3 introduces the optimization algorithms involved, including HSO, ACO, the greedy search algorithm, and adaptive swap/reversal operations, and elaborates on and analyzes the proposed IHSO; Section 4 demonstrates the application of IHSO to the port cargo planning problem; and finally, the paper concludes with a summary of the findings.

2. Port Cargo Allocation and Transportation Path Planning Problem

The port cargo allocation and transportation path planning problem is a problem that includes allocation stage and transportation stage. In allocation stage, cargo is allocated to warehouses based on capacity and distance. In the transportation stage, vehicles then deliver the cargo and return to the starting point, such that the total travel distance is minimized. From the perspective of management convenience and transportation efficiency, traditional approaches often store the same cargo centrally in a single warehouse. However, centralized storage may pose several risks. In the event of sudden disasters such as fire, flooding, or earthquakes, centrally stored cargo is highly vulnerable to complete destruction. This may disrupt the supply chain and cause severe economic losses. To address the above problems, this paper proposes a two-stage allocation–transportation framework based on improved holistic swarm optimization. In the allocation stage, first, this paper employs a distance-based clustering method to partition warehouses into two zones, and randomly selects one warehouse from each zone. Then, cargo is allocated to selected warehouses in proportion to their remaining capacity. This design could fully utilize warehouse space and effectively reduce the risk that the same cargo is destroyed entirely. In the transportation stage, the paper proposes an IHSO, which plans vehicle routes according to warehouse locations and total cargo demand. This effectively reduces the total vehicle travel distance, saves transportation time, and improves transportation efficiency.

2.1. Port Cargo Allocation Rules

2.1.1. Zone Partitioning

This paper adopts a Euclidean distance-based clustering method to partition warehouse zones. Let the warehouse be set to I , where I = 0 , 1 , 2 , , n . By constructing two seed points, warehouses are divided into two zones. First, the first warehouse is selected as the initial reference point, and the warehouse farthest from it is taken as the first seed point. This paper denotes them as p and s 1 , respectively. Second, the warehouse furthest from s 1 is taken as the second seed point s 2 . Finally, the distance of each warehouse to s 1 and s 2 is calculated, and is assigned to the nearer zone.
For warehouse i , the mathematical expression for its zonal affiliation is
I i A , d i s 1 d i s 2 B , o t h e r w i s e
where d i s 1 and d i s 2 denote the distances from i to s 1 and s 2 , respectively. A and B denote two warehouse area sets.

2.1.2. Cargo Allocation

To improve warehouse utilization, this study designs an allocation rule after zone partitioning. Concretely, the warehouse and cargo sets are designated as I and Z , respectively, where I = 0 , 1 , 2 , , n and Z = 0 , 1 , 2 , , n . Warehouse i has capacity U i and its remaining capacity is R i . Cargo z has quantity Q z and remaining quantity Q z . Thus, R i and Q z are initialized to U i and Q z . X = x i z is defined as the allocation matrix, where x i z denotes the quantity of cargo z assigned to warehouse i . All entries are initialized to zero. C A = i A | R i A > 0 and C B = i B | R i B > 0 denote the sets of warehouses with remaining capacity in zones A and B , respectively.
For cargo z , when Q z > 0 and there exists a warehouse with R i > 0 , the allocation is performed according to the following rules:
  • Warehouse selection: If both C A and C B are non-empty, this paper randomly selects a warehouse from each area to participate in allocation. This ensures that the same cargo is stored dispersedly across different zones. In addition, if only one zone has available warehouses, at most two warehouses are randomly selected from that zone.
  • Allocation quantity calculation: The total remaining capacity of the selected warehouses is
    R t a t a l = R a + R b
    where R a and R b denote the remaining capacity of the selected warehouses.
The allocation quantity should take the smaller value between the total remaining warehouses’ capacity and the remaining cargo quantity, so as to prevent the allocated cargo quantity from exceeding the total remaining warehouse capacity. The formulation is
t = min Q z , R t a t a l
3.
Cargo allocation: If only one warehouse is selected, that warehouse receives the entire allocation quantity t . If two warehouses are selected, the cargo is allocated in proportion to their remaining capacities. Proportional distribution ensures balanced cargo distribution. It avoids the situation in which the larger warehouses are underutilized while the smaller one is full. This improves the overall warehouse utilization rate. The allocation quantities for the two warehouses are
A a = t R a R t a t a l
A b = t Δ R a
where A a and A b denote the quantity of cargo allocated to each selected warehouse, respectively.
4.
Allocation matrix, warehouse and cargo status updating: After allocation, the allocation matrix X = x i z is updated as follows:
x i z x i z + A i
where A i denotes the quantity of cargo received by warehouse i .
The remaining capacity of each warehouse and remaining capacity of each cargo type are updated as:
R i R i Δ R i
Q z Q z t
5.
Termination condition: The allocation process is terminated when all warehouses are full or all cargo has been allocated. Finally, the output is the allocation matrix X = x i z .

2.2. Mathematical Model of the Port Cargo Transportation Problem

After cargo allocation, the port cargo transportation problem is reduced to a CVRP. Define a directed graph G = V , A , where V is the node set, V = { 0 , 1 , 2 , , n } . Node 0 represents the port and N = { 1 , 2 , , n } is the warehouse set. Warehouse i has demand q i . A is the arc set, and the straight linear distance of arc i ,   j is c i j . Let K denote the set of delivery vehicles with uniform capacity C , K = { 1 , 2 , , k } . A feasible route in the directed graph G must start and end at the port. Furthermore, i + denotes the set of arcs departing from node i , and j denotes the set of arcs arriving at node j .
The mathematical expression of the minimum total distance of the truck route is defined as follows:
min k K i , j A c i j x i j k
where c i j denotes the distance between warehouses i and j , and x i j k denotes whether truck k departs from warehouse i and arrives at warehouse j . If so, x i j k = 1; otherwise, x i j k = 0. In summary, the mathematical model of the port cargo transportation problem is as follows:
min k K i , j A c i j x i j k
k K , j ( i ) + x i j k = 1 i N
j ( 0 ) + x 0 j k = 1 k K
i ( j ) x i j k i ( j ) + x i j k = 0 k K , j N
i ( n + 1 ) x i , n + 1 , k = 1 k K
i N q i j ( i ) + x i j k C k K
i S j S x i j k | S | 1 S N , | S | 2 , k K
x i j k { 0 , 1 } k K , ( i , j ) A
Equation (10) minimizes the total travel distance of all trucks. Equation (11) ensures that each warehouse is served by exactly one route. Equation (12) ensures each truck departs from the port once. Equation (13) maintains flow conservation at each warehouse j . For each truck k , the inflow equals the outflow. Equation (14) requires each truck k to return to the port after replenishment. Equation (15) ensures that the load capacity of truck k does not exceed the maximum capacity after replenishment. Equation (16) ensures that all subtours pass through the port, where set S is a subset of set N . Equation (17) denotes that if truck k departs from warehouse i to warehouse j , x i j k = 1; otherwise, x i j k = 0.

3. Improved Holistic Swarm Optimization

3.1. Holistic Swarm Optimization

HSO [33] is a metaphor-less swarm intelligence optimization algorithm which leverages the entire population’s information to enhance the search process. It enhances the ability to explore unknown search spaces and exploit information from superior individuals through root-mean-squared fitness-based displacement coefficients and adaptive mechanisms. Thus, it can effectively solve multimodal optimization problems in complex environments.
The specific implementation of HSO is as follows:
  • Initialization: Each search individual is randomly generated at an initial position x i . Then, this paper sets the maximum number of iterations to be i t e r m a x , and the initial mutation rate and step to be λ init and δ init . Finally, the final mutation rate, step, the initial temperature and the cooling rate are set to be λ final , δ final , T i n i t i a l and C R , respectively.
  • Fitness evaluation: Evaluate the fitness f x i of each search individual.
  • Adaptive simulated annealing strategy: When the new fitness value outperforms the old one, the new value directly replaces the old one. When the new value is inferior, the algorithm still accepts it if the probability P is greater than a uniformly distributed random number. The probability P is formulated as
    P = e x p Δ f T i n i t i a l C R i t e r
    where Δ f denotes the difference between the new and old fitness values, and i t e r denotes the current iteration number.
  • Update the best solution and compute the displacement coefficient: the root mean square of all individual fitness values is calculated, denoted as RMS f . Its mathematical expression is
    RMS f = 1 n i = 1 n f ( x i ) 2  
The mathematical expression for the displacement coefficient c i is
c i = sign d i d i j = 1 n d j
where d i denotes the difference between the fitness value of individual x i and RMS f values.
5.
Population individual update: Each individual x i is updated to approach high-quality individuals and moves away from inferior individuals. The population individual update rule is
x i = x i + α j = 1 n r i j c j x j x i
where α is a constant parameter and r i j is a random value; c j is the displacement coefficient.
6.
Adaptive mutation: The mutation rate and step size gradually change linearly from λ init and δ init to λ final and δ final as iterations increase. If adaptive mutation is triggered, a random perturbation based on a normal distribution is added to the individual x i . This produces a new individual x i .
7.
Termination check: Repeat steps 2 through 7 until the maximum number of iterations is reached.

3.2. Ant Colony Optimization

ACO [35] is a classical swarm intelligence algorithm inspired by ant foraging behavior. During foraging, ants preferentially select paths with higher pheromone concentrations. Shorter paths accumulate more pheromones, and these paths are more likely to be chosen. As iterations proceed, the pheromone concentration on shorter paths continuously accumulates. This enables the algorithm to progressively find the shortest path. For vehicle routing problems, ACO generates visit sequences through pheromone-guided route construction. It only allows some top-performing ants to update the pheromone, which strengthens the ability to find better routes. Accordingly, IHSO incorporates the elitist pheromone update and heuristic guidance from ACO to enhance its global convergence capability.

3.3. Greedy Search Algorithm

The greedy search algorithm [34] is a simple heuristic method. Its core idea is to construct a feasible solution of reasonably high quality by selecting the locally optimal decision at each step. For vehicle routing problems, the greedy algorithm starts at the depot, always moves to the nearest unvisited node, and returns to the depot after visiting all nodes. To obtain a high-quality initial population, population initialization of IHSO combines the greedy search algorithm and randomly generated solutions. The greedy solution effectively improves the overall population quality, while the random solutions help increase the diversity of the initial population.

3.4. Swap Operation and Reversal Operation

Swap operation [36] and reversal operation [37] generate new offspring by recombining parental genes, which effectively enhance the ability to escape local optima and further expand the search space. The swap operation is simple and efficient, and helps strengthen the ability to escape local optima. The reversal operation can effectively eliminate route crossings, shorten route distances, and enhance the local optimization capability. Therefore, this paper introduces the swap operation and the reversal operation to replace the mutation operation in the adaptive mutation mechanism.
When the swap operation is executed, it randomly selects two nodes in the visit sequence and then swaps their positions, while all other positions remain unchanged. The operation is shown in Figure 1.
When the reversal operation is executed, it randomly selects two nodes in the visit sequence and reverses the order of all nodes between them, while all other positions remain unchanged. The operation is shown in Figure 2.

3.5. The Proposed Improved Holistic Swarm Optimization

To further improve solution quality, this paper improves HSO by effectively integrating the greedy search algorithm, adaptive swap/reversal operations, and ant colony optimization. This could further balance the ability to explore unknown search spaces and exploit known high-quality information. In order to solve the port cargo transportation problem, this paper employs the swap/reversal operations and ACO to replace the mutation operation and the population position update, respectively. That avoids entrapment in local optima and accelerates global convergence. The flow chart of IHSO is illustrated in Figure 3.
The detailed working procedure of IHSO is as follows:
  • Initialization: The initial population is composed of individuals generated by the greedy search algorithm and randomly generated method. In this paper, the maximum number of iterations, the initial operation rate and final operation are set to be i t e r m a x , Φ init and Φ final , and the initial temperature and cooling rate are set to be T 0 and ζ . Meanwhile, the pheromone importance factor, the heuristic importance factor, the pheromone evaporation factor and the pheromone increment constant are set to be α , β , ρ and Q , respectively.
  • Adaptive swap/reversal operation: If the probability Φ i t e r is greater than the random number drawn from a uniform distribution, this algorithm randomly selects the swap operation and reversal operation with equal probability and executes the chosen operation. The mathematical expression for the probability Φ i t e r is:
    Φ i t e r = Φ init i t e r × Φ init Φ final i t e r m a x
  • Adaptive simulated annealing strategy: If the new solution is better than the old solution, the new solution directly replaces the old solution; if the new solution is worse than the old solution, the old solution is accepted with probability P S A . The mathematical expression of the probability P S A is
    P S A = e x p C n e w C o l d T 0 ζ i t e r
    where C n e w denotes the new solution and C o l d denotes the old solution.
  • Elitist ant pheromone, the minimum path cost, and optimal transportation path update:
    τ i j ( t + 1 ) = ( 1 ρ ) τ i j ( t ) + Δ τ i j ( t )
    Δ τ i j ( t ) = k ε n Δ τ i j k ( t )
    Δ τ i j k = Q L k , i f   a r c   ( i ,   j )   i s   u s e d   b y   a n t k 0 , o t h e r w i s e
    where L k denotes the total length of the route traversed by ant k , and ε denotes the set of elite ants.
  • Construction of access sequence based on ACO: Ants depart from the port and progressively select the next node based on pheromone concentration and heuristic information, until all warehouses have been visited. The probability of ant k moving from node i to node j is
    P i j k t = τ i j t α η i j t β s ϵ a l l o w e d k τ i s t α η i s t β , j ϵ a l l o w e d k 0 , o t h e r w i s e
    where a l l o w e d k denotes the set of nodes currently selectable by ant k , τ i j t denotes the pheromone concentration from node i to node j at time t , and η i j t denotes the heuristic information from node i to node j at time t . The mathematical expression for η i j t is
    η i j t = 1 d i j
    where d i j denotes the distance from node i to node j .
  • Termination check: Repeat steps 2 through 6 until the maximum number of iterations is reached.
The algorithm for IHSO is presented in Algorithm 1.
Algorithm 1: Improved Holistic Swarm Optimization
Input:   Warehouse   node   set ,   vehicle   capacity   constraint ,   demand   of   each   node ,   and   algorithm   parameters   ( i t e r m a x   Φ final ,   Φ init , ζ ,   T 0 , α , β , ρ and Q )
Output: Global best solution and corresponding routes
Phase 1: Population Initialization
  • Initialize ACO parameters, simulated annealing parameters, adaptive mutation parameters and maximum number of iterations i t e r m a x
  • Generate P r a n d (m is the number of ants)
  • Generate one solution P 1 using the greedy search algorithm
  • Combine P r a n d and P 1 jointly form the initial population

Phase 2: Route Optimization
5.
For i t e r   =   1   to   i t e r m a x do
6.
Perform adaptive swap/reversal operation with probability Φ i t e r
7.
Apply the adaptive simulated annealing strategy to accept or reject new solution
8.
 Update the elitist ant pheromone and the global best solution
9.
 Construct visit sequences using ACO
10.
End
11.
Return the global best solution and route

4. Application of the Improved Holistic Swarm Optimization Algorithm to the Port Cargo Transportation Problem

To evaluate the performance of the proposed algorithm, this paper compares IHSO with ACO [38], GA [39], PSO [40], HSO, and SA [41] under identical conditions. All algorithms run on a hardware platform with an Intel Core i7-11800H processor, an NVIDIA GeForce RTX 3050 Ti Laptop GPU, 16 GB RAM, Python 3.14 and Windows 10 64-bit operating system. The parameters of the IHSO are shown in Table 1.
This paper constructs six instances of different sizes. The number of warehouses and the number of cargo types are 100, 200, 300, 400, 500, and 600, respectively. Warehouses that receive no cargo after the allocation stage are excluded from route planning. Consequently, the numbers of warehouses actually participating in the route planning are 95, 185, 271, 374, 463, and 559, respectively. In this study, two integers—one between 100 and 150 and the other between 80 and 100—are randomly generated for warehouse capacity and cargo quantity, respectively. The port coordinates are fixed at (400, 500), and the truck capacity is uniformly set to 200. IHSO, HSO, ACO, GA, PSO, and SA are employed to solve the above six instances, respectively. In addition, to evaluate performance differences between IHSO and the compared algorithms, this paper uses the Wilcoxon signed-rank test in six instances. Finally, to improve the reproducibility and external validity of the results, this paper sets two standard CVRP benchmark instances from CVRPLIB.
The population size of all algorithms and the maximum number of iterations are set to 50 and 300, respectively. Among them, the elite ant population size of ACO and IHSO is 25. Each algorithm is independently executed 20 times. This paper records the optimal value of each run and simultaneously computes the Best (best value), Ave (mean of the best values), and Std (standard deviation of the best values) over the 20 runs. The data are presented in detail in Table 2. Figure 4 illustrates the average convergence curves of the IHSO, HSO, ACO, GA, PSO, and SA over 20 runs on six instances of different sizes. The 95-warehouse instance is taken as an example to illustrate the route construction of the optimal solution, as shown in Figure 5. In Figure 5, the light orange nodes represent warehouses in zone A, the light blue nodes represent warehouses in zone B, and the golden square denotes the port. Moreover, The results of the Wilcoxon signed-rank test are presented in Table 3. Lastly, the performance of IHSO and comparative algorithms is shown in Table 4 in two standard CVRP benchmark instances. Figure 6 illustrates the average convergence curves of the IHSO, HSO, ACO, GA, PSO, and SA over 20 runs on CVRPLIB benchmark instances.
As shown in Table 2, in six instances of different sizes, IHSO outperforms GA, PSO, SA, and HSO in the Best, Ave, and Std. In small-scale instances, IHSO outperforms ACO in the Best, Ave, and Std. In large-scale instances, ACO and IHSO show similar values in Std, but IHSO outperforms ACO in the Best and Ave. Taking all metrics into account, IHSO outperforms ACO. Moreover, the Best and Ave of IHSO are very close, which indicates that its solution quality possesses high stability. The results indicate that IHSO produces high-quality solutions while maintaining strong stability.
As shown in Table 3, the Wilcoxon signed-rank test was used to evaluate performance differences between IHSO and the compared algorithms. The results show statistically significant differences (p < 0.05) for all algorithms, which confirms the improvement achieved by IHSO.
Figure 4 shows that the solution of IHSO has faster convergence speed and higher quality. In six instances of different sizes, IHSO achieves a lower initial solution cost than GA, PSO, SA, ACO, and HSO, which shows that the greedy search algorithm can provide a better starting point and accelerate the convergence process. Figure 5 demonstrates that IHSO also outperforms the other algorithms in route construction. In summary, IHSO achieves well-structured routes, fast convergence, strong stability, and high solution quality in port cargo transportation planning.
As shown in Table 4, for the X-n308-k13 and X-n204-k19 CVRPLIB instances, IHSO outperforms the other compared algorithms in Best, Ave, and Std, demonstrating that the solutions obtained by IHSO are both high-quality and highly stable. For warehouse sizes of 204 and 308, IHSO reduces the optimal route length by 3.68% and 5.24% compared with ACO, respectively. As shown in Figure 6, IHSO achieves both the lowest path length and the fastest convergence among all compared algorithms. In addition, the greedy algorithms generate high-quality initial solutions, which accelerates the convergence speed of the algorithm.

5. Conclusions

To avoid the potential risks of centralized cargo storage at ports, this paper proposes a two-stage allocation–transportation framework based on IHSO. In the allocation stage, to avoid total loss of the same cargo type, a distance-based clustering method is employed to partition warehouses into two zones. Then, cargo is allocated to each warehouse according to the zone partitioning and warehouse capacity. In the transportation stage, this paper designs IHSO to plan the routes of port cargo transportation. IHSO integrates the greedy search algorithm, ACO, and adaptive swap/reversal operations with HSO, which enhances global search capability and significantly shortens the length of transportation routes. To evaluate the performance of IHSO, this paper compares IHSO with ACO, GA, PSO, HSO, and SA on instances of different scales. Experimental results demonstrate that IHSO shows superior solution quality compared with the other algorithms. Specifically, the experimental results on the self-generated instances demonstrate that IHSO reduces the optimal route length by up to 2.08% compared with the best-performing baseline ACO.
The experimental results on the CVRPLIB benchmarks demonstrate that IHSO reduces the optimal route length by up to 5.24% compared with the best-performing baseline ACO. Moreover, all improvements are statistically significant under the Wilcoxon signed-rank test (p < 0.05), which confirms that the advantage of IHSO over the baselines is systematic and reproducible rather than incidental.
However, this study still has some limitations. Currently, the research mainly focuses on optimizing the transportation length, while more complex and practical aspects still need to be fully considered, such as multi-objective dynamic scheduling, a stochastic disaster factor, ablation analysis of each module, and parameter-sensitivity analyses. Future research can further explore the application of IHSO in multi-objective dynamic scheduling [42,43,44,45], perform ablation experiments to analyze the effectiveness of each module, conduct a systematic parameter-sensitivity analysis to assess the influence of the key parameters, and introduce a disaster variable to quantitatively analyze the benefit of the two-zone dispersion relative to centralized storage.

Author Contributions

C.L.: conceptualization, methodology, data curation, formal analysis, investigation, and writing—original draft preparation. Y.L.: conceptualization, writing—original draft preparation, data curation, and writing—review and editing. L.Y.: conceptualization, project administration, data curation, and writing—review and editing. T.L.: visualization, resources, data curation, and writing—review and editing. Y.W.: visualization, resources, and writing—review and editing. S.C.: project administration, visualization, and resources. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

The data that support the findings of this study are available from the corresponding authors upon request.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Yu, H.; Gong, Y.; Liu, J. A Systematic Literature Review on Port Competitiveness. Int. J. Logist. Res. Appl. 2025, 28, 720–744. [Google Scholar] [CrossRef] [Scilit]
  2. Iefimova, G.; Pashchenko, O.; Mykhailov, M. Ports’ Contribution to the Financial and Economic Security of Logistics Systems. Eur. Sci. J. Econ. Financ. Innov. 2025, 2, 93–103. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  3. Hausman, W.H.; Schwarz, L.B.; Graves, S.C. Optimal Storage Assignment in Automatic Warehousing Systems. Manag. Sci. 1976, 22, 629–638. [Google Scholar] [CrossRef] [Scilit]
  4. De Koster, R.; Le-Duc, T.; Roodbergen, K.J. Design and Control of Warehouse Order Picking: A Literature Review. Eur. J. Oper. Res. 2007, 182, 481–501. [Google Scholar] [CrossRef] [Scilit]
  5. Yin, R.; Lu, P. A Cluster-First Route-Second Constructive Heuristic Method for Emergency Logistics Scheduling in Urban Transport Networks. Sustainability 2022, 14, 2301. [Google Scholar] [CrossRef] [Scilit]
  6. Liu, L.; Wang, J.; Liang, Y. A Two-Stage Clustering–Evolutionary Framework with Adaptive Search Control for the Vehicle Routing Problem with Time Windows. J. Oper. Strateg. Anal. 2025, 3, 251–263. [Google Scholar] [CrossRef] [Scilit]
  7. Braekers, K.; Ramaekers, K.; Van Nieuwenhuyse, I. The Vehicle Routing Problem: State of the Art Classification and Review. Comput. Ind. Eng. 2016, 99, 300–313. [Google Scholar] [CrossRef] [Scilit]
  8. Baldacci, R.; Toth, P.; Vigo, D. Recent Advances in Vehicle Routing Exact Algorithms. 4OR 2007, 5, 269–298. [Google Scholar] [CrossRef] [Scilit]
  9. Bolufé-Röhler, A.; Tamayo-Vera, D. Machine Learning for Enhancing Metaheuristics in Global Optimization: A Comprehensive Review. Mathematics 2025, 13, 2909. [Google Scholar] [CrossRef] [Scilit]
  10. Chakraborty, A.; Kar, A.K. Swarm Intelligence: A Review of Algorithms. In Nature-Inspired Computing and Optimization; Patnaik, S., Yang, X.-S., Nakamatsu, K., Eds.; Modeling and Optimization in Science and Technologies; Springer International Publishing: Cham, Switzerland, 2017; Volume 10, pp. 475–494. [Google Scholar]
  11. Singh, V.P.; Sharma, K.; Chakraborty, D. A Branch-and-Bound-Based Solution Method for Solving Vehicle Routing Problem with Fuzzy Stochastic Demands. Sādhanā 2021, 46, 195. [Google Scholar] [CrossRef] [Scilit]
  12. Babaki, B.; Jena, S.D.; Charlin, L. Neural Column Generation for Capacitated Vehicle Routing. In Proceedings of the AAAI 2022 Workshop on Machine Learning for Operations Research, Virtual, 1 March 2022. [Google Scholar]
  13. Dalmeijer, K.; Spliet, R. A Branch-and-Cut Algorithm for the Time Window Assignment Vehicle Routing Problem. Comput. Oper. Res. 2018, 89, 140–152. [Google Scholar] [CrossRef] [Scilit]
  14. Alkhalifa, R.; Alkhomayes, F.; Almazroua, B.; Alhaidan, D.; Alothman, M.; Almuhaidib, J. A Comparative Review of Parallel Exact, Heuristic, Metaheuristic, and Hybrid Optimization Techniques for the Traveling Salesman Problem. arXiv 2025, arXiv:2505.18278. [Google Scholar]
  15. Fakhravar, H. Combining Heuristics and Exact Algorithms: A Review. arXiv 2022, arXiv:2202.02799. [Google Scholar]
  16. Duan, S.; Jiang, S.; Dai, H.; Wang, L.; He, Z. The Applications of Hybrid Approach Combining Exact Method and Evolutionary Algorithm in Combinatorial Optimization. J. Comput. Des. Eng. 2023, 10, 934–946. [Google Scholar] [CrossRef] [Scilit]
  17. Bai, Y.; Xing, X.; Wang, J. An Improved Graph Attention Network Combined with Reinforcement Learning for Capacitated Vehicle Routing Problem. Appl. Intell. 2025, 55, 1052. [Google Scholar] [CrossRef] [Scilit]
  18. Duan, L.; Zhan, Y.; Hu, H.; Gong, Y.; Wei, J.; Zhang, X.; Xu, Y. Efficiently Solving the Practical Vehicle Routing Problem: A Novel Joint Learning Approach. In Proceedings of the 26th ACM SIGKDD International Conference on Knowledge Discovery & Data Mining, Virtual, 23 August 2020; ACM: San Jose, CA, USA, 2020; pp. 3054–3063. [Google Scholar]
  19. Cao, L.; Wang, M.; Xiong, X. A Large Language Model-Enhanced Q-Learning for Capacitated Vehicle Routing Problem with Time Windows. arXiv 2025, arXiv:2505.06178. [Google Scholar]
  20. Ye, Z.; Gao, W.; Hu, Q.; Sun, P.; Wang, X.; Luo, Y.; Zhang, T.; Wen, Y. Deep Learning Workload Scheduling in GPU Datacenters: A Survey. ACM Comput. Surv. 2024, 56, 1–38. [Google Scholar] [CrossRef] [Scilit]
  21. Ghimire, D.; Kil, D.; Kim, S. A Survey on Efficient Convolutional Neural Networks and Hardware Acceleration. Electronics 2022, 11, 945. [Google Scholar] [CrossRef] [Scilit]
  22. Justus, D.; Brennan, J.; Bonner, S.; McGough, A.S. Predicting the Computational Cost of Deep Learning Models. In Proceedings of the 2018 IEEE International Conference on Big Data (Big Data), Seattle, WA, USA, 10–13 December 2018; IEEE: Seattle, WA, USA, 2018; pp. 3873–3882. [Google Scholar]
  23. Alweshah, M.; Almiani, M.; Almansour, N.; Al Khalaileh, S.; Aldabbas, H.; Alomoush, W.; Alshareef, A. Vehicle Routing Problems Based on Harris Hawks Optimization. J. Big Data 2022, 9, 42. [Google Scholar] [CrossRef] [Scilit]
  24. Eido, W.M.; Ibrahim, I.M. Ant Colony Optimization (ACO) for Traveling Salesman Problem: A Review. Asian J. Res. Com. Sci. 2025, 18, 20–45. [Google Scholar] [CrossRef] [Scilit]
  25. Diastivena, D.; Wahyuningsih, S.; Satyananda, D. Grey Wolf Optimizer Algorithm for Solving the Multi Depot Vehicle Routing Problem and Its Implementation. J. Phys. Conf. Ser. 2021, 1872, 012001. [Google Scholar] [CrossRef] [Scilit]
  26. Jamil, A.; Abdallah, B.N.; Leksono, V.A. Firefly Algorithm for Multi-Type Vehicle Routing Problem. J. Phys. Conf. Ser. 2021, 1726, 012006. [Google Scholar] [CrossRef] [Scilit]
  27. Kao, Y.; Chen, M.-H.; Huang, Y.-T. A Hybrid Algorithm Based on ACO and PSO for Capacitated Vehicle Routing Problems. Math. Probl. Eng. 2012, 2012, 726564. [Google Scholar] [CrossRef] [Scilit]
  28. Pham, V.H.S.; Nguyen, V.N.; Dang, N.T.N. Novel Hybrid Swarm Intelligence Algorithm for Solving the Capacitated Vehicle Routing Problem Efficiently. Evol. Intel. 2025, 18, 61. [Google Scholar] [CrossRef] [Scilit]
  29. Zhou, Y.; Xie, J.; Zheng, H. A Hybrid Bat Algorithm with Path Relinking for Capacitated Vehicle Routing Problem. Math. Probl. Eng. 2013, 2013, 392789. [Google Scholar] [CrossRef] [Scilit]
  30. Farek, L.; Benaidja, A. Octopus Camouflage Optimization: A Population-State-Aware Metaheuristic. Knowl.-Based Syst. 2026, 350, 116583. [Google Scholar] [CrossRef] [Scilit]
  31. Tian, A.-Q.; Liu, F.-F.; Lv, H.-X. Snow Geese Algorithm: A Novel Migration-Inspired Meta-Heuristic Algorithm for Constrained Engineering Optimization Problems. Appl. Math. Model. 2024, 126, 327–347. [Google Scholar] [CrossRef] [Scilit]
  32. Deng, B. Baboon Optimization Algorithm: A Novel Nature-Inspired Metaheuristic Algorithm for Optimization Problems. Ain Shams Eng. J. 2026, 17, 104178. [Google Scholar] [CrossRef] [Scilit]
  33. Akbari, E.; Rahimnejad, A.; Gadsden, S.A. Holistic Swarm Optimization: A Novel Metaphor-Less Algorithm Guided by Whole Population Information for Addressing Exploration-Exploitation Dilemma. Comput. Methods Appl. Mech. Eng. 2025, 445, 118208. [Google Scholar] [CrossRef] [Scilit]
  34. Hien, V.Q.; Dao, T.C.; Binh, H.T.T. A Greedy Search Based Evolutionary Algorithm for Electric Vehicle Routing Problem. Appl. Intell. 2023, 53, 2908–2922. [Google Scholar] [CrossRef] [Scilit]
  35. Alimoradi, A. Bi Objective Multi Depot Location Routing Problem with Time Window for EVs. Master’s Thesis, Ontario Tech University, Oshawa, ON, Canada, 2025. [Google Scholar]
  36. Rahaman, S.H.; Maiti, M.K. A Hybridization of Grey Wolf Optimizer and Genetic Algorithm for the Traveling Salesman Problems. Soft Comput. 2024, 28, 13127–13148. [Google Scholar] [CrossRef] [Scilit]
  37. Tao, S. An Improved Genetic Algorithm for Solving TSP. J. Phys. Conf. Ser. 2021, 1952, 042067. [Google Scholar] [CrossRef] [Scilit]
  38. Stodola, P.; Mazal, J.; Podhorec, M.; Litvaj, O. Using the Ant Colony Optimization Algorithm for the Capacitated Vehicle Routing Problem. In Proceedings of the 16th International Conference on Mechatronics-Mechatronika 2014, Brno, Czech Republic, 3–5 December 2014; IEEE: Brno, Czech Republic, 2014; pp. 503–510. [Google Scholar]
  39. Filipec, M.; Skrlec, D.; Krajcar, S. An Efficient Implementation of Genetic Algorithms for Constrained Vehicle Routing Problem. In Proceedings of the SMC’98 Conference Proceedings. 1998 IEEE International Conference on Systems, Man, and Cybernetics (Cat. No.98CH36218), San Diego, CA, USA, 14 October 1998; IEEE: San Diego, CA, USA, 1998; Volume 3, pp. 2231–2236. [Google Scholar]
  40. Chen, A.; Yang, G.; Wu, Z. Hybrid Discrete Particle Swarm Optimization Algorithm for Capacitated Vehicle Routing Problem. J. Zhejiang Univ.-Sci. A 2006, 7, 607–614. [Google Scholar] [CrossRef] [Scilit]
  41. Osman, I.H. Metastrategy Simulated Annealing and Tabu Search Algorithms for the Vehicle Routing Problem. Ann. Oper. Res. 1993, 41, 421–451. [Google Scholar] [CrossRef] [Scilit]
  42. Tian, A.-Q.; Liu, F.-F.; Wang, X.-Y. Surrogate-Assisted Rezone-Enhanced Multi-Objective Adaptive Evolutionary Algorithm for Truck–UAV Collaborative Delivery Route Optimization. J. Superintelligence 2026, 1, 3. [Google Scholar] [CrossRef] [Scilit]
  43. Tian, A.-Q.; Liu, F.-F.; Ni, S.-Q.; Pan, J.-S. K-DPSA: A Hierarchical Surrogate-Assisted Evolutionary Algorithm for Expensive Constrained Multi-Objective Optimization with Application to UAV Path Planning. Swarm Evol. Comput. 2026, 107, 102490. [Google Scholar] [CrossRef] [Scilit]
  44. Xu, B.; Rang, G.; Xie, R.; Li, W.; Gong, D.; Fan, Z.; Yang, S.; He, J. A Prediction Approach Based on Long Short-Term Memory Networks for Dynamic Multiobjective Optimization. Expert Syst. Appl. 2025, 283, 127792. [Google Scholar] [CrossRef] [Scilit]
  45. Xu, B.; Zheng, Y.; Li, W.; Gao, X.; Gong, D.; He, J.; Fan, Z. Handling Multiobjective Optimization Problems With Complex Constraints: A Constraints Grouping-Based Approach. IEEE Trans. Syst. Man. Cybern. Syst. 2025, 55, 3866–3880. [Google Scholar] [CrossRef] [Scilit]
Figure 1. Illustration of the swap operation.
Figure 1. Illustration of the swap operation.
Biomimetics 11 00667 g001
Figure 2. Illustration of the reversal operation.
Figure 2. Illustration of the reversal operation.
Biomimetics 11 00667 g002
Figure 3. Flow chart of the improved holistic swarm optimization.
Figure 3. Flow chart of the improved holistic swarm optimization.
Biomimetics 11 00667 g003
Figure 4. The convergence curves averaged over 20 independent runs for each algorithm: (a) 95 warehouses; (b) 185 warehouses; (c) 271 warehouses; (d) 374 warehouses; (e) 463 warehouses; (f) 559 warehouses.
Figure 4. The convergence curves averaged over 20 independent runs for each algorithm: (a) 95 warehouses; (b) 185 warehouses; (c) 271 warehouses; (d) 374 warehouses; (e) 463 warehouses; (f) 559 warehouses.
Biomimetics 11 00667 g004
Figure 5. Optimal routes obtained by six algorithms for 95 warehouses. (a) IHSO; (b) HSO; (c) ACO; (d) GA; (e) PSO; (f). SA.
Figure 5. Optimal routes obtained by six algorithms for 95 warehouses. (a) IHSO; (b) HSO; (c) ACO; (d) GA; (e) PSO; (f). SA.
Biomimetics 11 00667 g005
Figure 6. The convergence curves averaged over 20 independent runs for each algorithm. (a) X-n204-k19; (b) X-n308-k13.
Figure 6. The convergence curves averaged over 20 independent runs for each algorithm. (a) X-n204-k19; (b) X-n308-k13.
Biomimetics 11 00667 g006
Table 1. Parameters of the improved holistic swarm optimization algorithm.
Table 1. Parameters of the improved holistic swarm optimization algorithm.
AlgorithmParameter
IHSO Φ final = 0.1, Φ init = 0.6, ζ = 0.99, T 0 = 5000, α = 1, β = 1, ρ = 0.5, Q = 100
Table 2. Performance comparison of different algorithms in six instances.
Table 2. Performance comparison of different algorithms in six instances.
Number of WarehousesPerformanceIHSOHSOACOGAPSOSA
95Best28,322.7734,380.4428,471.8529,136.9932,499.3134,351.04
Ave28,537.0134,933.7028,779.0129,842.4533,954.8235,124.39
Std77.27360.81116.18385.36675.79370.60
185Best53,030.0267,930.5853,503.8856,461.5863,839.8865,927.75
Ave53,327.6569,398.4153,963.3157,775.7465,797.3767,453.79
Std130.05518.40184.68577.91777.26566.38
271Best74,966.1799,734.6376,560.1082,763.4893,664.7696,857.33
Ave75,375.77101,462.6377,245.3084,255.0195,824.0298,027.91
Std200.83571.03209.94919.931245.07708.70
374Best97,715.29138,235.4099,534.36114,363.82128,943.86131,362.71
Ave98,225.82139,424.44100,109.98116,774.14132,015.47133,570.62
Std287.39548.02269.651066.871626.051154.13
463Best124,504.80174,895.13126,841.15146,538.49163,583.20165,384.83
Ave125,314.46176,075.12127,428.94148,344.69167,431.96168,096.62
Std374.18460.60276.23814.311994.141396.01
559Best155,989.07211,870.63158,330.22180,987.21201,605.49201,510.41
Ave156,617.60213,549.13158,997.39182,872.47204,976.35204,390.34
Std354.91568.93332.671229.011558.491477.73
Note: Bold values indicate the best objective function results among all compared algorithms.
Table 3. Wilcoxon signed-rank test (p-value) in six instances.
Table 3. Wilcoxon signed-rank test (p-value) in six instances.
Number of WarehousesHSOACOGAPSOSA
959.5 × 10−71.91 × 10−69.5 × 10−79.5 × 10−79.5 × 10−7
1859.5 × 10−79.5 × 10−79.5 × 10−79.5 × 10−79.5 × 10−7
2719.5 × 10−79.5 × 10−79.5 × 10−79.5 × 10−79.5 × 10−7
3749.5 × 10−79.5 × 10−79.5 × 10−79.5 × 10−79.5 × 10−7
4639.5 × 10−79.5 × 10−79.5 × 10−79.5 × 10−79.5 × 10−7
5599.5 × 10−79.5 × 10−79.5 × 10−79.5 × 10−79.5 × 10−7
Table 4. Performance comparison of different algorithms in two CVRPLIB benchmark instances.
Table 4. Performance comparison of different algorithms in two CVRPLIB benchmark instances.
InstancePerformanceIHSOHSOACOGAPSOSA
X-n204-k19Best21,540.0080,310.0022,362.0051,742.0067,933.0064,339.00
Ave22,326.9083,692.0023,393.2555,501.1572,702.6068,667.35
Std326.131431.18462.321461.832013.801688.80
X-n308-k13Best33,749.00143,624.0035,616.0096,356.00122,556.00106,915.00
Ave34,660.95149,264.4036,360.8599,997.70129,901.90111,123.25
Std337.291679.73427.542548.963887.692518.34
Note: Bold values indicate the best objective function results among all compared algorithms.
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Lu, C.; Li, Y.; Yang, L.; Liu, T.; Wang, Y.; Cai, S. A Two-Stage Allocation–Transportation Framework with Improved Holistic Swarm Optimization for Port Cargo Transportation Planning. Biomimetics 2026, 11, 667. https://doi.org/10.3390/biomimetics11090667

AMA Style

Lu C, Li Y, Yang L, Liu T, Wang Y, Cai S. A Two-Stage Allocation–Transportation Framework with Improved Holistic Swarm Optimization for Port Cargo Transportation Planning. Biomimetics. 2026; 11(9):667. https://doi.org/10.3390/biomimetics11090667

Chicago/Turabian Style

Lu, Cuihua, Yunsheng Li, Lin Yang, Tangying Liu, Yi Wang, and Shuxiang Cai. 2026. "A Two-Stage Allocation–Transportation Framework with Improved Holistic Swarm Optimization for Port Cargo Transportation Planning" Biomimetics 11, no. 9: 667. https://doi.org/10.3390/biomimetics11090667

APA Style

Lu, C., Li, Y., Yang, L., Liu, T., Wang, Y., & Cai, S. (2026). A Two-Stage Allocation–Transportation Framework with Improved Holistic Swarm Optimization for Port Cargo Transportation Planning. Biomimetics, 11(9), 667. https://doi.org/10.3390/biomimetics11090667

Article Metrics

Back to TopTop