Sign in to use this feature.

Years

Between: -

Subjects

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Journals

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Article Types

Countries / Regions

remove_circle_outline
remove_circle_outline
remove_circle_outline

Search Results (341)

Search Parameters:
Keywords = traveling salesman problem

Order results
Result details
Results per page
Select all
Export citation of selected articles as:
19 pages, 2397 KB  
Article
Minimum-Fuel On-Orbit Servicing via A Search Algorithm*
by Edoardo Maria Leonardi, Fabio Curti, Lorenzo Federici and Mauro Pontani
Aerospace 2026, 13(7), 604; https://doi.org/10.3390/aerospace13070604 - 30 Jun 2026
Viewed by 109
Abstract
On-Orbit Servicing (OOS) represents a viable strategy toward a sustainable and extended exploitation of the Low-Earth-Orbit (LEO) environment. The design of OOS missions requires optimizing both the scheduling of visited objects and the transfer trajectory between each pair of orbits, resulting in the [...] Read more.
On-Orbit Servicing (OOS) represents a viable strategy toward a sustainable and extended exploitation of the Low-Earth-Orbit (LEO) environment. The design of OOS missions requires optimizing both the scheduling of visited objects and the transfer trajectory between each pair of orbits, resulting in the great complexity of the global mission planning problem. This research considers a servicing spacecraft equipped with a high-thrust propulsion system, required to perform multiple orbit transfers to visit several Resident Space Objects (RSOs) in a given time frame with minimum fuel consumption. The proposed method leverages a two-stage approach: (i) first, the optimal transfers are computed for all pairs of orbits and discretized dates, and the associated overall velocity changes are stored in a cost matrix; (ii) then, the problem of visiting all RSOs is cast as a search problem, and the solution space is explored through an A* algorithm. The transfer strategy exploits intermediate drift orbits to increase the differential precession due to the J2 harmonic of the Earth’s gravitational potential. Moreover, the A* procedure leverages a heuristic function based on a modified version of the Held–Karp algorithm, which is proven to be admissible and consistent, meaning that the optimal solution is always reached. The proposed strategy is integrated within a flexible architecture, where operational constraints on phasing and servicing activities can be enforced as well. Finally, the methodology at hand is successfully applied to a case study from the literature involving three successive missions, in charge of visiting 5 RSOs each. Different discretization grids are considered, and the results are compared in terms of overall velocity change and computational time. Full article
(This article belongs to the Section Astronautics & Space Science)
35 pages, 9700 KB  
Article
A Globally Adaptive Ant Colony System with Stagnation Recovery and Candidate-List Search for Traveling Salesman Problems
by Shang Wang, Yajuan Zhang and Linjie Li
Modelling 2026, 7(4), 130; https://doi.org/10.3390/modelling7040130 - 30 Jun 2026
Viewed by 178
Abstract
The Traveling Salesman Problem (TSP) is a fundamental NP-hard combinatorial optimization problem with broad applications in logistics, scheduling, and satellite mission planning. While Ant Colony Optimization (ACO) offers distributed search and positive feedback, conventional variants suffer from premature convergence and quadratic construction costs [...] Read more.
The Traveling Salesman Problem (TSP) is a fundamental NP-hard combinatorial optimization problem with broad applications in logistics, scheduling, and satellite mission planning. While Ant Colony Optimization (ACO) offers distributed search and positive feedback, conventional variants suffer from premature convergence and quadratic construction costs that limit scalability. We propose the Globally Adaptive Ant Colony System (GACS), which integrates three synergistic mechanisms: (1) K-nearest neighbor candidate-list pruning that reduces per-step construction complexity from O(n) to O(K); (2) a globally adaptive pheromone weighting scheme that dynamically calibrates reinforcement intensity as the search matures; and (3) an adaptive stagnation recovery mechanism that applies pheromone smoothing to escape local optima. Numerical experiments demonstrate that GACS consistently outperforms four traditional ACO baselines under an equivalent time budget. On a large benchmark set from TSPLIB, GACS achieves highly competitive results against various state-of-the-art metaheuristics, with non-parametric statistical tests confirming its significant superiority in both solution quality and convergence rank. Ablation and sensitivity analyses verify that all three mechanisms are individually indispensable and that the framework is robust to parameter perturbation. Specifically, the evaporation rate and stagnation threshold are identified as the most critical parameters affecting performance, while the smoothing and adaptive range parameters exhibit low sensitivity. These results establish GACS as a lightweight, scalable, and adaptable framework for the TSP. Full article
(This article belongs to the Special Issue Optimization in Engineering: Models and Algorithms)
Show Figures

