项目作者: RohanChhipa

项目描述 :
Basic PSO using position based ranking to solve TSP
高级语言: C#
项目地址: git://github.com/RohanChhipa/TSPPSO.git
创建时间: 2020-04-25T07:08:45Z
项目社区:https://github.com/RohanChhipa/TSPPSO

开源协议:MIT License

下载


TSP-PSO

PSO Algorithm for Travelling Salesman Problem

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.

Requirements

This implementation was written in C# and requires .NET Core 3.1 or higher to run.

References

  • 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.