Advanced Path Planning for UAV Swarms in Smart City Disaster Scenarios Using Hybrid Metaheuristic Algorithms
Abstract
:1. Introduction
1.1. Problem Identification and Novelty
- Seamless user allocation: In disaster zones, users frequently move between service areas, creating challenges for maintaining uninterrupted connectivity. Optimized UAV paths are required to dynamically adapt to user transitions.
- Coverage maximization: Traditional UAV routing strategies often focus on cluster centroids, potentially neglecting users located in peripheral areas. This study emphasizes a routing approach that ensures complete coverage while maintaining energy efficiency.
1.2. Novel Contributions and Approach
- Contribution 1: A QoS-aware fitness function for UAV swarm optimization: A multi-metric fitness function is proposed, integrating path length, and signal-to-interference-plus-noise ratio (SINR-based) QoS compliance. This ensures that UAVs maintain efficient and interference-free communication while minimizing resource consumption.
- Contribution 2: An APC-GA hybrid framework for UAV path planning: The paper introduces a novel hybrid algorithm that utilizes APC for dynamic user grouping and customized mutation operators for UAV-specific optimization. These enhancements improve adaptability and efficiency in complex environments.
- Contribution 3: Real-time mobility integration: The proposed framework incorporates user mobility into the clustering and optimization process, enabling UAV swarms to dynamically adjust their paths and maintain consistent coverage as user distributions change.
1.3. Organization of This Paper
2. Related Works
2.1. UAV Swarm Optimization Techniques
2.2. Clustering Methods in UAV Applications
2.3. Metaheuristic Algorithms for Disaster Response
2.4. Recent Advances in UAV-Assisted Communication
2.5. Research Gap and Contribution
- Integration of mobility prediction with clustering: Most studies fail to incorporate predictive mobility models into clustering algorithms, which are essential for proactive UAV positioning and resource allocation.
- QoS-aware decision-making: Few approaches consider real-time QoS metrics, such as latency, throughput, and reliability, during UAV deployment and trajectory planning.
- Dynamic adaptability in disaster environments: Traditional optimization methods often rely on static assumptions or offline training, limiting their ability to adapt to rapidly changing disaster conditions.
Study | UE Mobility Modeled | Types of Mobility | Environment Covered | Mobility Prediction | Trajectory Optimization | Clustering Technique | QoS Awareness | Energy Efficiency |
---|---|---|---|---|---|---|---|---|
[25] | Static UE | None | Urban | No | PSO-based optimization | K-means | No | Moderate |
[7] | Static UE | None | Post-disaster | No | ABC Algorithm | None | No | Low |
[31] | Quasi-stationary | Directional | Suburban, Rural | Yes | Proactive UAV adjustments | DBSCAN | Limited | Low |
[32] | Random mobility | Random Walk | Disaster zones | No | Behavioral Imitation Learning | None | Yes | Moderate |
[35] | Controlled mobility | Directional | Rural | Yes | Optimal transport theory | None | Yes | High |
[36] | Controlled mobility | Directional | Urban | Yes | 3D trajectory optimization | None | Yes | High |
[33] | Random mobility | Random Walk | Urban | Yes | Machine learning-based optimization | None | Yes | Moderate |
[26] | Static UE | None | Urban | No | Heuristic placement | None | No | Low |
[34] | Random mobility | Random Walk | Urban | No | Heuristic placement | None | No | Low |
[27] | Static or Quasi-stationary UE | None | Urban and Suburban | No | A Whale Optimization Algorithm | None | Yes | None |
[28] | Static UE | None | Urban | No | Self-organizing architecture | None | No | Moderate |
[29] | Static UE | None | Urban | No | Air-ground integrated network | K-means | No | Moderate |
[30] | Static UE | None | Urban, Suburban, Dense Urban, High-rise Urban | Yes | Genetic Algorithm-based 3D deployment | K-means | High | Moderate |
Proposed Work | Dynamic UE | RWPM, RPGM | Urban, Suburban, Dense Urban, High-Rise Urban | Yes | GA + APC Hybrid for real-time paths | APC | High QoS metrics | High energy optimization for hover and travel |
3. Environment Modeling
- In urban areas, UAVs navigate through dense building structures, avoiding obstructions and optimizing communication links for effective service delivery.
- In suburban settings, UAVs utilize clustering techniques to distribute coverage efficiently, addressing the broader spacing between UEs.
- For dense urban regions, the swarm handles high UE densities, managing interference and ensuring consistent data rates even in congested zones.
- In high-rise urban environments, the system dynamically adjusts UAV altitudes, enabling vertical coverage for multi-story buildings and skyscrapers.
- Transmission power levels: The UAV transmission power () is configured at 30 dBm to balance coverage and energy efficiency. In comparison, the BSs are assumed to transmit at 46 dBm for a more extensive reach. The UE power is capped at 10 dBm to conserve device energy without sacrificing communication quality.
- Interference management: By incorporating interference from other UAVs, the SINR model reflects realistic swarm dynamics, where overlapping coverage areas may degrade communication quality.
- MIMO configurations: Leveraging multiple-input, multiple-output (MIMO) technology, the system can support simultaneous connections to multiple UEs, enhancing data throughput and spectral efficiency. This is particularly critical in high-density, highly mobile environments.
3.1. Path Loss Modeling
3.1.1. General Path Loss Model
- -
- d: Distance between the UAV and UE, measured in meters.
- -
- : Environment-specific attenuation, which accounts for urban, suburban, dense urban, and high-rise urban conditions.
3.1.2. Calculation of Parameter A
- -
- f: Carrier frequency (MHz) (e.g., 700 MHz for LTE Band 14).
- -
- : UAV altitude in meters.
- -
- : A correction factor based on the height of the UE ().
3.1.3. Calculation of Parameter B
- -
- : Environment-specific coefficients for urban, suburban, dense urban, and high-rise urban environments.
- -
- f: Carrier frequency ( MHz).
- -
- : UE height (in meters).
- -
- : Environment-specific attenuation for LOS conditions.
- -
- : Environment-specific attenuation for non-line-of-sight (NLOS) conditions.
- Random Waypoint Mobility:
- Reference Point Group Mobility:
3.2. Problem Definition
3.3. Parameter Settings
4. Proposed Optimal Path Planning for UAV Swarms
4.1. Integration of Proposed Fitness Function and Swarm Mutation Strategies
Algorithm 1: Swarm initialization and UE clustering |
Data: : Number of UAVs, : UE distribution, : UE mobility speed, M: Mobility model, E: Environment parameters. Result: Cluster assignments V, initial paths . Step 1: Swarm Role Assignment Define swarm UAV roles: Step 2: UE Initialization Initialize the UE positions: Mobility model M is applied to compute the UE movement: Step 3: UE Clustering using APC Compute the cluster centres . where denotes the similarity measure for the APC. Step 4: Path Initialization Assign tasks to UAVs from cluster centre V. Step 5: Cluster Re-Evaluation and Mobility Integration Update the cluster centres V dynamically if the UE positions change. Recompute paths for all UAVs. Step 6: Output Results return V, . |
Algorithm 2: Path optimization and task allocation |
4.2. Integration of the Proposed Advanced Fitness Function with QoS, Capacity Constraints, and Mutation for Optimization
Algorithm 3: Advanced fitness function with QoS and capacity constraints |
5. Performance Evaluation of Proposed Solution
5.1. Evaluation Criteria and Experimental Setup
5.2. Coverage Ratio vs. Number of UAV Swarms
5.2.1. Dense Urban Environment
5.2.2. Urban Environment
5.2.3. Suburban Environment
5.2.4. High-Rise Urban Environment
5.3. Fitness Score vs. Iterations
5.4. QoS Compliance vs. Number of UAV Swarms
5.5. Mobility Impact on Coverage
5.6. Latency vs. Number of UAV Swarms
5.6.1. Dense Urban Environment
5.6.2. Urban Environment
5.6.3. Suburban Environment
5.6.4. High-Rise Urban Environment
6. Conclusions
Author Contributions
Funding
Institutional Review Board Statement
Data Availability Statement
Acknowledgments
Conflicts of Interest
Abbreviations
ACO | Ant colony optimization |
AGA | Adaptive genetic algorithms |
A | Frequency incidence factor |
AR | Angle ratio |
and Env | Environment correction factors |
B | Base station antenna height factor |
BS | Base station |
BPS | Bits per second |
bps | Bits per second |
Bw | Bandwidth for a channel in Hz |
C | Capacity |
C | Capacity in bps |
CHs | Cluster heads |
COW | Cell on wings |
CSV | Comma-separated values |
D2D | Device-to-device |
DCUD | Distributed clustering for user devices |
DDQN | Double deep Q-networks |
DR | Distance ratio |
DRN | Disaster response networks |
EH | Energy harvesting |
ƒ | Frequency in MHz |
FPA | Flower pollination algorithm |
GA | Genetic algorithm |
GHO | Grasshopper optimization |
hb | Height of the base station |
hm | Height of the mobile aerial base station |
HZ | Hertz |
ILP | Integer linear programming |
IMSIA | Improved multi-objective swarm intelligence algorithm |
IoT | Internet of things |
IQR | Interquartile range |
IR | Intersection ratio |
KBPS | Kilobits per second |
LOS | Line-of-sight |
LTE | Long-term evolution |
mMTC | massive machine-type communications |
MABS | Mobile aerial base stations |
Mbps | Megabits per second |
MHZ | Megahertz |
MIMO | Multiple-input multiple-output |
NLOS | Non-line-of-sight |
PL | Path loss |
PSO | Particle swarm optimization |
PSR | Path smoothness ratio |
QoS | Quality of service |
RoI | Region of interest |
RPGM | Reference point group mobility |
RWPM | Random waypoint model |
SFOA | Smart flower optimization algorithm |
SILC | Swarm intelligence-based localization and clustering |
SNR | Signal-to-noise ratio |
SINR | Signal-to-interference-plus-noise ratio |
SR | Service ratio |
UE | User equipment |
UAVs | Unmanned aerial vehicles |
URLLC | Ultra-reliable, low-latency communication |
VD | Voronoi diagram |
VDG | Voronoi diagram graph |
WPT | Wireless power transfer |
Density value for Poisson distribution |
References
- Behjati, M.; Zulkifley, M.A.; Alobaidy, H.A.; Nordin, R.; Abdullah, N.F. Reliable aerial mobile communications with RSRP & RSRQ prediction models for the Internet of Drones: A machine learning approach. Sensors 2022, 22, 5522. [Google Scholar] [CrossRef] [PubMed]
- Behjati, M.; Nordin, R.; Zulkifley, M.A.; Abdullah, N.F. 3D global path planning optimization for cellular-connected UAVs under link reliability constraint. Sensors 2022, 22, 8957. [Google Scholar] [CrossRef] [PubMed]
- Qadir, Z.; Ullah, F.; Munawar, H.S.; Al-Turjman, F. Addressing disasters in smart cities through UAVs path planning and 5G communications: A systematic review. Comput. Commun. 2021, 168, 114–135. [Google Scholar] [CrossRef]
- Sánchez-García, J.; Reina, D.G.; Toral, S. A distributed PSO-based exploration algorithm for a UAV network assisting a disaster scenario. Future Gener. Comput. Syst. 2019, 90, 129–148. [Google Scholar] [CrossRef]
- Hydher, H.; Jayakody, D.N.K.; Hemachandra, K.T.; Samarasinghe, T. Intelligent UAV deployment for a disaster-resilient wireless network. Sensors 2020, 20, 6140. [Google Scholar] [CrossRef]
- Liu, H.; Ge, J.; Wang, Y.; Li, J.; Ding, K.; Zhang, Z.; Guo, Z.; Li, W.; Lan, J. Multi-UAV optimal mission assignment and path planning for disaster rescue using adaptive genetic algorithm and improved artificial bee colony method. Actuators 2021, 11, 4. [Google Scholar] [CrossRef]
- Li, J.; Lu, D.; Zhang, G.; Tian, J.; Pang, Y. Post-disaster unmanned aerial vehicle base station deployment method based on artificial bee colony algorithm. IEEE Access 2019, 7, 168327–168336. [Google Scholar] [CrossRef]
- Demir, K.; Tumen, V.; Kosunalp, S.; Iliev, T. A Deep Reinforcement Learning Algorithm for Trajectory Planning of Swarm UAV Fulfilling Wildfire Reconnaissance. Electronics 2024, 13, 2568. [Google Scholar] [CrossRef]
- Montero, E.; Rocha, C.; Oliveira, H.; Cerqueira, E.; Mendes, P.; Santos, A.; Rosário, D. Proactive radio-and QoS-aware UAV as BS deployment to improve cellular operations. Comput. Netw. 2021, 200, 108486. [Google Scholar] [CrossRef]
- Wan, Y.; Zhong, Y.; Ma, A.; Zhang, L. An accurate UAV 3-D path planning method for disaster emergency response based on an improved multiobjective swarm intelligence algorithm. IEEE Trans. Cybern. 2022, 53, 2658–2671. [Google Scholar] [CrossRef]
- Masroor, R.; Naeem, M.; Ejaz, W. Efficient deployment of UAVs for disaster management: A multi-criterion optimization approach. Comput. Commun. 2021, 177, 185–194. [Google Scholar] [CrossRef]
- Liu, J.; Liao, X.; Ye, H.; Yue, H.; Wang, Y.; Tan, X.; Wang, D. UAV swarm scheduling method for remote sensing observations during emergency scenarios. Remote Sens. 2022, 14, 1406. [Google Scholar] [CrossRef]
- Zhou, P.; Xie, Z.; Zhou, W.; Tan, Z. A Heuristic Integrated Scheduling Algorithm Based on Improved Dijkstra Algorithm. Electronics 2023, 12, 4189. [Google Scholar] [CrossRef]
- Arafat, M.Y.; Moh, S. Localization and clustering based on swarm intelligence in UAV networks for emergency communications. IEEE Internet Things J. 2019, 6, 8958–8976. [Google Scholar] [CrossRef]
- Hamid, H.; Begh, G. Clustering based strategic 3D deployment and trajectory optimization of UAVs with A-star algorithm for enhanced disaster response. Phys. Commun. 2024, 67, 102536. [Google Scholar] [CrossRef]
- Saif, A.; Dimyati, K.; Noordin, K.A.; Shah, N.S.M.; Alsamhi, S.; Abdullah, Q.; Farah, N. Distributed clustering for user devices under UAV coverage area during disaster recovery. In Proceedings of the 2021 IEEE International Conference in Power Engineering Application (ICPEA), Shah Alam, Malaysia, 8–9 March 2021; pp. 143–148. [Google Scholar]
- Javed, S.; Hassan, A.; Ahmad, R.; Ahmed, W.; Alam, M.M.; Rodrigues, J.J. UAV trajectory planning for disaster scenarios. Veh. Commun. 2023, 39, 100568. [Google Scholar] [CrossRef]
- Kamyabniya, A.; Sauré, A.; Salman, F.S.; Bénichou, N.; Patrick, J. Optimization models for disaster response operations: A literature review. OR Spectr. 2024, 46, 737–783. [Google Scholar] [CrossRef]
- Kumar, P.A.; Manoj, N.; Sudheer, N.; Bhat, P.P.; Arya, A.; Sharma, R. UAV Swarm Objectives: A Critical Analysis and Comprehensive Review. SN Comput. Sci. 2024, 5, 764. [Google Scholar] [CrossRef]
- Jain, S.; Bharti, K.K. A combinatorial optimization model for post-disaster emergency resource allocation using meta-heuristics. Soft Comput. 2023, 27, 13595–13611. [Google Scholar] [CrossRef]
- Elnabty, I.A.; Fahmy, Y.; Kafafy, M. A survey on UAV placement optimization for UAV-assisted communication in 5G and beyond networks. Phys. Commun. 2022, 51, 101564. [Google Scholar] [CrossRef]
- Gu, X.; Zhang, G. A survey on UAV-assisted wireless communications: Recent advances and future trends. Comput. Commun. 2023, 208, 44–78. [Google Scholar] [CrossRef]
- Mao, K.; Zhu, Q.; Wang, C.X.; Ye, X.; Gomez-Ponce, J.; Cai, X.; Miao, Y.; Cui, Z.; Wu, Q.; Fan, W. A survey on channel sounding technologies and measurements for UAV-assisted communications. IEEE Trans. Instrum. Meas. 2024, 73, 8004624. [Google Scholar] [CrossRef]
- Pandey, G.K.; Gurjar, D.S.; Yadav, S.; Jiang, Y.; Yuen, C. UAV-Assisted Communications With RF Energy Harvesting: A Comprehensive Survey. IEEE Commun. Surv. Tutorials 2024. early access. [Google Scholar] [CrossRef]
- Li, Y.; Zhou, X.; Gu, J.; Guo, K.; Deng, W. A novel K-means clustering method for locating urban hotspots based on hybrid heuristic initialization. Appl. Sci. 2022, 12, 8047. [Google Scholar] [CrossRef]
- Aloqaily, M.; Bouachir, O.; Al Ridhawi, I.; Tzes, A. An adaptive UAV positioning model for sustainable smart transportation. Sustain. Cities Soc. 2022, 78, 103617. [Google Scholar] [CrossRef]
- Nafees, M.; Huang, S.; Thompson, J.; Safari, M. Backhaul-Aware UAV-Aided Capacity Enhancement in Mixed FSO-RF Network. IEEE Open J. Commun. Soc. 2024, 5, 4400–4416. [Google Scholar] [CrossRef]
- Kuru, K. Planning the future of smart cities with swarms of fully autonomous unmanned aerial vehicles using a novel framework. IEEE Access 2021, 9, 6571–6595. [Google Scholar] [CrossRef]
- Adam, M.S.; Nordin, R.; Abdullah, N.F.; Abu-Samah, A.; Amodu, O.A.; Alsharif, M.H. Optimizing Disaster Response through Efficient Path Planning of Mobile Aerial Base Station with Genetic Algorithm. Drones 2024, 8, 272. [Google Scholar] [CrossRef]
- Zhong, X.; Huo, Y.; Dong, X.; Liang, Z. QoS-compliant 3-D deployment optimization strategy for UAV base stations. IEEE Syst. J. 2020, 15, 1795–1803. [Google Scholar] [CrossRef]
- Latifi-Pakdehi, A.; Daneshpour, N. DBHC: A DBSCAN-based hierarchical clustering algorithm. Data Knowl. Eng. 2021, 135, 101922. [Google Scholar] [CrossRef]
- Alshaibani, W.; Shayea, I.; Caglar, R.; Din, J.; Daradkeh, Y.I. Mobility management of unmanned aerial vehicles in ultra–dense heterogeneous networks. Sensors 2022, 22, 6013. [Google Scholar] [CrossRef] [PubMed]
- Pasandideh, F. Providing an Energy-Efficient UAV Base Station Positioning Mechanism to Improve Wireless Connectivity. Ph.D. Thesis, Department of Institute of Informatics, Federal University of Rio Grande do Sul, Porto Alegre, Brazil, 2024. [Google Scholar]
- Majeed, A.; Hwang, S.O. A multi-objective coverage path planning algorithm for UAVs to cover spatially distributed regions in urban environments. Aerospace 2021, 8, 343. [Google Scholar] [CrossRef]
- Reina, D.; Camp, T.; Munjal, A.; Toral, S.; Tawfik, H. Evolutionary deployment and hill climbing-based movements of multi-UAV networks in disaster scenarios. In Applications of Big Data Analytics: Trends, Issues, and Challenges; Springer: Cham, Switzerland, 2018; pp. 63–95. [Google Scholar]
- Madridano, Á.; Al-Kaff, A.; Martín, D.; de la Escalera, A. 3D Trajectory Planning Method for UAVs Swarm in Building Emergencies. Sensors 2020, 20, 642. [Google Scholar] [CrossRef]
- Matamoros Vargas, J.A. Aerial Base Station Deployment for Post-Disaster Public Safety Applications. Master’s Thesis, Department of Electrical and Computer Engineering, University of Nebraska-Lincoln, Lincoln, NE, USA, 2019. [Google Scholar]
- Beegum, T.R.; Idris, M.Y.I.; Ayub, M.N.B.; Shehadeh, H.A. Optimized routing of UAVs using bio-inspired algorithm in FANET: A systematic review. IEEE Access 2023, 11, 15588–15622. [Google Scholar] [CrossRef]
- Altay, C.; Koca, M. Design and analysis of energy efficient inter-tier interference coordination in heterogeneous networks. Wirel. Netw. 2021, 27, 3857–3872. [Google Scholar] [CrossRef]
- Gannapathy, V.R.; Nordin, R.; Abu-Samah, A.; Abdullah, N.F.; Ismail, M. An adaptive TTT handover (ATH) mechanism for dual connectivity (5G mmWave—LTE advanced) during unpredictable wireless channel behavior. Sensors 2023, 23, 4357. [Google Scholar] [CrossRef]
- Zulkifley, M.A.; Subki, M.G.; Behjati, M.; Nordin, R.; Abdullah, N.F. Mobile Communications and Parachute Systems for Safe Beyond Visual Line of Sight (BVLoS) UAV Operation. In Proceedings of the 2022 IEEE 6th International Symposium on Telecommunication Technologies (ISTT), Johor Bahru, Malaysia, 14–16 November 2022; pp. 22–27. [Google Scholar]
- Wang, J.; Gao, Y.; Wang, K.; Sangaiah, A.K.; Lim, S.J. An affinity propagation-based self-adaptive clustering method for wireless sensor networks. Sensors 2019, 19, 2579. [Google Scholar] [CrossRef]
- Das, S.K.; Roy, S.K.; Weber, G.W. Heuristic approaches for solid transportation-p-facility location problem. Cent. Eur. J. Oper. Res. 2020, 28, 939–961. [Google Scholar] [CrossRef]
Category | Parameter | Notation/Value | Description |
---|---|---|---|
Environment | Simulation Area | Total area for UE and BS placements. | |
UE Distribution (UED) | Number of UEs tested at different densities, incremented by 50, represented as a finite set of Poisson-distributed users. | ||
BS Distribution | Poisson-distributed BSs. | ||
UE Mobility Speed | Range of UE mobility speeds. | ||
Environments | Urban (), Suburban (), Dense Urban (), High-Rise Urban (). | ||
Mobility Models | Mobility Model 1 | RWPM | Random Waypoint Mobility for individual users. |
Mobility Model 2 | RPGM | Reference Point Group Mobility for groups of users. | |
UE Speed | UE movement speed in both models. | ||
Path Variation | Pause probability for RWPM. | ||
Group Deviation | Maximum deviation in the RPGM. | ||
Time Step | Discrete time step for mobility updates. | ||
UAV Swarm Parameters | UAV Swarm | Number of UAVs swarms. | |
UAV Capacity | Max UEs per UAV. | ||
Trajectory Optimization | Algorithms for swarm path planning. | ||
Communication Range | Max UAV communication range. | ||
Coordination Protocol | Distributed | Swarm communication strategy. | |
Simulation Iterations | 17,000 | Total number of iterations for simulation optimization algorithms. | |
QoS Parameters | Data Rate | Different data rate requirements for all UEs. | |
Base Station Failures | BS Failures | Number of failed base stations considered. | |
Failure Distribution | Uniform | Distribution pattern of failed base stations. | |
Recovery Priority | Highest UE density | Priority given to areas with the densest unconnected UEs. |
Category | Parameter | Notation/Value | Description |
---|---|---|---|
Environment Parameters | (Urban) | , , , | Path loss parameters for urban environments. |
(Suburban) | , , , | Suburb-specific signal-propagation characteristics. | |
(Dense Urban) | , , , | Parameters for densely populated urban environments. | |
(High-Rise Urban) | , , , | Parameters of high-rise urban areas. |
Environment | GA + APC Coverage Ratio | Best Benchmark Coverage Ratio | Key Observations |
---|---|---|---|
Dense Urban Environment | 97% | 91% (GA) | GA + APC excels in managing severe interference and NLOS conditions through adaptive path planning, achieving significant improvement over traditional methods. |
Urban Environment | 94% | 89% (GA,ACO) | Moderate performance gap owing to less complex propagation conditions; GA + APC maintains consistent superiority and resource efficiency. |
Suburban Environment | 100% | 99% (GA) | Favorable conditions allow all methods to perform well, but GA + APC achieves complete coverage with fewer UAVs, emphasizing resource efficiency. |
High-Rise Urban Environment | 93% | 88% (GA,ACO) | GA + APC effectively navigate vertical obstacles and severe NLOS challenges, demonstrating strong adaptability in complex environments. |
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2025 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).
Share and Cite
Adam, M.S.; Abdullah, N.F.; Abu-Samah, A.; Amodu, O.A.; Nordin, R. Advanced Path Planning for UAV Swarms in Smart City Disaster Scenarios Using Hybrid Metaheuristic Algorithms. Drones 2025, 9, 64. https://doi.org/10.3390/drones9010064
Adam MS, Abdullah NF, Abu-Samah A, Amodu OA, Nordin R. Advanced Path Planning for UAV Swarms in Smart City Disaster Scenarios Using Hybrid Metaheuristic Algorithms. Drones. 2025; 9(1):64. https://doi.org/10.3390/drones9010064
Chicago/Turabian StyleAdam, Mohammed Sani, Nor Fadzilah Abdullah, Asma Abu-Samah, Oluwatosin Ahmed Amodu, and Rosdiadee Nordin. 2025. "Advanced Path Planning for UAV Swarms in Smart City Disaster Scenarios Using Hybrid Metaheuristic Algorithms" Drones 9, no. 1: 64. https://doi.org/10.3390/drones9010064
APA StyleAdam, M. S., Abdullah, N. F., Abu-Samah, A., Amodu, O. A., & Nordin, R. (2025). Advanced Path Planning for UAV Swarms in Smart City Disaster Scenarios Using Hybrid Metaheuristic Algorithms. Drones, 9(1), 64. https://doi.org/10.3390/drones9010064