搜索资源列表
TspGA
- it use the genetic algorithm to deal with the TSP problem
ACATSP
- matlab源程序,用于求解TSP(旅行商)问题-matlab source code for the solution of TSP (TSP) problem
psotsp
- 用粒子群算法解决tsp问题,其粒子群算法为离散粒子群算法。-Using particle swarm algorithm to solve the problem tsp its discrete particle swarm PSO.
ant
- 用蚁群算法解决TSP问题,该程序并非本人编写,见谅!-using ant colony to solve problem of TSP,this program is not created by me,forgiving me!
ant-tsp-ndd
- 该算法能够蚁群算法在TSP问题上的实现,能取得比较好的效果,但并非本人编写。-This programming can solving TSP problem,the effect is good ,but it is not created by me.
cheapTSP1
- 旅行商问题的近似解答。使用mpich2实现。计算100个节点使用7台机器大概需要10min。使用的模拟退火算法。-basic tsp problem solution using mpich2
AntColony
- tsp-c# it s code of sequential of The Traveling Salesman Problem in c#.
pso-tsp-parallel-by-tedade-tekrar
- mpi.net sample of tsp problem using pso algorithm
TSP-general-GA-Program-of-Matlab
- TSP问题的遗传算法Matlab程序,文件格式是微软word的doc格式,-general genetic algorism Program of Matlab for the TSP problem
GA-TSP
- tsp问题的遗传算法求解代码,应用于matlab平台-Code genetic algorithm to solve TSP problem, applied in the matlab platform
shanglvwenti
- 遗传算法求解tsp 问题的模型,包括代码等,望大家学习-Genetic algorithm tsp problem model, including code and so on, we hope to learn
MPI_Distributed_Genetic_Algorithm-master
- For this project I implemented a parallel formulation for the Traveling Salesman Problem (TSP). The TSP is a NP-hard problem in combinatorial optimization. Given a list of cities with their pairwise distance, the task is to find the shortest route th
