Next Article in Journal
Development of an Efficient CUSUM Control Chart for Monitoring the Scale Parameter of the Inverse Maxwell Distribution in Asymmetric, Non-Normal Process Monitoring with Industrial Applications
Previous Article in Journal
Supercommuting Maps on Incidence Algebras with Superalgebra Structures
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Multi-Objective Emergency Path Planning Based on Improved Nondominant Sorting Genetic Algorithm

1
College of Mechanical and Electrical Engineering, Fujian Agriculture and Forestry University, Fuzhou 350100, China
2
College of Computer and Data Science, Putian University, Putian 351100, China
*
Author to whom correspondence should be addressed.
Symmetry 2025, 17(11), 1818; https://doi.org/10.3390/sym17111818
Submission received: 20 August 2025 / Revised: 24 September 2025 / Accepted: 4 October 2025 / Published: 29 October 2025
(This article belongs to the Section Mathematics)

Abstract

Three-dimensional path planning in emergency logistics is a complex optimization problem, particularly challenging because it requires considering conflicting objectives such as flight time, energy consumption, and obstacle avoidance. Unlike most urban logistics research, this study examines emergency delivery path planning in mountainous environments during natural disasters. One of the most effective approaches to this problem is to employ multi-objective evolutionary algorithms. However, while multi-objective genetic algorithms can handle multiple conflicting objectives, they struggle when dealing with complex constraints. This paper proposes a multi-objective genetic optimization method, Adaptive Crossover-Mutation Multi-Objective Genetic Optimization (ACM-NSGA-II), based on the classic NSGA-II framework. Inspired by the principle of symmetry, this method dynamically adjusts the mutation and crossover rates based on population diversity to maintain a balanced exploration–exploitation trade-off. When population diversity is low, the mutation rate is increased to promote exploration of the solution space; when population diversity is high, the crossover rate is increased to promote better information exchange. The algorithm maintains symmetry by gradually adjusting the step size, balancing adaptability and stability. To address the obstacle avoidance problem, we introduced a dynamic path repair strategy that respects the symmetry of no-fly zone boundaries and terrain features, ensuring the safety and efficiency of Unmanned Aerial Vehicles. This algorithm jointly optimizes three objectives: safety cost, flight time, and energy consumption. The algorithm was tested in a mountainous environment model simulating a remote area. In experiments, ACM-NSGA-II was compared with several mainstream evolutionary algorithms. The Pareto set and hypervolume metrics of each method were recorded and statistically analyzed at a 5% significance level. The results show that ACM-NSGA-II outperforms the baseline algorithms in terms of diversity, convergence, and feasibility. Specifically, compared with the traditional NSGA-II, ACM-NSGA-II improved the average hypervolume metric by 53.39% and reduced the average flight time by 24.26%. ACM-NSGA-II also demonstrated significant advantages over other popular standard algorithms. Experimental results show that it can effectively solve the path planning challenge of emergency logistics Unmanned Aerial Vehicles in mountainous environments.

1. Introduction

With the frequent occurrence of natural disasters and public health emergencies, traditional emergency logistics systems are facing significant challenges [1]. Traffic disruptions, limited communications, and road congestion often hinder the timely and reliable transportation of materials [2]. In such scenarios, unmanned aerial vehicles (UAVs) provide a flexible, miniaturized solution with long-range flight capabilities and strong endurance, making them an ideal tool for emergency logistics [3]. However, deploying UAVs in complex environments, such as mountainous terrain, presents unique challenges due to the need for efficient path planning.
In recent years, the application of drone path planning in emergency logistics has received widespread attention. Various models and algorithms have been proposed to optimize the flight paths of drones, aiming to minimize time and energy consumption, and avoid obstacles and no-fly zones. For example, Murray et al. [4] first proposed a mixed integer programming model for truck-drone collaborative delivery in 2015, with the goal of minimizing the total delivery time; Agatz et al. [5] formalized it as a traveling salesman problem for drones and proposed a heuristic algorithm based on local search and dynamic programming. In addition, companies such as JD.com, SF Express, DHL, and Amazon [6] have successfully integrated drones into their logistics systems, mainly in urban environments. Although more and more research has focused on drone path planning for urban logistics and has made progress [7,8,9], research on path optimization in mountainous areas is still limited, especially in remote mountainous areas (especially emergency logistics) under harsh environments or natural disasters. Drone path planning is still in its infancy. This study aims to remedy this deficiency by applying the improved unstructured genetic algorithm-II (NSGA-II) algorithm (ACM-NSGA-II) to emergency logistics, especially to UAV path planning in complex mountainous environments.
The UAV path planning problem in emergency logistics is inherently complex because it requires optimizing multiple conflicting objectives, such as flight time, energy consumption, and safety. While precise optimization methods can guarantee an optimal solution, they are computationally expensive, especially when dealing with large problem instances or complex terrain, where the computation time increases exponentially. These methods are not suitable for real-time applications where fast decision-making is crucial. In contrast, approximate methods such as genetic algorithms (GAs) and other metaheuristic algorithms have been developed for decades, and the emergence of multi-objective evolutionary algorithms (MOEAs) [10] overcomes the problem that traditional single-objective optimization algorithms are generally unable to effectively solve these conflicting objectives. MOEAs can provide approximate optimal solutions within a reasonable time frame, thereby better handling such complex problems [11,12], making them particularly suitable for real-time UAV path planning.
The NSGA-II algorithm, proposed by Deb (2002), is one of the most representative multi-objective evolutionary algorithms [13]. NSGA-II utilizes a non-dominated sorting and crowding distance mechanism, excelling in solution diversity and convergence, and is capable of handling problems with multiple conflicting objectives [14]. Deb’s work provides new insights into solving multi-objective optimization problems and promotes the application of evolutionary algorithms to complex engineering problems. Compared to earlier multi-objective evolutionary algorithms, NSGA-II exhibits improved convergence and can effectively search for optimal or near-optimal solutions [15]. Given the complexity and dynamic nature of UAV path planning in emergency logistics, where multiple conflicting objectives such as minimizing flight time, energy consumption, and ensuring safety must be optimized simultaneously, the NSGA-II algorithm offers a suitable framework. Numerous studies have demonstrated that NSGA-II can find high-quality solutions in a short computational time, making it particularly suitable for solving large-scale problems [16]. Furthermore, NSGA-II is independent of the specific nature of the problem, making it widely applicable to various multi-objective optimization problems, including drone path planning and production scheduling [17]. Given its proven ability to handle complex optimization tasks, NSGA-II provides a robust solution to the multi-objective path planning challenges posed by emergency logistics. In addition, NSGA-II can also be combined with other algorithms, such as particle swarm optimization (PSO) or simulated annealing (SA), to further improve its performance in specific applications [18]. This ability to adapt and integrate with other methods is crucial for improving the efficiency and effectiveness of UAV path planning in challenging environments.
However, NSGA-II does have some limitations. Although NSGA-II incorporates a crowding distance mechanism to maintain solution diversity, it can still become trapped in local optima in certain situations [19]. This is particularly true when the solution space is complex and contains multiple local extremes, causing NSGA-II to miss the global optimal solution. Furthermore, a major limitation of NSGA-II is its lack of an effective adaptive mechanism. While the algorithm can search the solution space using non-dominated sorting and crowding distance, it exhibits poor adaptability in dynamic environments, such as those with changing constraints or objective functions [20].
In the context of UAV path planning for emergency logistics, particularly in complex mountainous environments, these limitations pose a significant challenge. The need for UAVs to adapt to rapidly changing conditions, such as no-fly zones, obstacles, and fluctuating terrain, makes the use of traditional NSGA-II inadequate for real-time applications. To address these challenges, this paper aims to improve NSGA-II by proposing a variant that can handle complex constraints and dynamic changes in the environment, specifically applied to UAV path planning in emergency logistics. The motivation behind using NSGA-II is rooted in its proven ability to handle multi-objective optimization problems, such as minimizing flight time, energy consumption, and ensuring safety, which are essential in UAV path planning. However, in its standard form, NSGA-II struggles in dynamic, real-time environments where constraints and objectives change unpredictably. To enhance its performance in these challenging scenarios, we propose a multi-objective genetic algorithm, ACM-NSGA-II, with the following key contributions:
First, we propose an adaptive crossover and mutation strategy (ACM) that dynamically adjusts the crossover and mutation probabilities based on the population’s diversity and evolutionary progress. The motivation behind this adjustment is to overcome the issue of premature convergence, which is common in traditional multi-objective evolutionary algorithms, where the population becomes trapped in local optima early in the search process. This issue is particularly problematic in dynamic environments like UAV path planning for emergency logistics, where the search space is complex and evolving. By dynamically modifying the genetic operators based on the population’s state, ACM increases the exploration capability, particularly in the later stages of the search, when the algorithm needs to balance between exploiting known good solutions and exploring new areas. This strategy draws inspiration from the balance between exploration and exploitation in evolutionary search, ensuring a well-rounded exploration of the solution space without sacrificing convergence [21].
Furthermore, we propose an adaptive elite retention strategy that archives the best solutions in each generation, merges them with the current population, and performs non-dominated sorting and deduplication to ensure that the best historical solutions are retained. This innovation is motivated by the realization that traditional multi-objective algorithms that only consider the best solutions in the current generation may miss valuable solutions from previous generations. In dynamic, real-world problems such as drone path planning in emergency logistics, the environment is constantly changing (e.g., obstacles or no-fly zones), so retaining high-quality solutions from previous generations is crucial to maintaining diversity and solution quality. By retaining these elite solutions, we can avoid the gradual loss of diversity and ensure that the best solutions found earlier in the search process are not discarded, which would hinder the algorithm’s ability to adapt to changing conditions [22].
Furthermore, we introduce a dynamic path repair strategy that calculates the relationship between each point on the path and the terrain and no-fly zones, and dynamically adjusts the UAV’s trajectory to avoid these constraints. The motivation behind this strategy is to improve the traditional penalty-based approach, which statically handles constraints, resulting in suboptimal solutions. In real-world UAV path planning, especially in emergency logistics, the environment is constantly changing, and static constraints such as no-fly zones or terrain features must be handled dynamically. Dynamic path repair ensures that the path remains safe, feasible, and efficient by continuously adjusting these constraints during the search process. This innovation goes beyond the rigid penalty function and enables the algorithm to handle constraints more naturally and adaptively to match the dynamic characteristics of UAVs operating in complex environments such as mountainous terrain [23].
Finally, we introduce a dynamic injection and population diversity maintenance strategy. This adaptive injection strategy allows for the introduction of new exploration directions when the population becomes crowded, ensuring that the search does not stagnate. This approach is motivated by the fact that traditional algorithms often suffer from insufficient diversity when the population converges to a local optimum. This lack of diversity can be detrimental because it reduces the algorithm’s ability to explore new, potentially better solutions. By assessing the population’s crowding level and selectively injecting new individuals, we are able to maintain healthy levels of diversity and exploration, preventing the algorithm from getting stuck in local optima and continuously improving the quality of solutions throughout the search.
The remainder of this paper is organized as follows: First, Section 2 introduces the environment modeling and problem description. Then, Section 3 explains the overall framework and core components of the proposed ACM-NSGA-II. Next, Section 4 describes the experimental setup, and presents the empirical study. Finally, Section 5 pro-vides conclusions and prospects for future work.