Figure 1

29 pages, 5361 KB  
Article
Graph-Theoretic Ant Colony Optimization for Dynamic Distribution Network Reconfiguration with High-Penetration Renewable Energy Sources and Battery Energy Storage Systems
by Xinhao Lu, Jiuxin Cao and Hao Chen
Algorithms 2026, 19(7), 512; https://doi.org/10.3390/a19070512 - 26 Jun 2026
Viewed by 207
Abstract
High-penetration integration of Renewable Energy Sources (RESs) and Battery Energy Storage Systems (BESSs) has transformed Distribution Network Reconfiguration (DNR) from a static topology optimization task into a complex combinatorial problem with strong coupling between discrete switch decisions and dynamic power flow constraints. This [...] Read more.
High-penetration integration of Renewable Energy Sources (RESs) and Battery Energy Storage Systems (BESSs) has transformed Distribution Network Reconfiguration (DNR) from a static topology optimization task into a complex combinatorial problem with strong coupling between discrete switch decisions and dynamic power flow constraints. This evolution requires that optimization algorithms provide two capabilities: native adaptability to discrete decision variables without approximation, and real-time responsiveness to dynamic operating conditions. Ant Colony Optimization (ACO), as the most widely applied discrete-native Swarm Intelligence (SI) algorithm, faces three critical bottlenecks in DNR due to its Traveling Salesman Problem (TSP)-oriented design: framework incompatibility, ambiguous heuristic formulation, and ineffective pheromone strategies. To address these limitations, this study proposes a Graph-Theoretic Ant Colony Optimization (GTACO) algorithm. Multi-scenario experiments on IEEE 33-bus and PG&E 69-bus systems demonstrate that GTACO outperforms state-of-the-art algorithms in core metrics including loss reduction rate, voltage stability, convergence efficiency, and economic–environmental benefits. This research overcomes the TSP-centric limitations of conventional ACO, establishes a methodological foundation for extending the ACO framework to complex non-TSP discrete optimization tasks, and provides a practical solution for dynamic DNR under high-penetration RES and BESS integration. Full article
(This article belongs to the Section Combinatorial Optimization, Graph, and Network Algorithms)
Show Figures

Figure 1

39 pages, 5542 KB  
Article
Time-Efficient Routing and Speed Control for Truck Drone Delivery Under Non-Linear Energy Constraints
by Yuxuan Ji, Linya Liu, Yong Wang, Xi Vincent Wang and Lihui Wang
Drones 2026, 10(6), 466; https://doi.org/10.3390/drones10060466 - 17 Jun 2026
Viewed by 233
Abstract
Existing truck–drone collaborative routing models predominantly assume fixed flight speeds, overlooking the non-linear coupling among speed, payload, and energy consumption, which limits urban delivery efficiency. To bridge this gap, this paper proposes the multiple flying sidekick traveling salesman problem with variable drone speed [...] Read more.
Existing truck–drone collaborative routing models predominantly assume fixed flight speeds, overlooking the non-linear coupling among speed, payload, and energy consumption, which limits urban delivery efficiency. To bridge this gap, this paper proposes the multiple flying sidekick traveling salesman problem with variable drone speed (mFSTSP-VDS). Formulating drone cruising speed as a continuous variable under strict non-linear energy constraints, we design a hybrid algorithm (ALNS-SA-VND) to jointly optimize routing, task allocation, and speed. Empirical analysis of Wuhan’s road network demonstrates the VDS strategy’s robustness. Specifically, VDS reduces the system makespan by up to 17.5% compared to rigid maximum-speed strategies, with consistent stability across varying load scenarios. By adaptively trading permissible battery capacity for temporal synchronization, VDS effectively mitigates unnecessary truck waiting times at rendezvous nodes. This study quantitatively validates the impact of sortie-specific speed adaptation on time efficiency, providing an exploratory theoretical baseline for tactical-level planning in smart logistics networks. Full article
(This article belongs to the Section Innovative Urban Mobility)
Show Figures

Graphical abstract

