收藏切换
Multi-stage forest UAV route design based on multi-strategy GA
收藏切换
PDF
Wangying XU, Naiming XIE*
Journal of Systems Engineering and Electronics | 2026, 37(3) : 964 - 973
Less
收藏切换
Journal of Systems Engineering and Electronics | 2026, 37(3): 964-973
SYSTEMS ENGINEERING
Multi-stage forest UAV route design based on multi-strategy GA
Full
Wangying XU, Naiming XIE*
Affiliations
  • College of Economics and Management, Nanjing University of Aeronautics and Astronautics, Nanjing 210006, China
Published: 2026-06-18 doi: 10.23919/JSEE.2026.000119
Outline
收藏切换

Forest fires are characterized by their abrupt onset and highly destructive nature, resulting in significant annual property losses. Hence, regular surveillance is imperative for forest fire prevention and mitigation. The fundamental challenge in patrolling is akin to the problem of helicopter route planning. Conventional unmanned aerial vehicle (UAV) path planning commonly entails single-trip missions. Considering the extensive and complex forest environments, we advocate a multi-stage UAV reconnaissance strategy to address the daily inspection route planning conundrum. This approach facilitates UAVs to conduct round-trip flights between designated surveillance points and the base station at diverse time intervals, effectively satisfying the requirements for multi-tiered, hierarchical reconnaissance. Furthermore, we develop an advanced multi-strategy genetic algorithm (MSGA) to optimize the multi-stage reconnaissance model. Experimental outcomes underscore the superior performance of the enhanced MSGA, achieving a reduction of nearly 20% in total flight path length relative to the traditional genetic algorithm. This methodology significantly enhances the efficacy of daily forest patrols.