2. Related Work

2.1. Problem Description

After a natural disaster, road congestion often hinders the timely delivery of relief supplies. This study considers a post-disaster scenario in a mountainous area, where a rechargeable electric drone is deployed from a logistics hub (departure point) to deliver relief supplies. Departing from the hub, the drone navigates complex three-dimensional terrain, avoiding natural obstacles (such as mountains) and restricted areas (such as military airspace and village buildings). It delivers supplies to three designated destinations based on priority and then returns to the logistics hub (departure point) to complete its mission. This paper draws a schematic diagram of the drone delivery mission as shown in Figure 1 for readers to understand.
As shown in Figure 1, a drone takes off from a starting point, carrying emergency supplies, and first flies to a priority 1 area to drop the supplies. The drone then flies to priority 2 and priority 3 destinations. After completing the delivery mission, the drone returns to the starting point from the last destination. This research model is based on the following assumptions:
  • The unmanned aerial vehicle meets all technical requirements for the task;
  • The locations of the logistics distribution points and each receiving point are known;
  • The drone departs with a full charge, the flight speed is pre-set, and no new mission arrangements are accepted after departure;
  • It can perform real-time obstacle avoidance, while weather and emergencies are not considered.
To conduct experiments under ideal conditions, this study used a drone with performance that could fully handle the delivery requirements of the mission, minimizing the impact of objective factors such as drone performance on the research.
Table 1 lists the drone’s performance characteristics derived from the mission requirements, including a maximum payload of 30 kg in dual-battery mode and 40 kg in single-battery mode. With a 30 kg payload, the drone has a flight range of 16 km, an endurance of 18 min, a cruising speed of 20 m/s, and a maximum turning angle of 30°.

2.2. Symbols and Paraments

In this article, we have created a symbol alphabet to clearly and accurately represent the various variables and their relationships within the path planning algorithm. This alphabet not only provides detailed descriptions of the key variables involved in the formulas but also clarifies the physical meaning and mathematical background of each symbol. This alphabet symbol helps readers more intuitively understand the role and interrelationships of each variable within the algorithm, avoiding misunderstandings caused by unclear symbols or vague definitions.

2.3. Environment Modeling

Terrain modeling is a critical component in drone path planning, as flight paths must be planned based on real terrain to ensure the drone avoids collisions with ground obstacles or other elevated objects. The goal of terrain modeling is to generate a virtual Three-dimensional environment using a digital elevation model (DEM) or similar technology [24], allowing accurate simulation of the aircraft’s movements within that environment. Terrain modeling is not limited to the ground surface but can also include topographic features such as buildings, peaks, and canyons. Typically, terrain models must accurately reflect the ground’s Three-dimensional spatial structure, which is crucial for flight path planning. To simulate complex Three-dimensional terrain, various modeling methods can be utilized, such as peak information generation, fractal noise generation, and texture mapping. These methods can effectively generate terrain maps that meet practical requirements, providing sufficient environmental data support for path planning.
The terrain model in this study is generated using peak information and fractal noise. We first simulate the elevation variations of the terrain by generating random peak information. Each peak is described by three parameters: its center, range, and height. Based on this, fractal noise is used to further adjust the randomness of the terrain, making it more similar to natural terrain.
In the specific modeling process, the height of the terrain Z (x, y) is composed of multiple peaks and noise, which can be expressed as:
Z   ( x ,   y )   =   i   =   1 N m h i · exp -   x x i 2   σ x i 2 2 y   -   y i 2   σ y i 2 2   +   η   x ,   y
Here, hi is the height of the i peak, ( x i , y i ) are the center coordinates of the peak, σ x i , σ y i is the horizontal extension of the peak, η (x, y) and is the fractal noise term. N m is the number of peaks. The definitions of variables in all formulas are shown in Table 2.
A no-fly zone is typically considered a cylindrical area, defined by its center, radius, and height. We define a no-fly zone as a cylinder in three-dimensional space. During path planning, the constraints on the cylinder ensure that the aircraft does not enter the no-fly zone by modifying the path.
The geometric constraints of the no-fly zone can be expressed as:
Distance to No-Fly   Zone   Boundary   =   x     x c 2   +   y     y c 2     r
where x c ,   y c is the center coordinate of the no-fly zone, and r is the radius of the no-fly zone. Under these constraints, when the flight path enters the no-fly zone, the algorithm adjusts the flight path through a path repair mechanism to ensure the safety of the aircraft.

2.4. Mathematical Modeling of UAV Path Planning

In mountainous emergency logistics, UAVs encounter significant challenges due to complex terrain, obstacle interference, and the urgency of disaster response. The key task is to deliver relief supplies to target locations efficiently and safely under these constraints. To address this, a comprehensive mathematical model is developed, incorporating five practical constraints: payload capacity, energy limits, turning penalties, obstacle avoidance costs, and penalties related to hovering and time windows. These factors are embedded into a composite fitness function to evaluate path feasibility.
The model aims to simultaneously optimize three conflicting objectives:
  • Minimize total flight time to ensure timely delivery;
  • Minimize energy consumption to improve endurance;
  • Minimize safety cost (i.e., distance from terrain obstacles and no-fly zones) to ensure route safety.
By framing the problem as a multi-objective optimization task, this study offers a robust and adaptable solution for UAV-based logistics in complex, high-risk mountainous environments.

2.4.1. Optimization Goal Definition

In disasters or emergencies, every minute of delay can result in unforeseen losses or harm, making flight time a crucial consideration. Furthermore, extending flight time allows drones to perform more missions without requiring frequent recharging, reducing the need for logistical support and improving mission efficiency. Finally, drone flight safety must be considered to ensure the safety of supplies during transportation and avoid further danger to affected areas or personnel. With these considerations in mind, this study primarily considered three optimization objectives: flight time, energy consumption, and safety costs.
1. Flight Time
The flight time [25] is the time required for the drone to fly from the starting point to each delivery point, assuming that the Unmanned Aerial Vehicle flies at a constant speed. The formula is:
T   =   i   =   1 N p - 1   d i v
In the formula, T indicates the total flight time of the unmanned aerial vehicle, N p indicates the number of points (nodes) in the path, d i indicates the distance between consecutive waypoints or delivery points, v indicates the constant speed of the unmanned aerial vehicle.
This formula calculates the total flight time by summing up the distances between consecutive points and dividing them by the drone’s constant speed.
2. Energy Consumption
Energy consumption [26] is estimated based on the flight time, flight distance, altitude difference, load, and possible climb or descent of the path. In this model, energy consumption varies with flight distance and altitude during flight. The formula is:
E   =   i   =   1   N p -   1   d i   1   +   α   h i   +   1     h i
E indicates the total energy consumption of the unmanned aerial vehicle, α indicates the coefficient representing how much the altitude difference affects the energy consumption, h i , h i   +   1 indicates the altitude of the current and next waypoint.
In this formula, energy consumption is proportional to the flight distance and altitude difference. Changes in altitude (such as climbing or descending) increase energy consumption, especially when there is vertical movement during flight. In addition, a penalty term is generated based on the collision of the path with terrain or no-fly zones.
3. Safety Costs
Safety cost [27] is a core concept in drone path planning. It quantifies the degree to which a path (or a point on a path) is close to obstacles or other dangerous areas, ensuring that the drone avoids collisions during flight. Its main goal is to guide the planning algorithm to generate paths that avoid potential dangers.
C = N p min i = 1 ( z i z terrain ( x i , y i ) ) ,
C indicates the safety cost of the path, zi indicates the z-axis coordinate of the i-th path point, zterrain (xi, yi) indicates the altitude of the terrain at the (xi, yi) coordinates (from the terrain map).
In this study, safety cost is considered as part of the cost function (flight time and energy consumption are optimized together). The closer to the danger, the higher the safety cost; the safer (farther) the danger, the lower the safety cost (usually approaching zero).

