Particle Swarm Optimization

Trajectory Generation …

Overview

The project focuses on using the Particle Swarm Optimization (PSO) algorithm, to solve the Traveling Salesman Problem (TSP). The generated best route is then used as a trajectory for a quadrotor to explore the given environment.

The motivation behind this project is to show that exhaustive …