unmanned aerial vehicle (UAV)  /  path planning  /  forest scouting  /  genetic algorithm  /  optimization strategy
Wangying XU, Naiming XIE. Multi-stage forest UAV route design based on multi-strategy GA[J]. Journal of Systems Engineering and Electronics, 2026 , 37 (3) : 964 -973 . DOI: 10.23919/JSEE.2026.000119
In recent years, the occurrence of forest fires has aroused widespread concern around the world [1,2]. However, such incidents cannot be completely resolved. As an emerging transportation equipment, unmanned aerial vehicles (UAVs), with the advantages of flexible operation and reliable communication, occupy a unique advantage in forest fire prevention [35]. UAVs not only reduce the society’s resources, but also prevent personnel close to the dangerous area in the daily inspection, thus guaranteeing the safety of people’s property [6]. UAV path planning entails leveraging satellite imagery and related tools to comprehensively survey the topography of a mountain or grassland. Subsequently, a route is meticulously devised based on the desired exploration direction, optimizing for the minimal cost criteria. In the context of UAV operations, the cost metric may encompass factors such as the shortest flight path length or overall flight expenditure [7].
Currently, several methods are presented to solve the UAV path planning problems. Firstly, greedy algorithms. Common greedy algorithms include A* algorithm [810], Dijkstra’s algorithm [11,12] and so on. These algorithms utilize the greedy idea of an algorithm, the number of all combinations of journey routes is (n−1)!/2 [13]. For example, Prasad et al. [14] proposed a 3-D deployment and trajectory planning algorithm. It uses power savings, reduced latency, and power savings through optimal trajectories to evaluate some of the performance metrics of the proposed algorithm. Secondly, based on computationally assisted approaches, such as artificial potential field (APF) [15,16]. Chen et al. [17] derived the whole transformation process in detail based on a discrete UAV dynamics model, and applied the functional optimization method to transform the problem into an optimal control problem based on APF. Shi et al. [18] proposed a learning-based heuristic algorithm, the population-based adaptive large neighborhood search (P-ALNS) algorithm. In P-ALNS, seven neighborhood structures are designed and adaptively utilized based on their historical performance. Thirdly, Optimization algorithms. For example, genetic algorithm (GA) [19,20], artificial bee colony (ABC) algorithm [21,22] and so on. Li et al. proposed a heterogeneous UAV collaborative multitasking model based on area segmentation using an improved GA (IGA) algorithm for collaborative human task optimization [23]. Yu et al. [24] developed a hybrid grey wolf optimization and differential evolution (HGWODE) algorithm to solve the UAV path planning problem. A ranking-based variation strategy is implemented in the differential evolution (DE) algorithm to facilitate development while maintaining exploration capability. Zou et al. proposed an accurate path planning method for weeding UAVs based on UAV images, using an improved mutation operator GA (IMO-GA) to optimize the operation path [25].
All the above methods have some shortcomings. For example, the search space of the greedy algorithm increases with the increase of the number of populations $ n $. When $ n $ is large, it is usually difficult for the greedy algorithm to find the shortest path by traversing [26,27]. The APF method relies on the interplay between attraction and repulsion forces, which is easy to fall into local optimization [15]. On the other hand, certain platform-assisted algorithms necessitate a substantial foundation in machine learning, posing challenges in acquiring extensive learning datasets. Optimization algorithms show the advantage of such algorithms lies in their fast-solving speed [28]. However, they may only converge to a local optimum and fail to reach the global optimal solution of the stochastic nature of the search process [29].
Based on the above discussion, we propose three innovations in this paper. Firstly, based on the value difference of different protected areas, a hierarchical route planning is creatively carried out. A multi-stage UAV inspection hierarchical model is established, which requires key protected areas to be inspected twice a day and general protected areas to be inspected once a day. Secondly, a multi-strategy GA (MSGA) is proposed. To prevent the prematurity phenomenon in the iteration, we propose a multi-strategy crossover approach along with an enhanced mutation operator in MSGA. Compared with the traditional GA, the accuracy and convergence of the MSGA are improved. Finally, three different dimensions problems of the cases are introduced, and a sensitive test is validated by the MSGA on the model. The discussion is deductively used to validate the effectiveness of the MSGA compared to other heuristic algorithms.
The remaining sections of this paper will be unfolded sequentially. Section 2 describes a single UAV multi-stage forest exploration trajectory planning model. Section 3 introduces the MSGA. Section 4 comprises experimental cases of varying dimensions. To validate the effectiveness of the algorithm enhancements, sensitivity analysis will be conducted on each strategy. Section 5 provides a comprehensive summary of the entire paper.
Preventing forest fires through scheduled forest patrols is a crucial measure for fire prevention. UAVs have become essential tools for forest patrols due to their small size, ease of operation, and cost-effectiveness compared to manual methods [30].
It is assumed that there are several important conservation sites within the jurisdiction of a forest farm, which are regarded as patrolling points and a single UAV is dispatched to perform the patrolling work. High-level inspections need to be patrolled regardless of day or night. Low-level inspections need to be patrolled only once on the same day, regardless of day or night.
Fig. 1 illustrates the operation of the UAV. There are 13 low-level inspections and four high-level inspections. The first-round and second-round routes influence each other. It is proposed to assign a value of “1” to all low-level inspections visited by the UAV in the first traversal and apply the complement code method to assign a value of “0” to the low-level inspections visited by the UAV in the second traversal. As shown in Table 1, there are currently 13 low-level inspections that need to be patrolled, and the system randomly designates points 1, 2, 5, 6, 7, 9, 10, and 13 as the points to be visited by the UAV in the first traversal. Consequently, the points 3, 4, 8, 11, and 12 need to be visited in the second traversal.
The mathematical problem can be abstracted as an improved multi-travelling salesman problem (MTSP) problem [31]. TSP is an NP-hard problem for which no polynomial time algorithm exists. There is no efficient algorithm for solving the TSP exactly for large networks, only algorithms that derive better solutions. Since the TSP problem is solved classically and the solutions are diversified, the UAV path planning is often transformed into a TSP problem by eliminating the subtle influences. The common model of the TSP problem is
$ \underset{{j}_{1},{j}_{2},\cdots ,{j}_{n}\in \text{π} (n)}{\min } \sum\limits_{i=1}^{n}{d}_{{{j}_{i}},{{j}_{i+1}}}+{d}_{{{j}_{n}},{{j}_{1}}} $
where $ \textit{π} (n) $ is denoted as the set consisting of all full permutations of $ 1{,}2,\cdots,n. $ In summary, the parameters of the path planning method for the UAV are set as Table 2.
The model is modeled as follows:
$ \min f\left(x\right)={f}_{1}\left(x\right)+{f}_{2}\left(x\right) $
$ {f}_{1}\left(x\right)=\min \sum\limits_{k=1}^{2}\sum\limits_{m=1}^{\xi }{d}_{{{x}_{m,m+1,k}}}+{d}_{{{x}_{\xi ,1,k}}}+\sum\limits_{k=1}^{2}\sum\limits_{m=1}^{\eta }{d}_{{{x}_{m,m+1,k}}}+{d}_{{{x}_{\xi ,1,k}}} $
$ {f}_{2}\left(x\right)=\min \sum\limits_{k=1}^{2}\sum\limits_{j=1}^{M}\sum\limits_{i=1}^{N}{d}_{{{A}_{i}},{{B}_{j}}}\cdot {y}_{i,j,k} $
s.t.
$ \xi +\eta =2M+N $
$ 0\leqslant {d}_{{{A}_{m}},{{A}_{n}}}\leqslant 100 $
$ 0\leqslant {d}_{{{A}_{m}},{{B}_{n}}}\leqslant 100 $
$ \sum\limits_{k=1}^{2}{x}_{m,n,k}=1 $
where (2) represents the fitness function composed of two parts; (3) denotes the distance flown between low-level inspections; (4) represents the sum of distances flown from high-level inspections to low-level inspections; (5)−(8) are the constraints; (5) states that the sum of decision variables equaling 0 and 1 should be equal to the sum of twice visiting high-level inspections and once visiting low-level inspections; (6) and (7) indicate that the flying distance between inspection points should be less than the UAV’s maximum flight distance of 100 km; (8) specifies that all low-level inspections must be visited exactly once.
In this section, based on the shortcomings of the traditional GA in the crossover and mutation phases, MSGA is proposed, and two strategies are proposed for these two phases respectively to improve the convergence effect of the algorithm. A multi-strategies crossover is proposed for the impact that the choice of crossover probability in the crossover process will have on the offspring. An adaptive mutation operator $ F $ is proposed which improves the efficiency of global iteration.
The mutation operation involves selecting an individual in the population and randomly changing the gene segments at one or more positions of the current stain according to the mutation probability. As shown in Fig. 2, a schematic diagram of the chromosomal gene mutation process is shown.
The mutation process imitates the mutation process of gene chromosomes, which is an improvement of the GA to repair and replenish certain genetic genes that may be lost in the crossover process. This strategy helps prevent rapid convergence to local optima. Similar to crossover probability, an inappropriate mutation rate can significantly impact the convergence behavior of the algorithm and the quality of the final solution. A low mutation rate may trap the algorithm in local optima, while a high mutation rate can destabilize the population. Therefore, the selection of the appropriate variation probability needs to take into account the complexity of the problem and the demand for the global optimal solution [32]. Generally, a lower mutation probability can be explored to a certain extent while achieving stability. A higher mutation probability can increase the diversity of the population, but it may also lead to slower convergence of the algorithm. In practical applications, repeated experiments and adjustments need to be made according to specific problems to find the optimal mutation probability.
This paper proposes an adaptive improvement mutation strategy to solve the above problems. At the initial state, given the value of $ {F}_{0},{F}_{i,G} $ can be expressed as
$ {F}_{i,G}={F}_{0}{2}^{\lambda },\;\;\lambda ={{\mathrm{e}}}^{1-\frac{{G}_{m}}{{G}_{m}+1-G}} $
where $ {F}_{0} $ is fixed and takes the value 0.4, a $ \lambda $ is the exponential term, and $ {G}_{m} $ denotes the total number of generations. $ G $ denotes the current evolutionary generation. In the early stage, the starting mutation operator is about $ 2F_0 $.
In the early stage, the mutation operator is larger at this time, which can maintain the diversity of populations and avoid early maturity. From the second generation onwards, the algorithm is updated. We design (9) to confirm the availability of the variational operator. However, as the probability of variability increases at a later stage, it is possible to increase the time for the solution space to converge, affecting the efficiency of the iteration. Therefore, (10) is designed to set to monitor the $ {F}_{i,G} $ operator. The $ F $ variation operator expression is as follows:
$ {F}_{i,G}=\left\{\begin{aligned}& {F}_{l}+k{F}_{u},\;\;0\leq c< 0.1\\& {F}_{i,G},\;\;{\mathrm{others}}\end{aligned}\right.. $
Generally, the largest possible variance operator difference is taken for the diversity of variance operator changes in the first, middle, and late generations, therefore, the $ {F}_{l} $ is set to 0.1, and $ {F}_{u} $ is set to 0.9. $ k $ is a random number which belongs to (0,1). $ c $ is a regulator which belongs to [0,1]. When the value of $ c $ is less than 0.1, a mutation is applied to the mutation operator.
As indicated in Section 2, binary encoding is often employed to represent individual solutions within the population when solving the TSP problem. In contrast to conventional GA crossover procedures, the crossover operation for solving the TSP involves a non-continuous integer transformation, rendering the use of standard continuous crossover strategies inadequate for optimal performance.
In the conventional TSP, the crossover strategy often involves randomly selecting a crossover point and performing a chromosome transformation based on that point. This simplistic approach lacks diversity in the population. The flexibility of algorithms is routinely enhanced using multiple crossover strategies. Therefore, this section proposes an enhanced multi-strategy crossover approach to address this limitation. The crossover process introduces three strategies. And a random number is used to specify exactly which crossover strategy is used. The specific three strategies are as follows:
(i) Strategy 1: randomly take the intersection nodes and exchange the solution sets of the left and right sides of the intersection nodes, as shown in Fig. 3. $ m $ is the total number of tour points for the first tour; $ n $ is the total number of tour points for the second tour.
(ii) Strategy 2: randomly take two parents $ f1 $ with $ f2 $, since the overall solution is composed of the low-level inspections from the first and second inspections, as shown in Fig. 4.
(iii) Strategy 3: keep the original parent generation unchanged and invert the original parent solution with probability 1/2, as shown in Fig. 5.
The three crossover strategies are performed in the MSGA as following:
$ {\mathrm{CR}}=\left\{\begin{aligned}& \mathrm{strategy}~1,\;\;0< m< \frac{1}{3}\\&\mathrm{strategy}~2,\;\;\frac{1}{3}\leq m\leq \frac{2}{3}\\& \mathrm{strategy}~3,\;\;\frac{2}{3}\leq m< 1\end{aligned}\right. $
where $ m $ is a random number belonging to (0, 1). The three crossover-strategies improves the diversity of the algorithm’s direction of optimization in the iterative process, thus increasing the probability of convergence to the global optimum point. The pseudo-code of the MSGA is shown as Algorithm 1.
Combined with the MSGA, the multi-stage forest scouting trajectory planning method for the UAV is shown in Fig. 6.
To verify the effectiveness of the MSGA, the traditional GA and the improved MSGA are compared. The simulation experiment environment is a computer with a win11 64-bit operating system, i5-8500U processor, and 8GB RAM.
To comprehensively depict the performance of the algorithms, three different-dimension cases are proposed in the experiment. Each case has two different inspection point levels. In this section, the MSGA is used to solve the UAV path planning to verify the effectiveness of the MSGA. We take the total flight distance as the performance index of the algorithm to judge whether the improvement of the MSGA is effective. Table 3 shows the specific parameter of the three experiments. The environments are modeled as follows: The starting point is [0,0]. Set the population size as 20, the number of iterations as 1000, run 50 times, and record the adaptation value of each generation, respectively.
During the actual inspection process, the number of inspection points will vary depending on the size of the forest. Fig. 7 is the map of routes for scheduling multi-stage forest inspections.
Table 4 describes the comparison of the flight distances calculated by different algorithms. Fig. 8 denotes the iteration of GA and MSGA. As depicted in Fig. 8(c), the iterative performance of the enhanced MSGA remains notably superior. According to the Table 4, the total flight path length for the MSGA is approximately 410 km, whereas the total path length of traditional GA is around 467 km, representing a 12.2% increase over the flight path length of the MSGA algorithm. Moreover, in the iterations of this case, the flight distances for the MSGA are consistently shorter than those of the GA.
Fig. 8 is the iteration of the flight distance. As seen in Fig. 8(a), since the 100th generation, both the GA and the MSGA have reached a stable iteration to find the optimal objective. In terms of the final fitness value of the two algorithms, the MSGA has the shortest total path length. Therefore, the MSGA improves and enhances the traditional GA significantly.
To compare whether each strategy of the proposed MSGA algorithm is effective or not, this section analyzes the sensitivity of each improved strategy. The experiment adopts the control variable method to compare the four algorithms, namely, the traditional GA, GA with the mutation improvement, GA with the multi-crossover strategy, and the MSGA, respectively. The four algorithms are run independently fifty times, and the results of each run are recorded. To highlight the performance of the algorithms, we select case 3 as a calculation example of sensitivity test.
As shown in Table 5, in the 60-dimensional case, the total flight distances obtained by the four algorithms are 807 km, 699 km, 810 km, and 616 km, respectively. The MSGA demonstrates the shortest scheduling route through iterations in Fig.9. Notably, in the later stages, there is a considerable gap in the stable iteration values among the algorithms. The MSGA achieves stability around the 400th generation, followed by the sole improvement of the F operator strategy stabilizing around the 450th generation, and lastly, the enhancements in the multi-crossover and the traditional GA stabilize from the 400th generation onwards. In this case, the crossover strategy appears to play a more significant role in enhancing the optimization performance of the MSGA, as indicated by the convergence patterns observed.
Fig. 10 shows the flight paths of the four algorithms. Since case 3 belongs to the high-dimensional arithmetic cases, a certain degree of difficulty is existed in finding the optimal point. As depicted in Fig. 10(a), the GA struggles to find the global optimum during iterations of high-dimensional problems due to its utilization of fixed crossover and mutation operators. Upon comparing Fig. 10(a), Fig. 10(b), Fig. 10(c), and Fig. 10(d), it is evident that the flight routes generated by the improved MSGA exhibit fewer detours and clearer paths compared to the other three algorithms. Particularly in Fig. 10(a), the traditional GA shows multiple back-and-forth routes, increasing the flight distance and leading to unnecessary wastage during the UAV flight process.
Fig. 11 shows a comprehensive comparison of the effects of the improved strategies on the fitness values in 60 dimensions. The overall maximum, minimum, and average values of the four algorithms are plotted for comparison. Traditional GA approaches struggle to reach the global optimum solely based on fixed mutation and crossover probabilities, leading to significant disparities in algorithm outcomes. This observation suggests that enhancing the $ F $ operator yields a greater enhancement in fitness values for the MSGA.
To verify the generalizability and effectiveness of the proposed algorithms, three common heuristic algorithms, including P-ALNS [18], IGA [23], HGWODE [24], IMO-GA [25] and traditional GA are compared with the MSGA. The 60-dimensional case with the highest optimization difficulty is selected for comparison. Set the population size as 20, the number of iterations as 1000, run 20 times, and record the adaptation value of each generation, respectively.
The performance of the algorithm can be shown by the optimization results. Five conventional algorithms are compared with MSGA in Table 6. As shown in Fig. 12, MSGA performs the best in 60 dimensions experimental test followed by IGA and P-ALNS algorithm. IMO-GA and GA performs poorly. This fully demonstrates the effectiveness of our proposed algorithm in solving the multi-stage forest probing problem.
Quality analysis is a very crucial part of the empirical aspect of the algorithm. It is mainly used to assess the performance and effectiveness of the algorithm. In this section, we use $ t\text{-}{\mathrm{test}} $, which is a common method to compare the overall performance of algorithms. The t-test is used to verify the significant difference between the proposed MSGA algorithm and its rivals. The test is based on a level of 0.05. The comparison results are listed in Table 7. “−” signifies that the algorithms perform worse than the MSGA. Overall, the proposed MSGA outperforms most of the opposing adversaries.
Daily inspection is fundamental to forest fire prevention. The heterogeneous nature of forest properties necessitates differentiated scheduling tasks based on their distinct values. This paper applies UAV technology to daily forest fire detection across various periods. Three key innovations are presented:
(i) Considering the timely nature of daily forest fire prevention inspections, we innovatively construct a multi-stage forest inspection model. A hierarchical multi-stage inspection methodology is proposed.
(ii) To address the issue where traditional GA are prone to falling into local optima, we have designed the MSGA algorithm, featuring multi-strategy crossover and adaptive mutation operators.
(iii) Experimental results from three case studies demonstrate that the MSGA algorithm yields more reasonable outcomes in UAV path planning. The discussion verifies the superiority of this algorithm over others.
This paper is devoted to solving the multi-stage inspection of a single UAV. In the future, we will consider multiple UAV patrol missions in phases with different goals. Combined with online communication equipment, dynamic UAV inspection process will be set up.
1
REIS H C, TURK V. Detection of forest fire using deep convolutional neural networks with transfer learning approach. Applied Soft Computing, 2023, 143: 110362.
2
YANG X B, HUA Z C, ZHANG L, et al. Preferred vector machine for forest fire detection. Pattern Recognition, 2023, 143: 109722.
3
SANKEY T T, TANGO L, TATUM J, et al. Forest fire, thinning, and flood in wildland-urban interface: UAV and lidar-based estimate of natural disaster impacts. Landscape Ecology, 2024, 39(3): 58.
4
SUDHAKAR S, VIJAYAKUMAR V, KUMAR C S, et al. Unmanned aerial vehicle (UAV) based forest fire detection and monitoring for reducing false alarms in forest-fires. Computer Communications, 2020, 149: 1–16.
5
WANG H, FENG Y, HUANG X, et al. An AI-based action detection UAV system to improve firefighter safety. Proc. of the International Conference on Human-Computer Interaction, 2023: 632−641.
6
MOSHREF-JAVADI M, HEMMATI A, WINKENBACH M. A truck and drones model for last-mile delivery: a mathematical model and heuristic approach. Applied Mathematical Modelling, 2019, 80: 256–267.
7
CHEN R, CHEN J, XU Q Y. Joint channel access and power control optimization in large-scale UAV networks: a hierarchical mean field game approach. IEEE Trans. on Vehicular Technology, 2023, 72(2): 1982–1996.
8
GUO Y C, LIU X X, LIU X H, et al. FC-RRT*: an improved path planning algorithm for UAV in 3D complex environment. ISPRS International Journal of Geo-Information, 2022, 11: 524–533.
9
LIU L X, WANG X, YANG X, et al. Path planning techniques for mobile robots: review and prospect. Expert Systems with Applications, 2023, 227: 120254.
10
ZHANG W, WANG N X, WU W H. A hybrid path planning algorithm considering AUV dynamic constraints based on improved A* algorithm and APF algorithm. Ocean Engineering, 2023, 285: 115333.
11
FAN D K, SHI P. Improvement of Dijkstra’s algorithm and its application in route planning. Proc. of the 7th International Conference on Fuzzy Systems and Knowledge Discovery, 2010: 1901−1904.
12
KHAKZAD N. A methodology based on Dijkstra’s algorithm and mathematical programming for optimal evacuation in process plants in the event of major tank fires. Reliability Engineering & System Safety, 2023, 236: 109291.
13
KNUTH D E. A Generalization of Dijkstra’s Algorithm. Information Processing Letters, 1977, 6: 1–5.
14
PRASAD N L, RAMKUMAR B. 3-D deployment and trajectory planning for relay based uav assisted cooperative communication for emergency scenarios using Dijkstra’s algorithm. IEEE Trans. on Vehicular Technology, 2022, 72(4): 5049–5063.
15
VADAKKEPAT P, TAN K C, WANG M L. Evolutionary artificial potential fields and their application in real time robot path planning. Proc. of the Congress on Evolutionary Computation, 2000: 256−263.
16
CHANG H, CHEN Y C, ZHANG B C, et al. Multi-UAV mobile edge computing and path planning platform based on reinforcement learning. IEEE Trans. on Emerging Topics in Computational Intelligence, 2021, 6(3): 489–498.
17
CHEN Y B, LUO G C, MEI Y S, et al. UAV path planning using artificial potential field method updated by optimal control theory. International Journal of Systems Science, 2016, 47(6): 1407–1420.
18
SHI J M, ZHANG J M, LEI H T, et al. Joint mission and route planning of unmanned air vehicles via a learning-based heuristic. Journal of Systems Engineering and Electronics, 2023, 34(1): 81–98.
19
NGUYEN H D, YOSHIHARA I, YAMAMORI K, et al. Implementation of an effective hybrid GA for large-scale traveling salesman problems. IEEE Trans. on Systems, Man, and Cybernetics, Part B (Cybernetics), 2007, 37(1): 92–99.
20
ZHENG J Z, ZHONG J L, CHEN M L, et al. A reinforced hybrid genetic algorithm for the traveling salesman problem. Computers & Operations Research, 2023, 157: 106249.
21
CHOONG S S, WONG L P, LIM C P. An artificial bee colony algorithm with a Modified Choice Function for the traveling salesman problem. Swarm and Evolutionary Computation, 2019, 44: 622–635.
22
SAHIN M. Solving TSP by using combinatorial Bees algorithm with nearest neighbor method. Neural Computing and Applications, 2023, 35(2): 1863–1879.
23
LI J X, YANG X R, YANG Y J, et al. Cooperative mapping task assignment of heterogeneous multi-UAV using an improved genetic algorithm. Knowledge-Based Systems, 2024, 296: 111830.
24
YU X B, JIANG N J, WANG X M, et al. A hybrid algorithm based on grey wolf optimizer and differential evolution for UAV path planning. Expert Systems with Applications, 2023, 215: 119327.
25
ZOU K L, WANG F, ZHANG F, et al. Precision route planning method based on UAV remote sensing and genetic algorithm for weeding machine. Applied Intelligence, 2023(53): 11203–11213.
26
ZHAO Z Y, ZHOU M C, LIU S X. Iterated greedy algorithms for flow-shop scheduling problems: a tutorial. IEEE Trans. on Automation Science and Engineering, 2021, 19(3): 1941–1959.
27
DIMIC G, SIDIROPOULOS N D. On downlink beamforming with greedy user selection: performance analysis and a simple new algorithm. IEEE Trans. on Signal processing, 2005, 53(10): 3857–3868.
28
LIU H J, LEE A, LEE W S, et al. DAACO: adaptive dynamic quantity of ant ACO algorithm to solve the traveling salesman problem. Complex & Intelligent Systems, 2023, 9(4): 4317–4330.
29
GHALI M, ELGHALI S, AIFAOUI N. Genetic algorithm optimization based on manufacturing prediction for an efficient tolerance allocation approach. Journal of Intelligent Manufacturing, 2024, 35(4): 1649–1670.
30
TANG L N, SHAO G F. Drone remote sensing for forestry research and practices. Journal of Forestry Research, 2015, 26: 791–797.
31
FURCHì A, LIPPI M, CARPIO R F, et al. Route optimization in precision agriculture settings: a multi-steiner TSP formulation. IEEE Trans. on Automation Science and Engineering, 2022, 9(6): 643.
32
LIU J H, LAMPINEN J. A fuzzy adaptive differential evolution algorithm. Soft Computing, 2005, 9: 448–462.
Year 2026 volume 37 Issue 3
PDF
140
80
Cite this Article
BibTeX
Article Info
doi: 10.23919/JSEE.2026.000119
  • Receive Date:2024-04-12
  • Online Date:2026-08-14
  • Published:2026-06-18
Article Data
Affiliations
History
  • Received:2024-04-12
Affiliations
    College of Economics and Management, Nanjing University of Aeronautics and Astronautics, Nanjing 210006, China

Corresponding:

XIE Naiming
References
Share
https://castjournals.cast.org.cn/joweb/jsee/EN/10.23919/JSEE.2026.000119
Share to
QR

Scan QR to access full text

Cite this article
BibTeX
Citations
表12种不同金属材料的力学参数

Family
属数
Number of
genus
种数
Number of
species
占总种数比例
Percentage of
total species (%)

Genus
种数
Number of
species
占总种数比例
Percentage of total
species (%)
鹅膏菌科Amanitaceae 2 11 5.26 鹅膏菌属 Amanita 10 4.78
小菇科 Mycenaceae 2 12 5.74 丝盖伞属 Inocybe 5 2.39
多孔菌科 Polyporaceae 8 14 6.70 蜡蘑属 Laccaria 5 2.39
红菇科 Russulaceae 3 23 11.00 小皮伞属 Marasmius 6 2.87
小菇属 Mycena 11 5.26
光柄菇属 Pluteus 5 2.39
红菇属 Russula 17 8.13
栓菌属 Trametes 5 2.39
关闭全屏
  • BibTeX
  • EndNote
  • RefWorks
  • TxT