2.4.2. Constraint Definitions

1. Load and mass constraints
The total mass of the drone M is composed of the empty mass M0 and the payload at each delivery point mDi. Flight path planning must ensure that the total mass does not exceed the maximum allowable mass Mmax. The formula is:
M   =   M 0   +   i   =   1 3   m D i
2. Energy Consumption Constraints
Because the mission requires flying to three distribution points, delivering supplies, and returning, it is divided into four phases. Since the drone’s payload decreases after arriving at a distribution point to perform a drop, each phase corresponds to a different mass w stage . Furthermore, the energy consumption of each phase is related to the aircraft’s altitude difference, air density, and efficiency factor. The energy consumption formula takes into account climb/descent penalties and propulsion efficiency. The total energy of the flight is the cumulative energy consumption of each phase ∆Ei. The energy consumption of each phase is calculated using the following formula:
Δ E i   =   d i · f i · w stage 25 · η i ,
E flight = i = 1 4   Δ E i
3. Turning penalty
For continuous velocity vectors v1 and v2, a turning penalty θi is calculated and applied. The turning penalty includes an angle squared penalty and an energy-based penalty, which together affect energy consumption. The formula is:
P θ ,   i 1 =   k θ   θ i 2 ,   p θ ,   i 2 =   1   +   0.2 θ i   v 1 2 ,
P θ = i   P θ ,   i 1 +   P θ ,   i 2
4. Obstacle and No-Fly Zone Penalties
The aircraft must maintain a certain safe distance from the ground at every point along its path. If the aircraft’s distance from the ground falls below the set minimum safe altitude, a collision penalty is incurred. The formula is:
P coll , i = C col ( 5 c i ) 2 ,
P coll = i P coll ,   i
No-fly zone: If the path enters the no-fly zone, an obstacle avoidance penalty is imposed. The formula is:
P i , j   =   x i     x j 2   +   y i     y j 2 ,   P nfz , i , j   =   C nfz   δ i ,   j 2
5. Hovering and Time Window Penalty
Hovering Energy Consumption: The drone will hover over each drop point during the delivery process, and this hovering consumes additional energy, as shown in the following formula:
E hover , i   =   t hover   E ˙ hover   w i 25
Time window penalty [28]: If the time required for the drone to reach the delivery point exceeds the preset time window, an overdue penalty will be incurred. This penalty is also intended to ensure that the drone completes the emergency material delivery task as promptly as possible, in line with the timeliness requirements of emergency logistics. The formula is:
P time , i   =   α i   ( T d , i W i )
These constraints ensure the physical feasibility of the flight path and the efficiency of the mission requirements by incorporating multiple factors, including mass, energy consumption, turning penalties, obstacle and no-fly zone penalties, hovering, and time window penalties. In the code, these constraints are dynamically calculated and adjusted across each step of the path to ensure the drone achieves optimal performance in a multi-objective optimization.

3. Proposed Algorithm

In this section, we first introduce the overall framework of the proposed ACM-NSGA-II algorithm. Then, we further explain its key components, namely the adaptive crossover mutation strategy, the dynamic path repair strategy, the dynamic injection and population diversity maintenance strategy.

3.1. General Framework

This section describes the overall process of the proposed ACM-NSGA-II algorithm. The inputs include the population size N and the feature dimension D, and the output is the optimized non-dominated path set NextPop. The overall framework is shown in the pseudocode of Algorithm 1. The algorithm first initializes the population and then enters the main program, performing fitness evaluation, non-dominated sorting, and tournament selection. Crossover and mutation operations are then performed based on population diversity and algebraic decay, adjusting the probabilities of crossover and mutation to generate the next generation of paths (as shown in Algorithm 2). Dynamic path modification is then performed. During path repair, the path is dynamically adjusted based on the distance from the no-fly zone to ensure that the path does not collide with the no-fly zone or terrain (as shown in Algorithm 3). During the environmental selection phase, the current optimal solution is saved and elite selection is performed (as shown in Algorithm 4). Adaptive random injection is then performed. When the population crowding is too low, random individuals are injected to enhance diversity (as shown in Algorithm 5). N representative individuals are then selected as the next generation population using non-dominated sorting and crowding distance. When the termination condition is met (for example, the maximum number of iterations is reached), the algorithm outputs the final set of non-dominated paths.
Algorithm 1. General Framework (N, D)
Input: Population size N, Feature dimension D;
Output: Final population FinalPop;
1: CurrentPop ← Randomly generate N initial solutions; //Initialize the population
2: Gen ← 0; //Generation Counter
3: CurrentArc ← Φ //Archive set
4: While Gen < MaxGen do;
5:   EvaluateFitness (CurrentPop); // Fitness evaluation
6:   [Fronts, Crowding] ← NonDominatedSortAndCrowding (CurrentPop); // Non-dominated sort- ing and crowding distance
7:   ParentsCheampionshipSelection (CurrentPop, Fronts, Crowding); // Tournament Se lection
8:    OffspringAdaptiveCrossoverMutation (Parents); //Adaptive crossover and muta- tion by Algorithm 2
9:   Offspring’DynamicPathRepair (Offspring); // Dynamic path repair by Algorithm 3
10:   [NextPop, CurrentArc, ArchiveUpdatedUpdateArchive (CurrentPop, Offspring’, CurrentArc)]; // ArchiveUpdate by Algorithm 4
11:  if ArchiveUpdated then
12:   NextPopAdaptiveRandomInjection (NextPop, CurrentArc,K); // Adaptive random injection by Algorithm 5
13:   end if
14: End while
15: FinalPop ← NextPop;// Set final population
The overall process is shown in Figure 2, which clearly demonstrates the key steps such as population initialization, iterative update, adaptive crossover and mutation, dynamic path repair and elite retention, and demonstrates the algorithm’s adaptive ability in multi-objective optimization under complex constraints:
Step 1: Build the algorithm environment and configure basic flight information for the Unmanned Aerial Vehicle.
Step 2: Initialize the population and set all relevant parameter values.
Step 3: Check if the maximum number of iterations has been reached.
Step 4: Evaluate the population’s fitness.
Step 5: Non-dominated sorting and crowding distance calculation.
Step 6: Tournament selection mechanism.
Step 7: Adaptive crossover and mutation (Algorithm 2).
Step 8: Dynamic path repair (Algorithm 3).
Step 9: Update the external archive (Algorithm 4).
Step 10: Check if the archive is updated.
Step 11: Adaptive random injection (Algorithm 5).
Step 12: Save Pareto optimal solutions for each generation.
Step 13: Output the final Pareto optimal solutions.

3.2. Adaptive Crossover and Mutation

Traditional crossover and mutation rates are pre-set and cannot be adjusted based on the current population diversity. This can lead to insufficient exploration and, in turn, limit optimization effectiveness. Furthermore, traditional crossover and mutation methods often over-rely on global search and overlook the potential of local search. Local optimization may be effective in the early stages, but when the solution space has already entered a favorable region, excessive crossover and mutation operations can disrupt existing good solutions.
Compared to traditional crossover and mutation methods, adaptive crossover and mutation [29] effectively avoid premature convergence in the early stages by adjusting the crossover and mutation probabilities based on population diversity and generational decay. This process utilizes symmetry principles to ensure balanced exploration and exploitation, adjusting the crossover and mutation rates in such a way that prevents the algorithm from converging too early and allows for a more efficient global search. Furthermore, by adjusting the crossover and mutation ratios based on population diversity, adaptive crossover and mutation maintains population diversity throughout the search process, preventing regression into local optima while improving solution accuracy and quality. This approach has been shown to be more effective for complex optimization problems.
Specifically, as shown in Algorithm 2, this study adopted an adaptive segmented crossover [30] and smooth mutation strategy. Traditional crossover methods may introduce some unreasonable structures in the path (for example, the path may collide with a no-fly zone or terrain after crossing). Segmented crossover, on the other hand, reduces the risk of path unreasonableness by limiting the crossover operation to specific areas of the path. Segmented operations can handle highly nonlinear and complex constraints, thereby providing better optimization solutions. The advantage of smooth mutation is that it can adjust certain points in the path through interpolation and small perturbations, rather than directly changing the entire path. This approach ensures that the mutated path does not deviate significantly from the original path, helping to maintain the smoothness and feasibility of the path. Compared with traditional mutation methods, smooth mutation can avoid drastic changes in the path, reduce the risk of path unreasonableness, and improve the refinement and stability of the optimization process.
Algorithm 2. Adaptive Crossover Mutation (Parents, Gen, MaxGen, CR, MU)
Input: Parents Parents, Current Algebra Gen, Max generations MaxGen, Initial crossover rate CR, Initial mutation rate MU;
Output: Offspring Offspring;
1: OffspringΦ; // Initialize offspring collection
2: R ←AdjustCrossoverRate(Gen, MaxGen, CR);// Adjust crossover rate
3: Pm ←AdjustMutationRate(Gen, MaxGen, MU); // Adjust mutation rate
4: for each pair (P1, P2) from Parents do;
5:   if rand() < R then
6:     [c1, c2]← Crossover (P1, P2); // Perform crossover
7:   end if
8:   c1Mutate (c1, Pm); // Mutate first offspring
9:   c2Mutate (c2, Pm); // Mutate second offspring
10:   Offspring. add (c1); // Add c1 to offspring collection
11:   Offspring. add (c2); // Add c2 to offspring collection
12: end for
13: return Offspring;

3.3. Dynamic Path Repair

