Simple TSP using PSO

버전 1.2.1 (111 KB) 작성자: Amburose Sekar
Simple Travelling Salesman Problem solve using Particle swarm optimization
다운로드 수: 1.4K
업데이트 날짜: 2019/6/20

라이선스 보기

Simple Steps:
a) Initialization
--Assign No of Nodes and their position
-- Estimate the Distance using sqrt((x1-x2)^2 +(y1-y2)^2)
b) Initialize PSO parameters
-- Assign Maximum Iteration
-- Assign Initial Population/particles
c) Fitness Function
-- Distance as cost/ We want to minimize the Distance

d) Result
-- Routing path Displayed with Arrow
-- starting node show as green color

인용 양식

Amburose Sekar (2024). Simple TSP using PSO (https://www.mathworks.com/matlabcentral/fileexchange/71589-simple-tsp-using-pso), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2014a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
태그 태그 추가
tsp

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

InmathworksJune20

버전 게시됨 릴리스 정보
1.2.1

change Preview Image

1.2.0

Get Accurate Result compare to Existing one.....soon update Multi-Node TSP with minimum complexity

1.0.0