32 pages, 1321 KB  
Article
Symmetry-Based Route Optimization for International Land Logistics Using an Extended Traveling Salesman Problem with Distance–Time Constraints and Real-Time Google Maps Data
by Jarun Bootdachi and Sakarin Nonthapot
Symmetry 2026, 18(6), 1023; https://doi.org/10.3390/sym18061023 - 14 Jun 2026
Viewed by 258
Abstract
This study develops novel mathematical models to capture the complexities of international land logistics by extending the classical Traveling Salesman Problem (TSP) within a symmetry-aware optimization framework. A focused review of literature provides the theoretical basis for model formulation and highlights the limitations [...] Read more.
This study develops novel mathematical models to capture the complexities of international land logistics by extending the classical Traveling Salesman Problem (TSP) within a symmetry-aware optimization framework. A focused review of literature provides the theoretical basis for model formulation and highlights the limitations of conventional distance-only approaches. In international transport, shorter routes are often assumed to reduce energy use; however, this assumption overlooks the decisive influence of travel time and traffic variability. In this context, symmetry offers a useful analytical lens, as balanced relationships among distance, time, and fuel consumption can reveal more efficient logistics structures. Accordingly, two models are proposed: the Traditional Traveling Salesman Problem in terms of Distance Concentration (TTSPD), which minimizes route length, and the Extended Traveling Salesman Problem in terms of Distance and Time Concentration (ETSPDT), which jointly considers distance, travel time, and fuel consumption. Furthermore, TTSPD was employed to validate ETSPDT, since it is based on the traditional TSP. Both models are solved exactly using the Solver Add-in in Microsoft Excel 2024 with data derived from Google Maps. The results show that ETSPDT achieves superior energy efficiency and average speed, demonstrating the practical value of multidimensional, symmetry-informed optimization for sustainable supply chain and logistics management. Full article
(This article belongs to the Section Engineering and Materials)
Show Figures

Figure 1

58 pages, 12173 KB  
Article
Multi-Swarm Particle Swarm Optimization with Multi-Learning Strategy
by Jie Sun, Mengchao Pu, Dongping Tian, Yuyu Fan, Qinghao Xu, Fang Li and Siyu Peng
Algorithms 2026, 19(6), 474; https://doi.org/10.3390/a19060474 - 10 Jun 2026
Viewed by 247
Abstract
Particle swarm optimization (PSO) is a simple and efficient metaheuristic algorithm that has been widely applied to solving various practical problems. However, PSO has some inherent limitations, such as a tendency to get trapped in local optima and an imbalance between global exploration [...] Read more.
Particle swarm optimization (PSO) is a simple and efficient metaheuristic algorithm that has been widely applied to solving various practical problems. However, PSO has some inherent limitations, such as a tendency to get trapped in local optima and an imbalance between global exploration and local exploitation. To overcome these challenges, this paper proposes a novel algorithm called the multi-swarm particle swarm optimization algorithm with multi-learning strategy (MPLPSO). First, the entire swarm is randomly partitioned into multiple sub-swarms, each comprising three distinct types of particles, which enables the algorithm to explore multiple potential solutions simultaneously. Next, a pool elite learning strategy combined with a convergence learning mechanism is employed to effectively reduce the risk of premature convergence. Furthermore, an elimination-replacement mechanism is integrated with a hierarchical competition strategy to further enhance the solution accuracy. Extensive experiments conducted on the CEC 2017 and CEC 2022 benchmark test suites demonstrate that the proposed MPLPSO significantly outperforms the classical PSO and several state-of-the-art PSO variants. Additionally, MPLPSO is also applied to the traveling salesman problem, and the experimental results further validate the superior performance and robustness of the proposal. Full article
(This article belongs to the Section Evolutionary Algorithms and Machine Learning)
Show Figures

Figure 1