In traditional NSGA-II algorithms, the feasibility of path generation typically relies on satisfying constraints, but there is typically no dedicated mechanism to handle conflicts between the path and the environment (no-fly zones, terrain). Failure to meet these constraints can result in unsafe paths, impacting the algorithm’s overall performance. Unlike traditional NSGA-II, dynamic path repair not only optimizes objective functions (such as flight time and energy consumption) but also performs real-time repairs after each generated path based on environmental changes (such as no-fly zones and terrain changes), ensuring that the path consistently meets safety constraints during the optimization process. This ensures that the path planning process does not cross no-fly zones or fall below terrain altitude, thus ensuring flight safety.
The local search strategy in dynamic path repair is a significant difference from traditional NSGA-II. Specifically, local search utilizes two common path optimization methods—1-opt and 2-opt—to perform refined optimization during the path repair process. 1-opt optimizes the total path length by swapping the positions of adjacent points in the path, making it suitable for rapid adjustments and local improvements. 2-opt, on the other hand, eliminates intersections by swapping the connections between two non-adjacent path segments, further optimizing the path structure and achieving more optimal path adjustments. Whenever a conflict occurs during path repair, the algorithm applies both methods simultaneously and selects the optimal optimization result by comparing fitness (e.g., path length, flight time, energy consumption, etc.).
The advantage of the local search method lies in its ability to select the appropriate repair strategy for different types of path conflicts. When applying 1-opt and 2-opt, the algorithm not only considers local optimization but also selects the optimal path to minimize flight time and energy consumption. For example, if a path has large turns, the 1-opt method quickly smooths the path by swapping the order of adjacent nodes. If a path has significant intersections, the 2-opt method can eliminate intersections by adjusting the order of path segments, further optimizing the path structure. Through this local optimization approach, dynamic path repair effectively improves path quality while avoiding over-adjustments and maintaining path integrity.
Furthermore, dynamic path repair employs a symmetry strategy, taking into account the symmetry of environmental constraints during the path repair process. If the terrain or no-fly zone is symmetrical, the repair algorithm attempts to symmetrically adjust both sides of the path to reduce duplicate repairs and over-corrections, further improving computational efficiency. This symmetry strategy not only reduces unnecessary computation but also ensures balanced adjustments on both sides of the path, avoiding over-repairing on one side and under-repairing on the other. This approach enables the algorithm to more efficiently optimize paths in complex environments, ensuring consistency and efficiency during the path repair process.
Dynamic path repair is an incremental repair process that does not require replanning the entire path each time. Each repair only targets the problematic portion of the path, significantly reducing computational overhead and improving algorithmic efficiency. Symmetry ensures that if one part of the path requires adjustment, the other part can be modified in a similar manner, avoiding recalculation and preserving the overall path structure. Specifically, in Algorithm 3, the code implementation uses the RepairPath function to examine each point on the path, calculate the minimum safety margin between the path and the terrain, and make adjustments as needed. When the path approaches a no-fly zone or terrain obstacle, the repair process uses methods such as horizontal push-off and vertical lift to ensure that the path does not collide with the obstacle. By applying a symmetric strategy when possible and making effective adjustments to both sides of the path, the repair process can better adapt to complex environments and optimize the path, considering both local and global constraints.
However, repair operations are limited to localized repairs of the path; they are triggered only when the path collides with an obstacle, such as a no-fly zone or terrain. This avoids unnecessary computation and improves the computational efficiency of the path planning algorithm. Furthermore, by adjusting only the portion of the path that conflicts with an obstacle or no-fly zone, unnecessary over-repairs are avoided, preserving the path’s original structural consistency as much as possible, which helps reduce flight time and energy consumption. A symmetry strategy also plays a role in the repair process, ensuring that adjustments on one side of the path are symmetrical with the other, resulting in a more optimized overall repair process.
Algorithm 3. Dynamic Path Repair (Offspring)
Input: Offspring Offspring;
Output: Repaired offspring Offspring’;
1: Offspring’Φ // Initialize the repaired offspring collection
2: for each x in Offspring do;
3:    if not IsFeasible(x) then;
4:     x ← RepairByHeuristic (x); // Apply heuristic repair
5:   end if;
6:   if LocalImprovementEnabled then;
7:     bestSolution ← x; // Start with the current solution
8:     newSolution1Opt ← Apply1Opt(x); // Apply 1-opt local search
9:     newSolution2Opt ← Apply2Opt(x); // Apply 2-opt local search
10:     if Fitness(newSolution1Opt) < Fitness(bestSolution) then
11:      bestSolution ← newSolution1Opt; // Update best solution if 1-opt is better
12:     end if;
13:     if Fitness(newSolution2Opt) < Fitness(bestSolution) then
14:       bestSolution ← newSolution2Opt; // Update best solution if 2-opt is better
15:     end if;
16:     x ← bestSolution; // Choose the best solution
17:   end if;
18:   Offspring’.add(x); // Add repaired x to the repaired offspring collection
19: end for;
20: Offspring’ ← RemoveDuplicatedAnd Clamp (Offspring); // Remove duplication and maintain boundaries
21: return Offspring’;

3.4. Update Archive and Environmental Selection

Traditional elite retention mechanisms often select individuals based on crowding calculations, which can lead to a loss of diversity among individuals. This is especially true when NSGA-II handles multiple objectives. Crowding can lead to an over-concentration of individuals in certain target areas, neglecting other potentially high-quality solutions. Furthermore, if the environment changes during path planning, traditional elite retention mechanisms cannot effectively update the elite solution set, resulting in some paths that are no longer valid or do not meet the new environmental constraints remaining in the solution set and failing to be updated in a timely manner.
In this study, in Algorithm 4, the elite retention mechanism introduces environmental adaptability updates [31]. When the environment (such as no-fly zones or terrain) changes, the algorithm not only updates the paths but also dynamically updates the elite solution set to ensure that the paths adapt to the new environmental conditions. This dynamic adaptability enables the elite solutions to respond to environmental changes in real time. Path planning not only considers the objective function but also adjusts the paths based on new environmental constraints, ensuring that the paths in the elite solution set always meet environmental requirements. Furthermore, in traditional NSGA-II, elite solutions are typically retained based on the non-dominated ordering of the current generation, without considering past solutions. This algorithm, by retaining historically excellent solutions, aggregates the experience gained throughout the optimization process into a global Pareto set. This allows the algorithm to draw upon historically excellent paths throughout the optimization process, maintaining global search capabilities. By retaining historically excellent solutions, the elite retention mechanism can integrate high-quality solutions from multiple generations, rather than simply the best solution from the current generation. This approach effectively improves the diversity and robustness of the population, helping to find a wider range of optimal solutions within the search space.
Algorithm 4. UpdateArchive (CurrentPop, Offspring’, CurrentArc, N)
Input: Current population CurrentPop, Repaired offspring Offspring’, Current Archive CurrentArc, population size N;
Output: Final population FinalPop, Updated archive UpdateArc, Flag indicating if archive is updated ArchiveUpdated;
1: U ← CurrentPopOffspring’; // Combine parent and offspring
2: EvaluateFitness (U); // Evaluate fitness of the combined population
3: FrontsFastNonDominatedSort(U); // Non-dominated sorting
4: NewArc ← CurrentArc ∪ {All solutions in U at the first level}; // Add new non-dominated solutions to archive
5: NewArcNonDominatedFilter (NewArc); // Remove redundancy and preserve diver- sity
6:  if |NewArc| > ArchiveSizeLimit then;
7:    NewArcTruncateByCrowding (NewArc, ArchiveSizeLimit);
8:  end if;
9: i ← 1
10:   while |FinalPop| + |Fronts [i]| ≤ N do;
11:    FinalPopFinalPopFronts [i]; // Add front solutions to the next generation
12:     ii + 1
13:   end while;
14: Remain ←N − |FinalPop|; // Remaining space in population
15:   if Remain > 0 then;
16:    SortedSortBuCrowdingDescending (Fronts [i]); // Sort by crowding
17:    FinalPopFinalPopSorted [1: Remain]; // Add remaining solutions
18:   end if;
19: ArchiveUpdated ← (NewArcCurrentArc); // Check if the archive is updated
20: CurrentArcNewArc; // Update the archive
21:   if ArchiveUpdated then;
22:    Call AdaptiveRandomInjection(FinalPop, CurrentArc, K); // Algorithm 5
23:   end if;
24: return FinalPop, CurrentArc, ArchiveUpdated;

3.5. Adaptive Random Injection

