pjw2146087 / MPSO

Motion-Encoded Particle Swarm Optimization Algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Motion-Encoded Particle Swarm Optimization Algorithm

License:Other


Languages

Language:MATLAB 100.0%