35 pages, 2010 KB  
Article
Energy Consumption Optimization of Multi-Trip UAV Routing Using Surrogate Modeling with Heuristic and Metaheuristic Algorithms
by Abdullah Tunç Büyüksan, Kerem Utku Demir, Durdu Hakan Utku and Kamer Özgün
Drones 2026, 10(6), 430; https://doi.org/10.3390/drones10060430 - 2 Jun 2026
Viewed by 542
Abstract
Unmanned aerial vehicle (UAV) routing under realistic operational conditions requires simultaneous consideration of distance- and payload-dependent energy consumption, limited battery capacity, and multi-trip mission feasibility—factors that are rarely integrated into a unified, reproducible benchmarking framework. This study proposes an energy-aware, multi-trip UAV routing [...] Read more.
Unmanned aerial vehicle (UAV) routing under realistic operational conditions requires simultaneous consideration of distance- and payload-dependent energy consumption, limited battery capacity, and multi-trip mission feasibility—factors that are rarely integrated into a unified, reproducible benchmarking framework. This study proposes an energy-aware, multi-trip UAV routing model for single-warehouse cargo delivery operations, in which total energy consumption is minimized through a second-degree polynomial power function derived from empirical motor thrust–power data of a theoretically designed quadrotor UAV with a maximum payload capacity and a usable battery capacity. Euclidean service locations and loads are generated randomly within a continuous operational domain to reflect spatial uncertainty, and a split-based decoding mechanism enforces battery feasibility constraints throughout the route. Twenty-six heuristic and metaheuristic algorithms sourced from the recent UAV routing literature are implemented within a standardized MATLAB benchmarking environment and evaluated on TSPLIB instances (Berlin52, kroA100), as well as randomly generated instances with different numbers of delivery locations. A refined subset of eight representative algorithms is subjected to comprehensive scalability analysis under both distance- and energy-minimization objectives, separately. The findings provide evidence-based guidelines for algorithm selection across offline planning and real-time UAV routing scenarios, and establish a transparent, reproducible benchmark baseline for energy-constrained single-UAV operations. Full article
Show Figures

Figure 1

29 pages, 32981 KB  
Article
Aesthetic-Aware Trajectory Planning for Multi-ROI UAV Aerial Cinematography
by Zijun He, Yuchen Liu and Zheng Ji
Drones 2026, 10(5), 380; https://doi.org/10.3390/drones10050380 - 16 May 2026
Viewed by 381
Abstract
UAV aerial cinematography has become increasingly important in film production, surveying, and smart-city applications due to its efficiency and creative potential. However, existing UAV filming workflows still rely heavily on manual operation and professional piloting skills, resulting in complex mission design, limited planning [...] Read more.
UAV aerial cinematography has become increasingly important in film production, surveying, and smart-city applications due to its efficiency and creative potential. However, existing UAV filming workflows still rely heavily on manual operation and professional piloting skills, resulting in complex mission design, limited planning autonomy, and inconsistent visual quality. To address these challenges, this paper proposes a unified aesthetics-aware trajectory planning framework for multi-region-of-interest (multi-ROI) UAV aerial cinematography that automatically generates safe, efficient, and visually coherent flight paths from user-specified ROIs. The proposed framework consists of three main components. First, for each ROI, candidate viewpoints are sampled using a spiral trajectory, and a learning-based aesthetic evaluation network is applied to select visually optimal viewpoints for local trajectory generation. Second, transition trajectories between ROIs are generated using a Goal-biased Bidirectional Rapidly exploring Random Tree Star (Goal-biased BiRRT*) planner and evaluated through a multi-objective cost function to determine the most suitable transition paths. Third, the global connection of multiple ROIs is formulated as a Set Traveling Salesman Problem (STSP) to obtain an efficient visiting sequence. By integrating learning-based aesthetic evaluation with hierarchical trajectory planning and coordinated multi-ROI route organization, the proposed framework jointly considers flight feasibility, planning efficiency, visual composition quality, and trajectory continuity within a unified planning pipeline. Experimental results demonstrate that the proposed method generates more visually appealing and coherent aerial trajectories than traditional manual or rule-based approaches, while significantly reducing operational complexity. The proposed system provides an effective solution for autonomous UAV aerial cinematography with improved global consistency, aesthetic performance, and practical planning capability in complex environments. Full article
Show Figures

Figure 1