The traditional NSGA-II algorithm, based on population selection and crossover mutation during the search process, may over-search within known areas and overlook other potentially high-quality solutions. The lack of a mechanism to force the introduction of new solutions limits the search space during optimization, potentially missing out on better solutions. Especially in no-fly zones and when terrain constraints are complex, once the population converges on a local area, the optimization process stalls and fails to effectively explore uncovered areas.
Adaptive random injection promotes a broader exploration of the solution space. The introduction of new individuals provides the algorithm with more possible solution paths, helping the optimization process to move beyond the current solution space and into un-explored areas. This maintains population stability and avoids over-reliance on local solutions. Incorporating symmetrical patterns in the injected solutions can further enhance this effect, allowing the algorithm to explore solutions that reflect similar characteristics in different parts of the search space, thus improving overall search efficiency. Adaptive random injection effectively avoids premature convergence by continuously injecting new random solutions. The addition of new solutions provides the algorithm with more opportunities for global exploration, making the optimization process more resilient and enabling it to escape the trap of local optimal solutions.
The adaptive random injection is divided into two parts: guided injection and random injection. The guided injection process selects individuals from the archive and perturbs them, introducing high-quality, archive-based variants to explore different regions of the solution space. This method constitutes about 60% of the injected individuals, with their variations guided by previously discovered solutions. The remaining 40% of individuals are generated randomly to increase exploration, promoting diversity and preventing the optimization process from getting stuck in local optima.
This approach leverages the synergy between archive-based guidance and random injection to improve the algorithm’s capability to explore diverse areas in the search space. This mechanism ensures that when population diversity is low, the algorithm increases the number of randomly injected solutions, providing more opportunities for the exploration of new paths. On the other hand, when diversity is high, the algorithm relies more on archive-based solutions, focusing on fine-tuning the population around high-quality regions. This adaptive mechanism helps in maintaining a balance between exploration and exploitation, preventing premature convergence while ensuring path feasibility and security in dynamic environments.
In this study, in Algorithm 5, the number of randomly injected individuals is related to the population crowding level. When diversity is insufficient, the number of injected individuals is increased accordingly. This adaptive mechanism effectively improves the diversity of the population. This approach effectively avoids the limitations of traditional NSGA-II, improving population diversity, preventing premature convergence, enhancing global search capabilities, and better maintaining path security and feasibility in dynamic environments, while leveraging symmetry to ensure a more balanced exploration.
Algorithm 5. AdaptiveRandomInjection (CurrentPop, CurrentArc, K)
Input: Current population CurrentPop, Current Archive CurrentArc, Injection number K;
Output: Final population FinalPop;
1: Candidates ← SelectCandidatesForReplacement (CurrentPop); // Select K permutations
2: n_guided ← ceil (k * 0.6); // 60% generated by archive reorganization
3: n_guided ← k − n_guided; // 40% generated randomly
4: NewSols ← Φ
5: for i = 1 to n_guided do;
6:  a ←SampleFromArchive (CurrentArc); // Sample high-quality individuals from archive
7:  b ←Perturb (a); // Apply perturbation
8:  NewSols.add (RepairIfNeeded (b)); // Apply repair if necessary
9: end if
10: for i = 1 to n_random do;
11:  rRandomInit (1); // Generate random individuals
12:  NewSols. add (r); // Add random individuals to NewSols
13: end for;
14: FinalPopReplace (CurrentPop, Candidates [1: k], NewSols); // Replace candidates with new solu-tions
15: return FinalPop; // Return the updated population

3.6. More Discussions

This section provides a theoretical analysis of several commonly used crossover operator combinations in genetic algorithms proposed in the recent literature [32]. These combinations include PMX + PBX, PMX + OX2, PMX + OX1, and PBX + OX2. These combinations will be explored in the context of emergency path planning for drones. This path planning involves optimizing multiple objectives, such as flight time, energy consumption, and safety costs, while also adhering to constraints such as terrain restrictions, no-fly zones, and altitude requirements.
1. PMX + PBX
PMX (Partially Mapped Crossover) ensures that the offspring maintains a feasible order of waypoints, preventing duplication. PBX (Position-Based Crossover), on the other hand, focuses on preserving relative positions of genes in the offspring, which is useful for maintaining critical point sequences like delivery points and start/end locations.
Application to UAV Path Planning: This combination can be effective in maintaining sequence integrity while also adjusting intermediate waypoints. By preserving the order and positions of critical waypoints, this combination can help generate valid and optimized flight paths while reducing energy consumption and flight time.
2. PMX + OX2
PMX prevents duplication of waypoints, while OX2 (Two-Point Order Crossover) ensures that the order of genes between the two crossover points is maintained. This allows for better exploration of the search space while maintaining the overall order of the path.
Application to UAV Path Planning: This combination may be particularly useful when the path sequence is highly important, such as ensuring that a drone follows a specific delivery sequence while avoiding obstacles or no-fly zones. It can optimize the path length while respecting the flight constraints.
3. PMX + OX1
Similarly to PMX + OX2, OX1 focuses on the order of the sequence by crossing paths at a single point, while PMX ensures that the resulting offspring maintains a valid order without duplication.
Application to UAV Path Planning: In scenarios where sequence preservation is crucial (e.g., delivery points), this combination allows for the generation of diverse offspring while maintaining path legality. It can effectively optimize flight time and energy consumption by adjusting the non-fixed segments of the path.
4. PBX + OX2
PBX preserves the relative positions of genes, while OX2 maintains the order between crossover points, allowing for more global exploration of the search space without disturbing critical waypoints.
Application to UAV Path Planning: This combination might be particularly useful in cases where there are multiple delivery points to be visited, but the overall order of visit matters more than the exact path taken. It allows exploration while preserving feasibility with respect to key constraints like no-fly zones and terrain limitations.
Each crossover combination presents distinct theoretical advantages depending on the nature of the UAV path planning problem. By selecting the appropriate crossover method, it is possible to explore the solution space more effectively while maintaining feasible paths that satisfy the problem’s constraints. In future work, we will test these combinations in UAV path planning experiments to evaluate their effectiveness in optimizing for multiple objectives, including flight time, energy consumption, and safety margin.

4. Experimental Design and Result Analysis

4.1. Experimental Setups

The experimental scenario is set in a three-dimensional terrain space of size [100, 100, 100]. The terrain is generated using a simulated mountain environment based on Equation (1). The pure terrain map is shown in Figure 3. The logistics distribution center, serving as the departure and return point, is located at coordinates (10, 10, 20) and is marked by a cyan circle. The three distribution points corresponding to the disaster relief areas are located at (80, 80, 20), (80, 20, 20), and (20, 80, 20), represented by orange, purple, and olive circles, respectively. The two restricted areas represent military control zones or no-fly zones and are modeled as cylinders with a radius of 9 and a maximum height of 60, with centers at (15, 40) and (55, 45), respectively.
Key parameters in the ACM-NSGA-II algorithm include the population size (N), the number of iterations (Gen), the initial crossover rate (CR), and the initial mutation rate (MU). Although this paper employs an adaptive crossover and mutation process, both the initial crossover rate and the initial mutation rate have specific values, and their impact on the algorithm’s optimization performance must be considered. For smaller problems, genetic algorithms typically use a population size of 100 or less and approximately 100 iterations. The crossover rate is typically set between 0.6 and 0.9, and the mutation rate is typically set between 0.01 and 0.1 [33]. Due to the large number of parameters, this paper uses the Taguchi experimental method to determine the optimal parameter combination and designs corresponding orthogonal experiments [34]. The corresponding levels of each parameter are shown in Table 3.
The Taguchi method avoids repeated testing of certain parameter combinations. Through orthogonal design, a wider range of experimental conditions can be covered, resulting in nine combinations. However, the ODS (Optimization Result Performance Index) index can fluctuate due to factors such as the randomness of the genetic algorithm. Therefore, three calculations were performed on each combination to obtain the average ODS value, as shown in Table 4.
We analyze the average ODS value for each group and plot the parameter results in a line chart, as shown in Figure 4. This chart shows the impact of different parameter combinations on the optimization results. By observing the average ODS value for each parameter (N, Gen, CR, MU), we can select the optimal parameter combination. The higher the ODS, the better the optimization results. Therefore, when selecting parameters, it is generally recommended to choose a combination with a higher ODS value, as this indicates that the algorithm performs better with that parameter combination and is more likely to achieve the optimization goal. From the trend of the line in the experimental results, we can also see that increasing the population size has a positive effect on the optimization in the specific scenario of this study. However, considering the low complexity of the task model and the small scale of the problem, in order to save computing resources and time while ensuring the optimization effect, I chose a relatively small population size parameter. This choice can not only obtain sufficient optimization results within a reasonable time range, but also effectively reduce the computing cost and avoid unnecessary computing overhead caused by an overly large population. Therefore, no experimental discussion on a larger population was conducted.
Based on the above parameter settings, the optimal recommended parameter combination is: N = 60, Gen = 100, CR = 0.9, and MU = 0.09. This combination ensures good results while optimizing the algorithm’s convergence speed. Furthermore, we found that the default parameter settings of 0.03MU and 0.9CR (the most common predefined combination) did not achieve optimal results for this experimental model. Therefore, we believe that using these default crossover and mutation rates is not optimal from the perspective of solution quality and time complexity. Reasonable parameter selection should be made based on the actual application scenario and task model.
In addition to some internal algorithm parameters, some model framework parameters also need to be set. To simulate mountainous terrain, the number of peaks is set to 10, and the coordinates of the starting point, release point, and no-fly zone are set as shown in Table 5.
To comprehensively evaluate the performance improvements of the proposed method, we selected three representative multi-objective optimization algorithms: standard NSGA-II, MOPSO, and MOEA/D as baselines. For fairness and consistency, all four algorithms were run under the same experimental conditions. To ensure statistical significance, each algorithm was independently run 30 times under the same environment settings.

4.2. Analysis of Experimental Results

To provide a comprehensive assessment of the performance advantages of the proposed ACM-NSGA-II algorithm for unmanned aerial vehicle path planning in complex mountainous environments, this section presents an in-depth analysis from four key perspectives: path visualization, Pareto solution distribution, hypervolume (HV) metric, and statistical significance testing. The proposed algorithm is compared with three classic multi-objective optimization algorithms: standard NSGA-II, MOPSO, and MOEA/D. To ensure the objectivity and robustness of the evaluation, each algorithm was independently executed 30 times.

4.2.1. Path Visualization

