搜索资源列表
c-tsp
- 基于改进后的遗传算法 交叉、变异操作后,在windows平台下用c语言实现求解tsp问题
c++实现的tsp求解
- c++实现的tsp求解程序,可以读取数据文件
TS-tsp.rar
- 使用禁忌搜索算法求解tsp(旅行商问题)的JAVA源程序,The use of tabu search algorithm for solving tsp (Traveling Salesman Problem) the JAVA source code
tsp.rar
- 采用visual c解决tsp问题。里面有遗传算法的选择、交叉、变异函数。,Using visual c solve the problem tsp. There are genetic algorithm selection, crossover and mutation functions.
PSO-tsp
- 在分析粒子群优化的搜索原理的基础上,通过引入交换子和交换序的概念,构造 一种特殊的粒子群优化算法,并用于求解旅行商问题。 - This algorithm introduces the search strategies of particle swarm optimiza- tion (PSO),via presenting the concepts of swap operator and swap sequence an algorithm of a kind of spe
tspproblem
- 自己编写的,tsp问题的各种近似算法,有最近邻策略,最短链接策略-I have written, tsp approximation algorithm for a variety of issues, there are nearest-neighbor strategy, the shortest link strategy
tsp
- 使用蚁群算法编写的c++环境下的旅行商(tsp)经典问题的解决方法-Ant colony algorithm using c++ environment, prepared under the traveling salesman (tsp) classical solution to the problem
tsp
- 遗传算法求解经典的旅行商(tsp)问题。图形化界面,可以选择大/中/小地图文件,并演示进化的过程。中/小地图在默认代数下一般都可以找到最优解。-Genetic Algorithm for the classic tsp problem. Graphical interface, you can choose large/medium/small map files, and demonstrates evolutionary process. Medium/small maps in the d
tsp
- 本系统是用c#语言进行旅行商问题(tsp)的实验仿真,来实现从一个城市到最后一个城市的最短路径的模拟。-This system is to use c# language Traveling Salesman Problem (tsp) of the experimental simulation, to move from one city to the last one the city' s shortest path simulation.
tsp
- 高效率的人工智能算法,解决旅行者问题,并且采用了多种算法进行对比。-Efficient artificial intelligence algorithms, to solve the issue of travelers, and use a variety of comparison algorithms.
Generic-Algorithm-for-tsp
- 运用优化遗传算法解决100个城市的tsp问题,即要选定一条从驻地出发,经过每个城市一遍,最后回到驻地的路线,使总的路程最小。-Optimize the use of genetic algorithms to solve 100 cities tsp problem, which was to select a departure from the resident, after each city once again, and finally returned to the resident
tsp
- 用动态规划法求解tsp问题的c++源码 在Linux中用g++编译通过-Using dynamic programming method for solving tsp problems c++ Source code in Linux using g++ compiled through
tsp
- 本程序实现了NPc问题旅行商的三个近似算法。-This procedure achieved a traveling salesman problem NPc three approximation algorithm.
tsp
- 旅行商tsp问题 可以用c语言实现,请大家看看怎末该进源代码。-tsp tsp problems can be resolved with c language, I want you to look into the source code of the怎末.
tsp_yichuansuanfai
- tsp遗传算法的实现,以前的作业,希望大家喜欢-Genetic Algorithm tsp realize, before the operation, I hope everyone likes
tsp
- 用遗传算法解决tsp问题.程序中可以任意设置各种遗传算法的参数.有图形界面展示搜索的过程 .-Using genetic algorithms to solve tsp problem. Program can set various parameters of genetic algorithm. Has a graphical interface to display the search process.
tsp
- hopfield神经网络求解tsp问题,改程序设置了10个城市的随机位置,进而解决城市间最短路径问题。-hopfield neural network to solve tsp problem, the procedures set up to 10 cities random location, then the shortest path between cities to solve problem.
tsp
- 人工智能中,用模拟退火方法解决旅行商问题,采用c++实现-Artificial intelligence, the use of simulated annealing to solve traveling salesman problem, using c++ implementation
tsp
- 用模拟退火算法和遗传算法实现tsp旅行商问题,并可以用Matlab对结果进行图形显示分析,非常实用于初学者-Using simulated annealing algorithm and genetic algorithm traveling salesman problem tsp, and the results can be used Matlab graphics analysis, very useful for beginners
generic-algorithm--tsp-cPP-
- 遗传算法解决tsp问题 带有界面 c++程序 (generic algorithm tsp c++)