24 pages, 9325 KB  
Article
UAV Inspection Path Planning for Reservoir Slopes: Application of a Weighted Traveling Salesman Problem Model Based on Genetic Algorithm
by Guoliang Zhao, Dingtian Lin, Yaxin Tan, Xitong Zhang, Shence Zhang, Baoquan Yang, Junteng Wang and Xinyi Tang
Appl. Sci. 2026, 16(10), 4765; https://doi.org/10.3390/app16104765 - 11 May 2026
Viewed by 388
Abstract
Regular inspection of defects like sprayed concrete cracking and water seepage is crucial for the long-term safety of reservoir slopes in hydraulic engineering. Traditional manual inspections suffer from low efficiency and high cost. This paper presents a weighted Traveling Salesman Problem (TSP) model [...] Read more.
Regular inspection of defects like sprayed concrete cracking and water seepage is crucial for the long-term safety of reservoir slopes in hydraulic engineering. Traditional manual inspections suffer from low efficiency and high cost. This paper presents a weighted Traveling Salesman Problem (TSP) model established by a Genetic Algorithm (GA) to optimize Unmanned Aerial Vehicle (UAV) inspection paths for these slopes. The model integrates UAV acceleration and deceleration physics. It weights the flight distance, converting it into flight time, and uses 3D-coordinate data to form the objective function. We calibrated key parameters, including acceleration and speed thresholds, by fitting displacement-time quadratic functions to field data from a DJI Matrice 350 RTK UAV. Tests on multiple slope models show the weighted GA optimizes the planned path by 46.2%, improves average inspection efficiency by 7.90% over an algorithm simulating human decision-making, and by 7.66% over a standard (non-weighted) GA. This work provides a reference for intelligent path planning on reservoir slopes and is applicable to similar scenarios like highway and railway slopes. Full article
(This article belongs to the Special Issue AI-Based Methods for Object Detection and Path Planning)
Show Figures

Figure 1

35 pages, 3779 KB  
Article
Bayesian Optimization for Categorical and Mixed Variables Using a Multinomial Logit Surrogate
by Muhammad Amir Saeed and Antonio Candelieri
Algorithms 2026, 19(5), 361; https://doi.org/10.3390/a19050361 - 4 May 2026
Viewed by 616
Abstract
Bayesian optimization (BO) is a widely used framework for optimizing expensive black-box functions. Most BO methods rely on Gaussian process (GP) surrogates, which perform well in continuous domains but encounter difficulties when decision variables include categorical or mixed discrete–continuous components. In particular, GP-based [...] Read more.
Bayesian optimization (BO) is a widely used framework for optimizing expensive black-box functions. Most BO methods rely on Gaussian process (GP) surrogates, which perform well in continuous domains but encounter difficulties when decision variables include categorical or mixed discrete–continuous components. In particular, GP-based approaches typically require ad hoc numerical encodings of categorical variables that may fail to capture the structure of discrete decision spaces. In this work, we propose MNL-BO (Multinomial Logit Bayesian Optimization), a preference-based Bayesian optimization framework that replaces the GP surrogate with a multinomial logit (MNL) model trained from pairwise preference comparisons. The resulting surrogate provides a natural and interpretable representation of categorical alternatives while allowing continuous, discrete, and categorical variables to be handled within a unified optimization framework. The predictive utility estimates and uncertainty indicators generated by the MNL model are employed to formulate acquisition functions that reconcile exploration with exploitation. The proposed methodology is evaluated on three progressively complex optimization challenges: a purely categorical benchmark, a combinatorial Traveling Salesman problem, and a constrained mixed-variable engineering design problem concerning material selection in pressure vessel optimization. Multi-run tests provide consistent advantages over random search and exhibit stable convergence behavior across diverse random initializations. In addition to heuristic baselines such as local search and classical metaheuristics, we also compare against tree-based Bayesian optimization baselines inspired by the Sequential Model-based Algorithm Configuration (SMAC) framework. The results indicate that the proposed MNL-BO method achieves competitive performance under comparable evaluation budgets while providing an interpretable probabilistic surrogate for categorical decision spaces. These findings suggest that preference-based surrogate modeling provides a practical and flexible alternative for Bayesian optimization in categorical and mixed-variable optimization problems. Full article
Show Figures

Figure 1

17 pages, 7296 KB  
Article
Energy-Balanced Task Allocation and Dynamic Rescheduling for Multi-Robot Systems in Complex Environments
by Wan Xu, Yujie Wang, Simin Du and Shijie Liu
Appl. Sci. 2026, 16(9), 4311; https://doi.org/10.3390/app16094311 - 28 Apr 2026
Viewed by 684
Abstract
To address the issues of unbalanced residual energy caused by heterogeneous initial robot states and dynamic environmental disturbances, this paper proposes a dynamic task allocation and rescheduling strategy considering energy balance. A Multiple Traveling Salesman Problem (MTSP) mathematical model that incorporates energy constraints [...] Read more.
To address the issues of unbalanced residual energy caused by heterogeneous initial robot states and dynamic environmental disturbances, this paper proposes a dynamic task allocation and rescheduling strategy considering energy balance. A Multiple Traveling Salesman Problem (MTSP) mathematical model that incorporates energy constraints and load balancing is established. Furthermore, an Improved Genetic Algorithm (IGA) based on K-Means initialization and adaptive mutation strategies is proposed. By introducing an energy-aware operator, the algorithm achieves energy consumption balance within the robot swarm while optimizing the total path length. In addition, an event-triggered dynamic rescheduling mechanism is designed. When sudden robot failures or task updates are detected, a Local Greedy Insertion (LGI) strategy is activated to achieve rapid task takeover and reallocation. Experimental results show that the proposed IGA consistently reduces the system’s state of charge (SoC) range to less than 1%, significantly outperforming baseline algorithms. It strikes an excellent balance between solution accuracy and computational time overhead. Finally, by simulating sudden new tasks and robot failure scenarios, the effectiveness of the dynamic rescheduling mechanism is verified, ensuring the timeliness and high robustness of the system. Full article
(This article belongs to the Section Robotics and Automation)
Show Figures