Figure 5 illustrates the global optimal paths generated by the four algorithms in a representative run. The ACM-NSGA-II route (red line) and those of NSGA-II (green), MOEA/D (yellow), and MOPSO (purple) all successfully navigate through the three designated delivery points while avoiding prohibited areas.
The no-fly zones are rendered in a nearly transparent color to facilitate visual inspection of the drone’s flight path when flying behind them, avoiding blind spots. In order to provide a more comprehensive presentation, Figure 6 shows the global optimal paths generated by the four algorithms in a typical run from a top view. In the top-down view, the no-fly zones are darker in color because, from a bird’s-eye view, the nearly transparent no-fly zones are difficult to distinguish from the surrounding terrain. Therefore, the darker color was chosen to distinguish them. However, Figure 5 and Figure 6 show the same no-fly zone.
Figure 5 and Figure 6 shows the UAV paths generated by different algorithms under the same complex terrain, obstacle, and no-fly zone configuration. Among all methods, the ACM-NSGA-II algorithm generates the most reasonable path. The path closely follows the terrain contours, maintains a safe altitude margin, and generates the smoothest and most coherent route based on flight inertia. This minimizes energy consumption and flight time while avoiding collisions with obstacles, meeting the objectives of emergency logistics. This path demonstrates good flexibility and stability when traversing narrow feasible corridors and bypassing complex obstacles. The generated trajectory is smooth and continuous, with high search accuracy and adaptability to constraints. In contrast, the path generated by the standard NSGA-II algorithm is overly conservative, maintaining a large distance from obstacles and no-fly zones. While ensuring feasibility, this increases path length and energy consumption, resulting in reduced planning efficiency. The path generated by the MOPSO algorithm also exhibits some fluctuations, with some sections slightly winding, while others are overly conservative, maintaining a large distance from obstacles and no-fly zones, resulting in reduced planning efficiency. The trajectory generated by the MOEA/D algorithm exhibits significant fluctuations, large turns, and frequent vertical deviations, resulting in an unstable path structure, which may affect the continuity and dynamic feasibility required for practical UAV flight control.
In summary, ACM-NSGA-II outperforms the other three algorithms in terms of path planning accuracy, constraint handling capabilities, and trade-offs between optimization objectives. The generated paths not only meet the feasibility requirements for UAV flight but also minimize flight time and energy consumption, demonstrating the robustness and practicality of the proposed method in complex environments.

4.2.2. Pareto Solution Distribution

To further compare the solution distribution characteristics of the proposed algorithm with those of mainstream multi-objective optimization methods, Figure 7 shows the Pareto first-level solutions obtained by ACM-NSGA-II, MOPSO, MOEA/D, and NSGA-II in a single independent run. The three optimization objectives are safety cost, flight time, and energy consumption with a penalty term.
As shown in Figure 7, the solution generated by ACM-NSGA-II lacks a safety cost advantage. This is because emergency logistics prioritizes timeliness, and drones often choose riskier routes to deliver emergency supplies more quickly. However, it does have significant advantages in terms of energy consumption and flight time. However, the energy consumption and flight time comparisons between the four algorithms in the figure are unclear. To more clearly demonstrate the differences in energy consumption and flight time between ACM-NSGA-II and the standard NSGA-II, MOPSO, and MOEA/D algorithms, Figure 8 plots the two-dimensional optimization objective diagram.
In Figure 8, flight time is used directly as the vertical axis because the magnitude differences between the algorithms are relatively small. The differences in flight time can be clearly observed in the figure. According to statistical data, ACM-NSGA-II reduces flight time by 18.24% compared to MOEAD, and ACM-NSGA-II reduces flight time by 20.61% compared to MOPSO.ACM-NSGA-II reduces flight time by 24.26% compared to NSGA-II.
However, due to the significant differences in energy consumption between the algorithms, the horizontal axis data has been logarithmically transformed. Scaling large values can reduce significant differences between data points, thereby enhancing the visualization of algorithm characteristics. While the energy consumption penalty factor is included, the numerical range is relatively wide. However, it is clear that the ACM-NSGA-II algorithm reduces energy consumption by at least one to two orders of magnitude compared to the other algorithms.
As shown in Figure 8, the ACM-NSGA-II algorithm significantly outperforms the other three algorithms in terms of energy consumption and flight time, demonstrating its excellent global search capability within the effective solution domain and highlighting its strong potential in emergency logistics scenarios.

4.2.3. Hypervolume Metric

To comprehensively evaluate the performance of various algorithms for multi-objective optimization in path planning problems, this study used the hypervolume (HV) metric as the primary evaluation criterion. Hypervolume not only measures the convergence of a solution set but also reflects its diversity, and is therefore widely considered one of the most representative performance metrics in multi-objective optimization.
Figure 9 shows the normalized hypervolume evolution curves of each algorithm in a single representative run. The ACM-NSGA-II curve (red) generally outperforms NSGA-II (green), MOEA/D (blue), and MOPSO (magenta). Overall, the SCM-NSGA-II algorithm exhibits excellent convergence from the very beginning and quickly stabilizes within approximately 20 iterations. Around iteration 30, the convergence results shift slightly upward, ultimately stabilizing the hypervolume value at around 0.67. This result significantly outperforms the other three algorithms, demonstrating its superior performance in terms of solution accuracy and breadth of distribution. In contrast, the standard NSGA-II algorithm showed a convergence trend initially, but gradually plateaued with increasing iterations, with the optimal hypervolume value stabilizing at around 0.43. This reflects its susceptibility to local optima and limited optimization capabilities. The MOPSO algorithm also exhibited rapid convergence early on, but plateaued after approximately 20 generations, ultimately stabilizing its hypervolume value at around 0.44. The MOEA/D algorithm also exhibited early convergence, reaching a plateau at approximately 20 generations and rising slightly at approximately 30 generations.
To minimize the impact of random errors on the experimental data, each algorithm was independently run 30 times with the same parameter settings, and the normalized hypervolume values were recorded. The statistical results are shown in Table 6. As can be seen from the table, the proposed ACM-NSGA-II outperforms all other compared algorithms in terms of average hypervolume value. Specifically, its average hypervolume reached 0.6797, an improvement of 53.39% over NSGA-II, 48.61% over MOPSO, and 60.11% over MOEA/D. Therefore, ACM-NSGA-II demonstrates significant advantages in both solution quality and stability. Furthermore, its standard deviation is the smallest compared to the other algorithms, indicating less performance volatility and strong robustness across multiple runs.
Comparing experimental results, we found that the proposed algorithm significantly outperformed other algorithms in terms of the hypervolume metric. This demonstrates that the solution set generated by our algorithm not only exhibits outstanding convergence in multi-objective optimization but also exhibits significant advantages in solution diversity. The higher hypervolume value reflects our algorithm’s ability to more comprehensively explore the objective space and find more optimal solutions, demonstrating its superior performance in path planning problems.

4.2.4. Statistical Significance Testing

A statistical significance test is a statistical method used to assess whether sample data supports a hypothesis. This test can determine whether an observed effect or difference in the sample data is likely due to chance, or whether there is sufficient evidence to support the existence of the effect or difference. To further evaluate the statistical significance of the performance advantage of the proposed ACM-NSGA-II algorithm, this study conducted two-sample t-tests and Mann–Whitney U tests on the normalized hypervolume values obtained from 30 independent runs at a 5% significance level. Furthermore, this study used boxplots to visualize the distribution of algorithm performance, as shown in Figure 10. The blue box used in the figure represents the outer frame of the box plot, and the red line represents the median of the data. The shape of the blue box shows the interquartile range of the data, and the black horizontal line represents the extreme values of the data.
As can be seen from Figure 10, the median of the MOEA/D algorithm is relatively low, approximately 0.45, and there are obvious outliers. The slightly larger interval width indicates that the performance of this algorithm fluctuated to some extent across the 30 experiments. MOPSO also has a lower median, but compared to MOEA/D, its results are more consistent, with a narrower box and less fluctuation, meaning its performance is more stable. NSGA-II has a higher median than both MOEAD and MOPSO, indicating better overall performance. However, the wider box width indicates that the performance of this algorithm fluctuates significantly. ACM-NSGA-II has the highest median, close to 0.68, and performs significantly better than the other three algorithms. Its narrow interval indicates stable results, excellent performance, and the best overall performance. The distribution of hypervolume values is the smallest, making it the most effective of the four algorithms.
In this study, we used a nonparametric statistical test, the Wilcoxon signed-rank test, to compare the performance of the proposed algorithm with the baseline algorithm. Compared to parametric tests (such as the t-test), this method does not require the performance difference data to follow a normal distribution, making it more robust and applicable. The null hypothesis (H0) is that the median performance difference between the two algorithms is zero. By calculating the performance difference for all paired samples and performing a rank test based on their absolute values, we can determine whether the observed performance advantage is significantly greater than that explained by random chance.
Statistical analysis results show that the p-values obtained from the Wilcoxon signed-rank test for the proposed algorithm ACM-NSGA-II and the other standard algorithms MOEAD, MOPSO, and NSGA-II in the mountain model are all less than 0.05 (p < 0.05 is generally considered the standard for rejecting the null hypothesis and indicating statistical significance). This result strongly confirms that the proposed algorithm achieves statistically significant performance improvement over the baseline algorithm. To more intuitively present the pairwise comparison results for all algorithms, a table of exact p-values is provided in Table 7. The table clearly shows the significant differences between the improved algorithm and the other algorithms.
The table shows the comparison results between ACM-NSGA-II and three algorithms (MOEAD, MOPSO, and NSGA-II). The p-values for all algorithm comparisons are well below 0.05. Specifically, the p-values for ACM-NSGA-II versus MOEAD, MOPSO, and NSGA-II are 3.0142 × 10−11, 3.0085 × 10−11, and 3.0104 × 10−11, respectively. This indicates that the differences between ACM-NSGA-II and the other algorithms are highly statistically significant, far exceeding the typical significance level (p < 0.05), further demonstrating the superiority of ACM-NSGA-II in optimization performance.
Overall, both the box plot visualization and statistical test results indicate that the proposed improved algorithm not only provides higher solution quality for multi-objective Unmanned Aerial Vehicle path planning but also exhibits superior stability and optimization capabilities compared with the classical method.

