This repository contains an implementation of a Particle Swarm Optimization (PSO) algorithm for solving the Travelling Salesman Problem (TSP) in C#. The algorithm uses a position-based ranking approach to guide the search.
This implementation was written in C# and requires .NET Core 3.1 or higher to run.
- Kennedy, J., & Eberhart, R. (1995, November). Particle swarm optimization. In International conference on neural networks (pp. 1942-1948). IEEE.
- Yuhui Shi, Russell Eberhart. "A modified particle swarm optimizer", Evolutionary Computation, 1998.