Figure 1

26 pages, 1026 KB  
Article
A Hybrid Heuristic Algorithm for the Traveling Salesman Problem with Structured Initialization in Global–Local Search
by Eduardo Chandomí-Castellanos, Elías N. Escobar-Gómez, Jorge Antonio Orozco Torres, Alejandro Medina Santiago, Betty Yolanda López Zapata, Juan Antonio Arizaga Silva, José Roberto-Bermúdez and Héctor Daniel Vázquez-Delgado
Algorithms 2026, 19(5), 324; https://doi.org/10.3390/a19050324 - 22 Apr 2026
Viewed by 1582
Abstract
This work proposes solving the Traveling Salesman Problem by applying combined heuristic global and local search methods. The proposed method is divided into three phases: first, it evaluates an initial route and chooses the minimum value of rows in a distance matrix. The [...] Read more.
This work proposes solving the Traveling Salesman Problem by applying combined heuristic global and local search methods. The proposed method is divided into three phases: first, it evaluates an initial route and chooses the minimum value of rows in a distance matrix. The next phase seeks to improve the route’s cost globally and with a 2-opt local search method, remove the crossings, and further minimize the cost of departure. Finally, the last phase evaluates and conserves each cost using tabu search, proposing a parameter β that describes the algorithm convergence factor. This paper assessed 29 TSPLIB instances and compared them with other algorithms: the ant colony optimization algorithm (ACO), artificial neural network (ANN), particle swarm optimization (PSO), and genetic algorithm (GA). With the proposed algorithm, results close to the optimal ones are obtained, and the proposed algorithm is assessed on 29 TSPLIB instances. Based on 30 independent runs per instance, the method achieves a mean absolute percentage error (MAPE) of 1.4484% relative to the known optima, demonstrating its accuracy. Furthermore, statistical comparisons using the coefficient of variation (CV) for runtime and the Wilcoxon signed-rank test confirm that the proposed hybrid algorithm is significantly faster than traditional ant colony optimization (T-ACO) and a new ant colony optimization algorithm (N-ACO) while maintaining competitive solution quality. Full article
(This article belongs to the Section Evolutionary Algorithms and Machine Learning)
Show Figures

Figure 1

26 pages, 1640 KB  
Article
Integrated Optimization Framework for AS/RS: Coupling Storage Allocation, Collaborative Scheduling, and Path Planning via Hybrid Meta-Heuristics
by Dingnan Zhang, Boyang Liu, Enqi Yue and Dongsheng Wu
Appl. Sci. 2026, 16(8), 3757; https://doi.org/10.3390/app16083757 - 11 Apr 2026
Viewed by 628
Abstract
Automated Storage and Retrieval Systems (AS/RSs) are pivotal hubs in modern intelligent logistics, yet their operational efficiency is often constrained by the complex coupling of storage allocation, equipment scheduling, and path planning. This study proposes a systematic optimization framework to address these three [...] Read more.
Automated Storage and Retrieval Systems (AS/RSs) are pivotal hubs in modern intelligent logistics, yet their operational efficiency is often constrained by the complex coupling of storage allocation, equipment scheduling, and path planning. This study proposes a systematic optimization framework to address these three critical control challenges. First, a multi-objective mathematical model for storage location allocation is established, considering efficiency, stability, and correlation. To solve this high-dimensional discrete problem, a Tabu Variable Neighborhood Search (TVNS) algorithm is proposed, integrating short-term memory mechanisms with multi-structure exploration to prevent premature convergence. Second, regarding stacker crane and forklift collaborative scheduling, a Pheromone-guided Artificial Hummingbird Algorithm (PT-AHA) is introduced. By incorporating pheromone feedback into foraging behavior, the algorithm significantly enhances global search capability to minimize total task completion time. Third, stacker crane path planning is modeled as a constrained Traveling Salesman Problem (TSP) and solved using a hybrid Simulated Annealing-Whale Optimization Algorithm (SA-WOA). Quantitative simulation results demonstrate that the TVNS algorithm improves storage allocation fitness by 1.1% over standard Genetic Algorithms, while the PT-AHA reduces task completion time (Makespan) by 21.9% for small-scale batches and consistently outperforms ACO by up to 3.6% in large-scale operations. Validation through an Intelligent Warehouse Management System (WMS) confirms that the integrated framework maintains high industrial resilience by triggering fault alarms and initiating recovery within 3.2 s during simulated equipment failures, providing a robust solution for enterprise-level deployments. Full article
(This article belongs to the Section Applied Industrial Technologies)
Show Figures

