Figures
Abstract
Outdoor orienteering has emerged as a globally popular recreational activity and competitive sport, combining navigational challenges with physical endurance across diverse natural terrains. Despite its growing popularity, the design of optimal orienteering routes presents significant challenges for recreation planners, requiring careful consideration of both competitive fairness and participant engagement. To address these challenges, this study establishes five fundamental design principles that systematically balance competitive equity with user experience enhancement. Building upon these principles, we develop a novel computational framework that integrates mathematical modeling techniques with intelligent optimization algorithms. Specifically, our methodology reformulates the route design challenge as a constrained multi-objective optimization problem and introduces an enhanced sand cat swarm optimization (SCSO) algorithm for efficient solution generation. Through comprehensive simulations across 50 distinct terrain profiles representing varying levels of complexity, we demonstrate the efficacy of our approach. Quantitative results show consistent performance improvements in route optimality metrics compared to conventional methods, which contribute to both the theoretical understanding of recreational route optimization and practical applications in outdoor activity planning.
Citation: Lun Q, Li B, Zhou Y (2026) Towards equitable and immersive outdoor orienteering: An artificial intelligence-driven multi-objective route planning framework with augmented sand cat swarm optimization. PLoS One 21(3): e0344770. https://doi.org/10.1371/journal.pone.0344770
Editor: Cheng He, Huazhong University of Science and Technology, CHINA
Received: May 19, 2025; Accepted: February 25, 2026; Published: March 11, 2026
Copyright: © 2026 Lun et al. This is an open access article distributed under the terms of the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited.
Data Availability: The minimal dataset underlying the findings of this study is openly available on Zenodo at the following permanent DOI: 10.5281/zenodo.18722716. Data can be accessed directly via the public link: https://zenodo.org/records/18722716.
Funding: The author(s) received no specific funding for this work.
Competing interests: The authors have declared that no competing interests exist.
Introduction
Outdoor orienteering originated in Sweden, initially as a military activity before evolving into an outdoor recreation [1]. Participants in outdoor orienteering use a map and a compass to sequentially reach various checkpoints marked on the map, with the fastest participant declared as the winner upon reaching the terminus [2]. Outdoor orienteering challenges the comprehensive application of personal intellect and physical fitness, making it an outdoor recreation that seamlessly blends navigational skills with physical endurance training [3]. In unfamiliar outdoor environment, participants must rely on their sense of direction, map-reading abilities, compass usage, as well as their own critical thinking and judgment to success [4].
Outdoor orienteering integrates the strengths of both outdoor and adventure activities, rendering it a highly appealing type of outdoor recreation. Firstly, outdoor orienteering possesses a kind of advantages akin to outdoor activities, such as promoting health and development [5–7], fostering an awareness of and capability to manage risks [8,9], etc. Additionally, outdoor orienteering shares the benefits associated with adventure activities, such as enhancing intrinsic motivation and self-determination [10], and improving the well-being of participants [11,12], etc.
Orienteering route design (ORD) is essential for outdoor orienteering planning. ORD involves planning the starting point, checkpoints, and terminal point on suitable maps or topographic charts, aiming to create fair routes for outdoor orienteering [13]. Outdoor orienteering typically features several routes with shared starting and terminal points, but distinct checkpoints along different routes, each accommodating one or more participants [14]. For outdoor orienteering planner, ORD presents a considerable challenge. Manual design of outdoor orienteering routes is time-consuming and poses difficulties in ensuring both the justice of the routes and enjoyable experience for participants [15].
To accurately plan outdoor orienteering routes, we can transform ORD into a mathematical problem and solve it using mathematical methods. Nevertheless, ORD is essentially a high-dimensional combinatorial optimization problem with strong non-convexity and multiple coupling constraints. The decision variables include the spatial positions and visiting sequence of checkpoints, while constraints arise from terrain accessibility, route fairness, safety requirements, and competition rules. Moreover, ORD inherently involves trade-offs among multiple objectives, such as route fairness, physical challenge, safety, and overall experience, which further increases the complexity of the solution space. These characteristics lead to a highly irregular and discontinuous search landscape with numerous local optima. Using canonical mathematical methods to solve ORD problem not only demands a significant amount of computational time but also requires substantial computational resources. Deterministic optimization algorithms or gradient-based methods are therefore prone to premature convergence and may easily become trapped in local optima when addressing ORD. Therefore, using intelligent methods is a better way to solve ORD problem. Intelligent methods represent a category of approaches that seek optimal solutions to problems by simulating the operational mechanisms observed in various natural phenomena. These methods are commonly employed to address complex issues [16]. Compared to deterministic algorithms, intelligent methods possess inherent advantages such as stochastic operators for both global and local searches, as well as flexibility, independence, and simplicity in their principles [17]. Numerous commonly employed intelligent methods and their enhancements have emerged, finding widespread application in practical production and daily life [18]. For example, Zhang et al. [19] utilized multi-objective particle swarm optimization (MOPSO) to solve robot path planning problem with uncertain danger sources. Nazarahari et al. [20] presented a hybrid intelligent method for path planning of multiple mobile robots in continuous environments. Patle et al. [21] presented the rigorous study of mobile robot navigation techniques used so far, including genetic algorithm (GA), ant colony optimization (ACO), neural network (NN), particle swarm optimization (PSO) etc. Nonetheless, intelligent methods are rarely applied in ORD. This paper aims to use intelligent methods to realize automatic ORD on the known map and overcome the disadvantages of manual route design.
Nevertheless, traditional intelligent methods are prone to falling into local optima in ORD. Due to the high-dimensional non-convex search space and the strong coupling among constraints and objectives, conventional swarm-based algorithms such as GA, PSO, and ACO may suffer from loss of population diversity and insufficient global exploration capability in later iterations. Therefore, we adopt sand cat swarm optimization (SCSO) algorithm to solve the issue. SCSO is a now nature‑inspired algorithm proposed by Seyyedabbasi et al. [22]. As a recently proposed swarm intelligence optimization algorithm, SCSO exhibits superior optimization performance compared to traditional intelligent algorithms [23]. It possesses strong optimization capabilities and fast convergence speeds, among other notable features [24–26]. Therefore, this paper employs SCSO algorithm to solve the mathematical problem of ORD.
The remainder of this paper consists of three major parts: Methodology, Results and Conclusion. In the part of Methodology, we propose five principles of outdoor ORD, and transform the five principles into mathematical formulations. Then we describe SCSO algorithm and present the procedure of ORD using SCSO algorithm. At last of this part, we introduce the simulation experiments of this paper. In the part of Results, we compare the performance among different intelligent methods using statistical results, and present route designed by different methods which showing the good performance and robustness of SCSO in outdoor ORD. In the part of Conclusion, we summarized the research results of this paper, and summed up the contributions of this paper for outdoor ORD.
Methodology
Principles of outdoor orienteering route design (ORD)
Ensuring both the justice of the routes and enjoyable experience for participants is the core principle of ORD. For the convenience of outdoor orienteering planner, we formulated five principles for ORD based on the core philosophy, aiming to provide better practical guidance. The first three principles aim to ensure justice in ORD, while the latter two focus on enhancing experience of participants in orienteering.
- a) Principle 1: Uniform route length distribution
Variability in route lengths may create unequal challenges, potentially compromising competition fairness. Uniform length distribution ensures participants face comparable physical demands while facilitating objective performance evaluation by judges and spectators.
- b) Principle 2: Consistent checkpoint spacing
Non-uniform distributions of checkpoints can result in varying difficulty levels for participants as they navigate through the route. Excessive distance between adjacent checkpoints may lead to mental fatigue among participants, hindering their ability to perform optimally in outdoor orienteering. Therefore, ensuring uniform distances between adjacent checkpoints is important in the justice of outdoor orienteering.
- c) Principle 3: Equivalent elevation gain
Terrain roughness, particularly elevation changes, significantly impacts participant speed and endurance. Uniform elevation gain across routes ensures equitable physical demands while minimizing disproportionate wear and tear on participants.
- d) Principle 4: Dispersed checkpoint placement
Checkpoints are specific locations that participants must pass through during the competition. Geographic dispersion of checkpoints prevents route redundancy, where participants might otherwise retrace similar paths. Strategic distribution enhances navigational diversity, thereby improving the competitive experience.
- e) Principle 5: Minimum route separation
Maintaining adequate distance between parallel routes serves dual purposes: preventing physical congestion during events and eliminating opportunities for unauthorized inter-participant communication, thereby preserving both competitive fairness and participant experience.
Mathematical formulations of route design principles
In order to accurately design outdoor orienteering routes according to the five design principles, we model these principles as five objective functions, transforming the ORD problem into a multi-objective optimization problem, which can then be addressed using intelligent methods.
Let N present the number of routes, and present the checkpoints sequence of the i-th route, where rij presents the checkpoint number of the j-th checkpoint in the i-th route, and ni presents the number of checkpoints in the i-th route. Let
present the maximum number of checkpoints across all routes.
We assume the number of checkpoints along all routes are equal, meaning all ni (0 < i < n) are equal and . In addition, we assume the starting point and terminal point located at the same position, meaning the outdoor orienteering routes are circular routes. Let the starting/terminal point be presented as r0.
- a) Mathematical formulation of Principle 1
Assuming the length between the j-th checkpoint and the next checkpoint in the i-th route is denoted as lij. Hence the formula for the total length of the i-th route is denoted as li and given as follows:
where li0 means the length between the starting/terminal point and the checkpoint ri1, and lin means the length between the checkpoint rin and the starting/terminal point.
Let ldr presents the demanded route length, therefore the mathematical formulation of Principle 1 is given as follows:
where is a small relatively small value that denotes the allowance for a minor margin of route length error.
- b) Mathematical formulation of Principle 2
Let ldc presents the demanded length of adjacent checkpoints, therefore the mathematical formulation of Principle 2 is given as follows:
where is a small relatively small value that denotes the allowance for a minor margin of length error of adjacent checkpoints.
- c) Mathematical formulation of Principle 3
Assuming ei presents the elevation gains of the i-th route. Hence the mathematical formulation of Principle 3 is given as follows:
where presents the mean value of elevation gains across all routes.
- d) Mathematical formulation of Principle 4
Assuming θij presents the angle formed by checkpoint rij and its preceding and succeeding checkpoints, with rij as the vertex. To ensure more dispersed distribution of checkpoints along the same route, we set θd (θd < 90°) as the demanded minimum angle. Hence the mathematical formulation of Principle 4 is given as follows:
where θi0 means the angle formed by the starting/terminal point in the i-th route and its preceding and succeeding checkpoints, with the starting/terminal point as the vertex.
- e) Mathematical formulation of Principle 5
Assuming presents the average coordinates of all checkpoints including the starting/terminal point along the i-th route. Let pd presents the demanded minimum direct distance between two routes. Hence the mathematical formulation of Principle 5 is given as follows:
where presents the direct distance between the average coordinates of i-th and j-th route.
Mathematical formulation of multi-objective optimization problem
We formulate the ORD problem as a multi-objective optimization task according to the mathematical formulations of the five design principles, and integrate multiple objective functions into a single objective function, given as follows:
where αi (i = 1,…,5) denote non-negative weighting coefficients assigned to each objective function.
The coefficients αi do not represent physical quantities, but preference parameters that reflect the relative importance of different design principles in route planning. To ensure comparability among objectives with different scales, all objective functions are first normalized to a unified range. The weighting coefficients are then selected within the interval [0,1], subject to. In this study, the weights are determined based on practical planning considerations and further validated through sensitivity analysis to ensure robustness of the optimization results.
SCSO for outdoor orienteering route design
Description of SCSO.
The sand cat swarm optimization (SCSO) algorithm is a metaheuristic algorithm inspired by the natural behavior of sand cat and this algorithm draws inspiration from the remarkable ability of sand cat to detect low-frequency noise [21]. The two primary actions of sand cats are searching (exploration) and attacking (exploitation) prey. The updating mechanism of SCSO is presented in Fig 1. Given the strong resemblance between the predation strategy of sand cats and the optimization process, these actions can be expressed mathematically as follows:
Each sand cat is modelled as a 1 × D array presenting the solution to D dimensional optimization problem and the values of the 1 × D array
have lower and upper boundaries. If there are P sant cats in the population, then the sant cats can be modelled as a P × D matrix
. The value
presents the general sensitivity range given as follows:
where SM is a constant typically set to 2, iterc is the current iteration and itermax is the maximum iterations. The value is an adaptive factor of searching and attacking given as follows:
The value presents the specific sensitivity range of each sand cat given as follows:
In the searching phase, let present the best-candidate position and
present the current position, hence the position update equation is given follow:
In the attacking phase, let present the best position meaning the best solution and
present the current position, hence the position update equation is given follow:
Equation (18) illustrates the position update for each sand cat during both the searching phase (exploration) and attacking phase (exploitation).
Compared to other intelligent methods, SCSO offers the following advantages:
- (1) SCSO algorithm is more successful in solving complex optimization problems compared to other intelligent methods;
- (2) SCSO algorithm can escape local optimal traps and exhibits suitable and balanced behavior between exploration and exploitation phases compared to other optimization algorithms;
- (3) SCSO algorithm requires fewer parameters and operators compared to other metaheuristic algorithms;
SCSO algorithm is easier to implement compared to other metaheuristic algorithms. Therefore, we select SCSO as the optimization algorithm for the ORD problem.
Procedure of ORD using SCSO algorithm.
The procedure of ORD using SCSO algorithm is given follows:
Step 1 Obtain terrain information of outdoor orienteering map and initialize the population of SCSO algorithm.
Step 2 Utilize the Equation (11) to calculate the objective function.
Step 3 If convergence criteria are met or the maximum number of iterations has been reached, terminate the process and select the position with the minimum objective function value as the optimal solution.
Step 4 Utilize the Equation (18) to update positions of each sand cat.
Step 5 Update the iteration number iterc ← iterc + 1 and other parameters, then go to Step 2.
Simulation experiments
Generation of random maps
To ensure the rigor and reliability of experiments, we randomly generated 50 different simulated outdoor orienteering maps. One of the simulated outdoor orienteering maps is illustrated in Fig 2, and the contour lines of the map are depicted in Fig 3. For each map, the area is 6000m × 6000m, with employing the superimposition of 2048 randomly placed convex areas to simulate the undulations of the terrain, as shown in Fig 2. Fig 3 presents the terrain in detail height, which can help participants in route planning, navigation, and decision-making in outdoor orienteering.
Calculation of route length
It is worth noting that in manual ORD, the direct distance between adjacent checkpoints is commonly used as the length of the route between two points. However, this approach can be biased in practical scenarios. For instance, in Fig 4, when there is a steep area (as indicated by the orange area) between two checkpoints as illustrated in point A to point B, participants typically navigate around rather than direct across (as indicated by the dashed red line). If the direct distance between two checkpoints is still used as the length between them, it may result in unfair route design.
To address this issue, we employed the Artificial Potential Field (APF) method to estimate the route of orienteer based on specific terrain. APF is a classical approach to path planning and robot navigation. This method simulates a virtual potential field around the agent to achieve path planning. In this virtual field, the target point generates an attractive force field, while obstacles produce repulsive force fields. The agent is treated as an object subjected to forces, moving within this potential field to find the optimal path. By continuously adjusting the speed and direction, agent navigates through the potential field to eventually reach the target point. APF method is a mature and efficient real-time route planning method which is suitable for many applications in autonomous navigation and path planning (Zhiyang & Tao, 2017). Therefore, we considered the length of the route estimated by APF (as indicated by the solid blue line in Fig 4) as the distance between two checkpoints.
Setup of simulation experiments
We assume that the starting point and the terminal point are both located at the centre of the map. To demonstrate the superiority of the method employed in this paper, classic PSO algorithm and the newly proposed Dung Beetle Optimizer (DBO) algorithm (Xue & Shen, 2023) are compared with the SCSO algorithm across 50 different terrains. For fair comparison, the population size, maximum iterations and other parameters of SCSO, DBO and PSO are kept identical. Some of the parameters mentioned earlier are as follows: N = 5, n = 6, ldr = 10.5 km, ε1 = 0.5 km, ldc = 1.5 km, ε2 = 0.3 km, θd = 40°, pd = 2.5 km, α = 0.9, β = 0.8, γ = 0.6, η = 0.9, λ = 0.7, P = 50, iterM = 30. The simulation is programmed in Matlab 2024b, and the hardware environment for the simulation is a computer with an Intel Core i9-12900K CPU at 3.2 GHz and 32 GB RAM.
Results
Statistical results of different intelligent methods
For optimization problems, the value of objective function represents the quality of optimization result. Since this paper is based on an error-designed objective function, lower objective function value indicates better optimization result, meaning the designed orienteering routes are fairer and the participant experience is better. The variation of objective function value with respect to the number of iterations is referred to as objective function curve, which can reflect the optimization speed and result of the intelligent method for the optimization problem. A good objective function curve should have a low final value and a small number of iterations to reach the final value. PSO and DBO are selected as representative classical and recently proposed swarm-based algorithms, providing baseline and advanced comparison references for evaluating the performance of SCSO.
Fig 5 depicts the statistical results of objective function curves in different simulated maps. The dashed light blue lines present the objective function curves of PSO algorithm, the dashed bule lines present the objective function curves of DBO algorithm, and the dashed green lines present the objective function curves of SCSO algorithm. Fig 5(a) presents the best objective function curves of the three methods in the 50 different simulated maps. This figure shows that SCSO algorithm and DBO algorithm have the lowest final value, whereas SCSO algorithm has smaller number of iterations. These curves mean the design results from SCSO algorithm and DBO algorithm are similar in specific map, yet the required computational resources and computational time of SCSO algorithm are lower.
Fig 5b, 5c and 5d present the worst, mean and median of objective function curves in the 50 different simulated maps, respectively. These figures show that SCSO algorithm has lower final value and smaller number of iterations than other algorithms, meaning SCSO algorithm has better performance and robustness for ORD in different maps.
The detail results of the simulated experiments are shown in Table 1. Justice error is an index to represent the error on justice of the designed routes, which is the weighted sum of the Equations (2), (4) and (6). Smaller value of Justice error represents fairer routes. In 41 out of 50 simulated outdoor orienteering maps, the Justice error values of SCSO algorithm are smaller than other methods, meaning the route designed by SCSO algorithm are fairer than other methods. Experience error is an index to represent the error on participant experience of the designed routes, which is the weighted sum of the Equation (7) and (9). Smaller value of experience error represents better participant experience. In 40 out of 50 simulated outdoor orienteering maps, the experience error values of SCSO algorithm are smaller than other methods, meaning the route designed by SCSO algorithm have better participant experience than other methods. In addition, the weighted sum of Justice error and experience error is the objective function value calculated by Equation (11). In 39 out of 50 simulated outdoor orienteering maps, the objective function values of SCSO algorithm are smallest, meaning SCSO algorithm is better at balancing justice and participant experience in ORD than other methods.
Table 2 presents the statistical results of objective function values and average execution times for three methods in 50 different maps, including 5 statistical indicators: the best value, the worst value, mean value, median value and standard deviation. The optimal results among the three methods are highlighted in bold. All 5 statistical indicators of the SCSO algorithm are superior to other methods, meaning SCSO algorithm has good performance and robustness in ORD. Moreover, the SCSO algorithm also exhibits the shortest average execution time in these experiments.
Results of outdoor orienteering route design
For the map shown in Fig 2, the ORD results are illustrated in Figs 6–8. Fig 6 depicts the route designed by PSO algorithm. The significant variation in total lengths among these routes can lead to unfairness in outdoor orienteering. Moreover, there are pronounced overlaps between some routes, and some checkpoints are overly concentrated, which may impact the orienteering experience of participants. This phenomenon may be attributed to PSO algorithm getting stuck in local optima. Fig 7 depicts the route designed by DSO algorithm. The total lengths of these routes have relatively small differences, and the distances between different checkpoints are also small. However, the distribution of checkpoints in some routes is not sufficiently dispersed (as the route 2 and the route 5), which can affect participants’ orienteering experience. This phenomenon may be due to the insufficient exploratory capabilities of DBO algorithm in ORD. Fig 8 depicts the route designed by SCSO algorithm. The total lengths of these routes and the distances between different checkpoints show minimal differences. The distribution of checkpoints in each route is relatively dispersed, and the overlapping areas between routes are minimal. This indicates that SCSO algorithm possesses strong exploratory capabilities and the ability to escape local optima in ORD, allowing SCSO algorithm to better meet the requirements for justice and participant experience.
Conclusions
This study establishes five fundamental principles for outdoor orienteering route design to simultaneously ensure competitive fairness and enhance participant experience. To systematically address the ORD challenge, we formulate the problem as a multi-objective optimization framework and implement the sand cat swarm optimization (SCSO) algorithm as the computational engine. Our simulation methodology incorporates 2048 randomly generated convex areas to approximate real-world terrain variability, with inter-checkpoint distances calculated using an artificial potential field (APF) approach rather than Euclidean measurements. Extensive simulations confirm the proposed method’s operational efficiency, practical feasibility, and algorithmic robustness. Comparative evaluations against particle swarm optimization (PSO) and dung beetle optimizer (DBO) algorithms under varied scenarios demonstrate SCSO’s superior performance in ORD applications. The main contributions of this paper are as follows: 1) Development of a principled ORD framework providing actionable design guidelines for orienteering planners. 2) Formalization of ORD as a mathematically tractable optimization problem with effective computational solutions. 3) Implementation of an intelligent ORD system that significantly reduces manual design workload while maintaining competitive integrity.
While the proposed framework demonstrates promising results, several limitations warrant attention. The optimization process excludes expert planner input, potentially overlooking tacit knowledge accumulated through years of practical route design experience. Future research may focus on developing human-AI collaborative design paradigms, particularly through interactive evolutionary algorithms that systematically incorporate real-time feedback from expert planners during the optimization cycle.
References
- 1. Waddington EE, Allison DJ, Calabrese EM, Pekos C, Lee A, Walsh JJ, et al. Orienteering combines vigorous-intensity exercise with navigation to improve human cognition and increase brain-derived neurotrophic factor. PLoS One. 2024;19(5):e0303785. pmid:38776348
- 2. Batista MM, Paludo AC, Gula JN, Pauli PH, Tartaruga MP. Physiological and cognitive demands of orienteering: a systematic review. Sport Sci Health. 2020;16(4):591–600.
- 3. Waddington EE, Heisz JJ. Orienteering experts report more proficient spatial processing and memory across adulthood. PLoS One. 2023;18(1):e0280435. pmid:36662692
- 4. Mukhina KD, Visheratin AA, Nasonov D. Orienteering problem with functional profits for multi-source dynamic path construction. PLoS One. 2019;14(4):e0213777. pmid:30939132
- 5. Sanderud JR, Gurholt KP, Moe VF. Didactic sensitivity to children and place: a contribution to outdoor education cultures. Sport Educ Soc. 2021;27(9):1086–99.
- 6. Elzein A, Di Caro GA. A clustering metaheuristic for large orienteering problems. PLoS ONE. 2022;17(7):e0271751.
- 7. Muller J, McEwan K, Gorczynski P, Weston N. Defining contemporary outdoor physical activity: a critical interpretive synthesis. J Outdoor Recreat Tour. 2024;47:100799.
- 8. Xu Y, Qian J. Examining the risk-safety paradox in outdoor education from a Taoist perspective: a case study of a Chinese outdoor education experience. Sport Educ Soc. 2023;30(2):137–53.
- 9. Tyne WP, Fletcher D, Paine NJ, Stevinson C. Employees’ experiences of outdoor adventure training on psychological capital and wellbeing: a mixed methods case study. J Outdoor Recreat Tour. 2024;46:100761.
- 10. Mackenzie SH, Son JS, Eitel K. Using outdoor adventure to enhance intrinsic motivation and engagement in science and physical activity: An exploratory study. J Outdoor Recreat Tour. 2018;21:76–86.
- 11. Schlemmer P, Scholten T, Niedermeier M, Kopp M, Schnitzer M. Do outdoor adventure park activities increase visitors’ well-being? J Outdoor Recreat Tour. 2021;35:100391.
- 12. Pomfret G, Sand M, May C. Conceptualising the power of outdoor adventure activities for subjective well-being: a systematic literature review. J Outdoor Recreat Tourism. 2023;42:100641.
- 13. Freeman NK, Keskin BB, Çapar İ. Attractive orienteering problem with proximity and timing interactions. Eur J Operat Res. 2018;266(1):354–70.
- 14. Lam HKN, Sproule J, Turner AP, Murgatroyd P, Gristwood G, Richards H, et al. International orienteering experts’ consensus on the definition, development, cause, impact and methods to reduce mental fatigue in orienteering: a Delphi study. J Sports Sci. 2022;40(23):2595–607. pmid:36765435
- 15. Liang S, Jiao T, Du W, Qu S. An improved ant colony optimization algorithm based on context for tourism route planning. PLoS One. 2021;16(9):e0257317. pmid:34529729
- 16. Li W, Wang G-G, Gandomi AH. A survey of learning-based intelligent optimization algorithms. Arch Computat Methods Eng. 2021;28(5):3781–99.
- 17. Cui Y, Geng Z, Zhu Q, et al. Multi-objective optimization methods and application in energy saving. Energy. 2017;125:681–704.
- 18. Strauss A. A method for complete plant taxon and site inventories in large forest areas with the help of orienteering maps, as exemplified by target forests in Switzerland. PLoS One. 2019;14(12):e0225927. pmid:31821345
- 19. Zhang Y, Gong D, Zhang J. Robot path planning in uncertain environment using multi-objective particle swarm optimization. Neurocomputing. 2013;103:172–85.
- 20. Nazarahari M, Khanmirza E, Doostie S. Multi-objective multi-robot path planning in continuous environment using an enhanced genetic algorithm. Exp Syst Appl. 2019;115:106–20.
- 21. Patle BK, Babu L G, Pandey A, Parhi DRK, Jagadeesh A. A review: On path planning strategies for navigation of mobile robot. Defence Technol. 2019;15(4):582–606.
- 22. Seyyedabbasi A, Kiani F. Sand cat swarm optimization: a nature-inspired algorithm to solve global optimization problems. Eng Comput. 2022;39(4):2627–51.
- 23. Yao L, Yang J, Yuan P, Li G, Lu Y, Zhang T. Multi-strategy improved sand cat swarm optimization: global optimization and feature selection. Biomimetics (Basel). 2023;8(6):492. pmid:37887623
- 24. Kiani F, Anka FA, Erenel F. PSCSO: enhanced sand cat swarm optimization inspired by the political system to solve complex problems. Adv Eng Softw. 2023;178:103423.
- 25. Szwarc K, Boryczka U. A novel approach to the orienteering problem based on the harmony search algorithm. PLoS One. 2022;17(2):e0264584. pmid:35226706
- 26. Xue J, Shen B. Dung beetle optimizer: a new meta-heuristic algorithm for global optimization. J Supercomput. 2022;79(7):7305–36.