5. Conclusions

In summary, the ACM-NSGA-II algorithm has made significant progress in multi-objective optimization for last-mile drone delivery in mountainous areas. By integrating innovative features such as an adaptive crossover and mutation strategy, dynamic path repair, and dynamic injection, this approach achieves superior performance in minimizing flight time and energy consumption. Specifically, compared to the traditional NSGA-II, ACM-NSGA-II improves the average overcapacity index by 53.39% and reduces the average flight time by 24.26%. The algorithm’s superior global search capabilities and ability to efficiently overcome complex environmental constraints demonstrate its potential for practical application in emergency logistics. We also found that the preset parameter settings of 0.03MU and 0.9CR (the most common predefined combination) did not achieve optimal results for this experimental model. Therefore, we believe that using this preset crossover and mutation rate is suboptimal from the perspective of solution quality and time complexity.
Future work will focus on applying this algorithm to real-world scenarios, including integrating it with drone swarms for collaborative delivery and exploring synergies with 6G networks to enhance long-distance logistics capabilities. These advances aim to further enhance the system’s robustness, scalability, and real-time adaptability in dynamic, heterogeneous environments. Additionally, we plan to include a comparative analysis of different crossover operator combinations (such as PMX + PBX + OX2 + OX1) within the UAV path planning framework. These advances aim to further enhance the system’s robustness, scalability, and real-time adaptability in complex, heterogeneous environments.

Author Contributions

Conceptualization, H.X. and Y.Y.; Data curation, Y.Y.; Formal analysis, Y.Y.; Funding acquisition, H.X.; Investigation, Y.Y.; Methodology, H.X. and Y.Y.; Project administration, H.X. and Y.Y.; Resources, H.X. and C.T.; Software, H.X. and Y.Y.; Supervision, H.X. and C.T.; Validation, Y.Y.; Visualization; Y.Y.; Writing—original draft; Y.Y.; Writing—review and editing, H.X. and Y.Y. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by National Natural Science Foundation of China under Grant 62103209, by Research Projects of Putian University under Grant 2024175, by Natural Science Foundation of Fujian Province under Grant 2020J05213.

Data Availability Statement

The data presented in this study are available on request from the corresponding author.

Acknowledgments

This work was supported by National Natural Science Foundation of China under Grant 62103209, by Research Projects of Putian University under Grant 2024175, by Natural Science Foundation of Fujian Province under Grant 2020J05213.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Yang, H.; Zhang, P.; Zhang, P.; Zhang, C.; Yan, X. Optimization of a two-stage emergency logistics system considering public psychological risk perception under earthquake disaster. Sci. Rep. 2024, 14, 31983. [Google Scholar] [CrossRef]
  2. Saleh, H.; Sayad, M.; Alghazi, A.; Almoghathawi, Y. A Scenario-Based Approach to the Implementation of Refueling Stations in Drone-Based non-Emergency of Blood Supply Transportation. Arab. J. Sci. Eng. 2024, 50, 11167–11194. [Google Scholar] [CrossRef]
  3. Pala, O.M.; Yavas, V.; Ozen, O.D.Y. Drivers and barriers of unmanned aerial vehicles in emergency logistics operations. Technol. Soc. 2025, 82, 102894. [Google Scholar] [CrossRef]
  4. Murray, C.C.; Chu, G.A. The flying sidekick traveling salesman problem: Optimization of drone-assisted parcel delivery. Transp. Res. Part C Emerg. Technol. 2015, 54, 86–109. [Google Scholar] [CrossRef]
  5. Agatz, N.; Bouman, P.; Schmidt, M. Optimization approaches for the traveling salesman problem with drone. Transp. Sci. 2018, 52, 965–981. [Google Scholar] [CrossRef]
  6. Henaway, M. Amazon’s distribution space: Constructing a ‘labour fix’ through digital Taylorism and corporate Keynesianism. ZFW—Adv. Econ. Geogr. 2023, 67, 202–216. [Google Scholar] [CrossRef]
  7. Peng, C.; Qiu, S. A decomposition-based constrained multi-objective evolutionary algorithm with a local infeasibility utilization mechanism for UAV path planning. Appl. Soft Comput. 2022, 118, 108495. [Google Scholar] [CrossRef]
  8. Zhang, C.; Zhou, W.; Qin, W.; Tang, W. A novel UAV path planning approach: Heuristic crossing search and rescue optimization algorithm. Expert Syst. Appl. 2023, 215, 119243. [Google Scholar] [CrossRef]
  9. Hong, S.; Zang, J.; Wang, Z. The Delivery Time Performance Study of a Novel Collaborative Delivery System Integrating Drones and Ground Public Transit for Urban Last-Mile Delivery. J. Adv. Transp. 2025, 5, 3995437. [Google Scholar] [CrossRef]
  10. Zizler, E.; Deb, K.; Thiele, L. Comparison of multiobjective evolutionary algorithms: Empirical results. Evol. Comput. 2000, 8, 173–195. [Google Scholar] [CrossRef]
  11. Xu, H.; Zeng, W.; Zeng, X.; Yen, G.G. An Evolutionary Algorithm Based on Minkowski Distance for Many-Objective Optimization. IEEE Trans. Cybern. 2019, 49, 3968–3979. [Google Scholar] [CrossRef]
  12. Xu, H.; Huang, C.; Wen, H.; Yan, T.; Lin, Y.; Xie, Y. A Hybrid Initialization and Effective Reproduction-Based Evolutionary Algorithm for Tackling Bi-Objective Large-Scale Feature Selection in Classification. Mathematics 2024, 12, 554. [Google Scholar] [CrossRef]
  13. Deb, K.; Pratap, A.; Agarwal, S.; Meyarivan, T. A fast and elitist multiobjective genetic algorithm: NSGA-II. IEEE Trans. Evol. Comput. 2002, 6, 182–197. [Google Scholar] [CrossRef]
  14. Ma, Y.; Li, B.; Huang, W.; Fan, Q. An Improved NSGA-II Based on Multi-Task Optimization for Multi-UAV Maritime Search and Rescue under Severe Weather. J. Mar. Sci. Eng. 2023, 11, 781. [Google Scholar] [CrossRef]
  15. Zhang, Q.; Li, H. MOEA/D: A Multiobjective Evolutionary Algorithm Based on Decomposition. IEEE Trans. Evol. Comput. 2007, 11, 712–731. [Google Scholar] [CrossRef]
  16. Xu, B.; Zhou, F.; Xu, Y.; Xu, H.; Xu, K. Improved NSGA-II for the minimum constraint removal problem. Int. J. Embed. Syst. 2021, 14, 111992. [Google Scholar] [CrossRef]
  17. Debnath, D.; Vanegas, F.; Sandino, J.; Hawary, A.F.; Gonzalez, F. A Review of UAV Path-Planning Algorithms and Obstacle Avoidance Methods for Remote Sensing Applications. Remote Sens. 2024, 16, 4019. [Google Scholar] [CrossRef]
  18. Zhou, T.; Zhou, Z.; Qiu, H.; Niu, B.; Yue, G.X.-G.; Pedrycz, W. Two-stage knowledge-assisted coevolutionary NSGA-II for bi-objective path planning of multiple unmanned aerial vehicles. Swarm Evol. Comput. 2024, 90, 101680. [Google Scholar] [CrossRef]
  19. Wang, J.; Xu, L.; Sun, S.; Ma, Y.; Yu, G. Multi-objective optimization using improved NSGA-II for integrated process planning and scheduling problems in a machining job shop for large-size valve. PLoS ONE 2024, 19, 0306024. [Google Scholar] [CrossRef]
  20. Yu, Z.; Fan, Q.; Zurada, J.M.; Peng, J.; Li, H.; Wang, J. Solving sparse multi-objective optimization problems via dynamic adaptive grouping and reward-penalty sparse strategies. Swarm Evol. Comput. 2025, 94, 101881. [Google Scholar] [CrossRef]
  21. Okon, I.E.; Sun, Y. Tracking Variable Fitness Landscape in Dynamic Multi-Objective Optimization Using Adaptive Mutation and Crossover Operators. IEEE Access 2020, 8, 188927–188937. [Google Scholar] [CrossRef]
  22. Zhong, R.; Cao, Y.; Houssein, E.H.; Yu, J.; Munetomo, M. SFE-EANDS: A simple, normalized distance-based selectionfast, and efficient algorithm with external archive and normalized distance-based selection for high-dimensional feature selection. Clust. Comput. 2025, 28, 285. [Google Scholar] [CrossRef]
  23. Song, Z.; Zhang, J.; Tian, W.; Soares, C.G. A novel anytime repairing A∗ path planning methodology in dynamic marine environments considering Sulfur Emission Control Areas. Ocean Eng. 2025, 332, 121332. [Google Scholar] [CrossRef]
  24. Khan, R.H.N.; Kumar, V.S. Terrestrial LiDAR derived 3D point cloud model, digital elevation model (DEM) and hillshade map for identification and evaluation of pavement distresses. Results Eng. 2024, 23, 102680. [Google Scholar] [CrossRef]
  25. Techy, L.; Woolsey, C.A. Minimum Time Path Planning for Unmanned Aerial Vehicles in Steady Uniform Winds. J. Guid. Control Dyn. 2009, 32, 1736–1746. [Google Scholar] [CrossRef]
  26. Na, Y.; Li, Y.; Chen, D.; Yao, Y.; Li, T.; Liu, H.; Wang, K. Optimal Energy Consumption Path Planning for Unmanned Aerial Vehicles Based on Improved Particle Swarm Optimization. Sustainability 2023, 15, 12101. [Google Scholar] [CrossRef]
  27. Du, W.; Wang, J.; Liu, J.; Wang, H.; Zhou, J.; Mei, C. Optimizing emergency supply storage locations in urban flood disasters from the perspectives of cost and safety. J. Hydrol. 2025, 661, 133722. [Google Scholar] [CrossRef]
  28. Haga, S.; Nakajima, K.; Kimura, T. Chaotic Search Method Using Effective Adaptive Time Penalty Coefficients for Vehicle Routing Problem with Time Windows. J. Signal Process. 2024, 28, 111–114. [Google Scholar] [CrossRef]
  29. Larrea, A.S.; Castellanos, Q.M.; Figueroa, R.O. An Experimental Study of Strategies to Control Diversity in Grouping Mutation Operators: An Improvement to the Adaptive Mutation Operator for the GGA-CGT for the Bin Packing Problem. Math. Comput. Appl. 2025, 30, 31. [Google Scholar] [CrossRef]
  30. Zhu, J.; Pan, D. Improved Genetic Algorithm for Solving Robot Path Planning Based on Grid Maps. Mathematics 2024, 12, 4017. [Google Scholar] [CrossRef]
  31. Zhang, C.; Wang, L.; He, K. Cloud service composition optimization based on service association impact and improved NSGA-II algorithm. Sci. Rep. 2025, 15, 26001. [Google Scholar] [CrossRef]
  32. Bolotbekova, A.; Hakli, H.; Beskirli, A. Trip route optimization based on bus transit using genetic algorithm with different crossover techniques: A case study in Konya/Türkiye. Sci. Rep. 2025, 15, 2491. [Google Scholar] [CrossRef] [PubMed]
  33. Hassanat, A.; Almohammadi, K.; Alkafaween, E.; Abunawas, E.; Hammouri, A.; Prasath, V.B.S. Choosing Mutation and Crossover Ratios for Genetic Algorithms—A Review with a New Dynamic Approach. Information 2019, 10, 390. [Google Scholar] [CrossRef]
  34. Li, X.; Guo, A.; Yin, X.; Tang, H.; Wu, R.; Zhao, Q.; Li, Y.; Wang, X. A Q-learning improved differential evolution algorithm for human-centric dynamic distributed flexible job shop scheduling problem. J. Manuf. Syst. 2025, 80, 794–823. [Google Scholar] [CrossRef]