Figure 1

24 pages, 7133 KB  
Article
Towards Effective Forest Fire Response: A Cloud–Edge Collaborative UAV Deployment Strategy for Rapid Situational Awareness
by Yumin Dong, Peifeng Li, Xiqing Guo and Ziyang Li
Fire 2026, 9(4), 160; https://doi.org/10.3390/fire9040160 - 10 Apr 2026
Viewed by 702
Abstract
Rapid and balanced situational awareness of fire fronts is critical for effective initial response to forest fires, yet suboptimal task planning for Unmanned Aerial Vehicle (UAV) swarms can delay intelligence delivery. This paper presents a cloud–edge collaborative approach that integrates edge-driven rapid task [...] Read more.
Rapid and balanced situational awareness of fire fronts is critical for effective initial response to forest fires, yet suboptimal task planning for Unmanned Aerial Vehicle (UAV) swarms can delay intelligence delivery. This paper presents a cloud–edge collaborative approach that integrates edge-driven rapid task partitioning with cloud-based global workload balancing, explicitly addressing the NP-hard multiple traveling salesman problem underlying multi-UAV reconnaissance. At the edge, a fire-spread-informed line clustering algorithm quickly assigns monitoring points to UAVs, exploiting low-latency processing for initial sectorization. The cloud then refines this allocation through a novel cooperative–competitive task transfer mechanism that minimizes the makespan. Extensive simulations and a real-world case study based on the 2020 Liangshan wildfire show that the proposed method reduces makespan by up to 24.5% compared to conventional centralized and distributed baselines, while remaining robust under severe communication constraints. Full article
Show Figures

Figure 1

33 pages, 1341 KB  
Review
A Comprehensive Review of Metaheuristics for the Modern Traveling Salesman Problem and Drone-Assisted Delivery
by Alessio Mezzina and Mario Pavone
Algorithms 2026, 19(4), 278; https://doi.org/10.3390/a19040278 - 2 Apr 2026
Viewed by 1165
Abstract
The Traveling Salesman Problem (TSP) is a fundamental challenge in combinatorial optimization, with wide-ranging applications in logistics, manufacturing, and network design. In addition to the classical formulation, recent years have witnessed the emergence of complex variants, such as the TSP with Drones (TSP-D), [...] Read more.
The Traveling Salesman Problem (TSP) is a fundamental challenge in combinatorial optimization, with wide-ranging applications in logistics, manufacturing, and network design. In addition to the classical formulation, recent years have witnessed the emergence of complex variants, such as the TSP with Drones (TSP-D), TSP with Time Windows, and Prize-Collecting TSP, that incorporate novel constraints reflecting real-world requirements like last-mile delivery and multimodal logistics. This review presents a comprehensive survey of metaheuristic approaches for solving both the classical TSP and its emerging extensions, with particular emphasis on metaheuristic, hybrid methods, and machine learning-enhanced strategies. Recent algorithmic developments, benchmark datasets, and evaluation metrics are investigated, and critical challenges in addressing drone coordination, synchronization, and uncertainty are identified, as well. Bibliometric analysis is further provided to map research trends and the evolution of the field. By synthesizing foundational techniques and state-of-the-art innovations, this review outlines current progress and proposes future directions for metaheuristic optimization in increasingly dynamic and heterogeneous routing scenarios. Full article
Show Figures

Figure 1

Back to TopTop