Skip to content

duongpm/MPSO

Repository files navigation

This is the source code for the algorithm Motion-Encoded Particle Swarm Optimization (MPSO). The current implementation is for the optimal search of a lost target with the focus on Unmanned Aerial Vehicles (UAV). However, it can be modified to apply to other optimization problems. Details of this algorithm can be found in the paper: Manh Duong Phung, Quang Phuc Ha, "Motion-encoded particle swarm optimization for moving target search using UAVs", Journal of Applied soft computing, in press. Link to the paper: https://doi.org/10.1016/j.asoc.2020.106705

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

Note: The Statistics and Machine Learning Toolbox needs installing to run the code.