Skip to content
/ SPSO Public

Spherical Vector-based Particle Swarm Optimization

License

Notifications You must be signed in to change notification settings

duongpm/SPSO

Repository files navigation

This is the source code for the algorithm Spherical Vector-based Particle Swarm Optimization (SPSO). The current implementation is for path planning of Unmanned Aerial Vehicles (UAV). However, it can be modified to apply to other path planning and optimization problems. Details of this algorithm can be found in the paper: Manh Duong Phung, Quang Phuc Ha, "Safety-enhanced UAV Path Planning with Spherical Vector-based Particle Swarm Optimization", Journal of Applied soft computing, vol. 107, pp. 107376, 2021. The paper was awarded 2023 Best Paper Award of the Applied Soft Computing journal. Link to the paper: https://doi.org/10.1016/j.asoc.2021.107376 and its preprint https://arxiv.org/pdf/2104.10033

To run the program, download all the source files and run "SPSO_MAIN.m" in MATLAB.

Note: The program requires the Curve Fitting Toolbox to be installed.

Update: Another path planning algorithm considering kinematic constraints of the UAV using Multi-objective Particle Swarm Optimation can be found here: https://github.com/ngandng/NMOPSO

Details of the algorithm are described in the paper: Thi Thuy Ngan Duong, Duy-Nam Bui, Manh Duong Phung, "Navigation variable-based multi-objective particle swarm optimization for UAV path planning with kinematic constraints", Journal of Neural Computing and Applications, 2025. Link to the paper: https://doi.org/10.1007/s00521-024-10945-1 and its preprint https://arxiv.org/pdf/2104.10033