Figure 1. Schematic diagram of drone flight delivery mission.
Figure 1. Schematic diagram of drone flight delivery mission.
Symmetry 17 01818 g001
Figure 2. Improved NSAG-II algorithm flow chart.
Figure 2. Improved NSAG-II algorithm flow chart.
Symmetry 17 01818 g002
Figure 3. Three-dimensional Simulation Topographic Map.
Figure 3. Three-dimensional Simulation Topographic Map.
Symmetry 17 01818 g003
Figure 4. Parameter experiment result diagram.
Figure 4. Parameter experiment result diagram.
Symmetry 17 01818 g004
Figure 5. The optimal path comparison diagram of each algorithm.
Figure 5. The optimal path comparison diagram of each algorithm.
Symmetry 17 01818 g005
Figure 6. Top view of the optimal path comparison of each algorithm.
Figure 6. Top view of the optimal path comparison of each algorithm.
Symmetry 17 01818 g006
Figure 7. Sparse First-Front comparison diagram of each algorithm.
Figure 7. Sparse First-Front comparison diagram of each algorithm.
Symmetry 17 01818 g007
Figure 8. Sparse First-Front algorithm comparison Two-dimensional graph.
Figure 8. Sparse First-Front algorithm comparison Two-dimensional graph.
Symmetry 17 01818 g008
Figure 9. Evolution of Hypervolume Values of Different Algorithms.
Figure 9. Evolution of Hypervolume Values of Different Algorithms.
Symmetry 17 01818 g009
Figure 10. Boxplot of algorithm performance.
Figure 10. Boxplot of algorithm performance.
Symmetry 17 01818 g010
Table 1. Unmanned aerial vehicle performance parameter setting table.
Table 1. Unmanned aerial vehicle performance parameter setting table.
ParameterValue
Maximum Payload (dual-battery mode)30 kg
Maximum Payload (single-battery mode)40 kg
Max Flight Range (30 kg, dual battery)16 km
Max Flight Time (30 kg, dual battery)18 min
Max Horizontal Flight Speed20 m/s
Maximum Turning Angle30°
Table 2. Symbol and parameter table.
Table 2. Symbol and parameter table.
Symbols and ParamentsDescription
i The index of the task or waypoint
jThe index of a task or waypoint that is different from i
r No-fly zone radius
v Flight speed
α Adjusted altitude-energy coefficient.
T Total flight time
E Total energy expenditure
CSecurity costs of the path
MTotal mass of the drone
η   ( x ,   y ) Fractal noise or disturbance term
N m Number of peaks
x i The x-axis coordinate of the i-th path point
y i The y-axis coordinate of the i-th path point
z i The z-axis coordinate of the i-th path point
zterrainThe altitude of the terrain at a certain coordinate
h i The altitude of the i-th waypoint
x c x-axis coordinate of the center of the no-fly zone
y c y-axis coordinate of the center of the no-fly zone
z c z-axis coordinate of the center of the no-fly zone
N p Total number of points in the path
M 0 Unmanned Aerial Vehicle’s empty mass
m D i Payload mass at the i-th delivery point
d i The length of path segment i
f i Workload coefficient of the i-th stage
θiThe angle between the velocity vectors of the i-th point
ciMinimum vertical distance
C c o l A constant indicating the severity of the collision penalty
w stage The mass of the i-th flight phase
ηiEfficiency coefficient of the i-th flight phase
EflightTotal flight energy consumption
Pi,jEuclidean distance between the i-th and j-th waypoints
Pnfz,i,jPenalty when the i-th and j-th waypoints enter the no-fly zone
C nfz Constant for the severity coefficient of the no-fly zone penalty
δ i ,   j 2 Distance measurement between waypoints and no-fly zones
E hover , i Hovering energy consumption of the i-th delivery point
t hover The hovering time of the i-th delivery point
E ˙ hover Energy consumption rate when hovering
w i The Unmanned Aerial Vehicle’s mission load at this point
Ptime, iTime window penalty for the i-th delivery point
αii-th Penalty weight coefficient of delivery point
Td,iThe actual time to arrive at the i-th delivery point
WiThe time window of the i-th delivery point
σ x i The horizontal standard deviations of the i-th peak
σ y i The vertical standard deviations of the i-th peak
P θ ,   i 1 Angle squared penalty
P θ ,   i 2 Energy-based penalty
Pcoll, iCollision penalty for point i
Table 3. Parameter level setting.
Table 3. Parameter level setting.
Parameter Parameter Number
123
N204060
Gen50100150
CR0.70.80.9
MU0.030.060.09
Table 4. Taguchi orthogonal array.
Table 4. Taguchi orthogonal array.
Parameter Parameter NumberODS
NGenCRMU
111110.91686
212220.91868
313330.91914
421230.91967
522310.92078
623120.92002
731320.92054
832130.92158
933210.91973
Table 5. Algorithm model initialization parameter setting table.
Table 5. Algorithm model initialization parameter setting table.
Parameter NameValueParameter NameValue
Population size60Start and end point [10, 10, 20]
Number of iterations100Delivery point [80, 80, 20; 80, 20, 20; 20, 80, 20]
Initial crossover rate0.9Center of No-fly zone [15, 40; 55, 45]
Initial mutation rate0.09Number of peaks10
Table 6. Comparison of average hypervolume and standard deviation for each algorithm.
Table 6. Comparison of average hypervolume and standard deviation for each algorithm.
AlgorithmAverage Hypervolume ValueStandard Deviation
ACM-NSGA-II0.67970.0133
NSGA-II0.44310.0288
MOPSO0.45730.0154
MOEA/D0.42450.0243
Table 7. p-value analysis of significant differences between different algorithms.
Table 7. p-value analysis of significant differences between different algorithms.
Algorithm Pairp-Value
ACM-NSGA-II vs. MOEAD 3.0142 × 10−11
ACM-NSGA-II vs. MOPSO 3.0085 × 10−11
ACM-NSGA-II vs. NSGA-II3.0104 × 10−11
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

Yuan, Y.; Xu, H.; Tang, C. Multi-Objective Emergency Path Planning Based on Improved Nondominant Sorting Genetic Algorithm. Symmetry 2025, 17, 1818. https://doi.org/10.3390/sym17111818

AMA Style

Yuan Y, Xu H, Tang C. Multi-Objective Emergency Path Planning Based on Improved Nondominant Sorting Genetic Algorithm. Symmetry. 2025; 17(11):1818. https://doi.org/10.3390/sym17111818

Chicago/Turabian Style

Yuan, Yiren, Hang Xu, and Cuiyong Tang. 2025. "Multi-Objective Emergency Path Planning Based on Improved Nondominant Sorting Genetic Algorithm" Symmetry 17, no. 11: 1818. https://doi.org/10.3390/sym17111818

APA Style

Yuan, Y., Xu, H., & Tang, C. (2025). Multi-Objective Emergency Path Planning Based on Improved Nondominant Sorting Genetic Algorithm. Symmetry, 17(11), 1818. https://doi.org/10.3390/sym17111818

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop