搜索资源列表
tsp-som
- 一个java的小程序,用SOM网络解决的是TSP问题.问题的大小可以自由变化,随机生成权值-a small program that will solve the SOM is TSP. The size of the problem can freely change randomly generated weights
SA_TSA
- Java 编写的模拟退火算法解决TSP问题源程序(附带144城市地图)-Java prepared by the simulated annealing algorithm to solve TSP source (with 144 city maps)
javaACS
- javaACS 蚁群算法是人工智能的一种算法,这个是用JAVA写的一个求解TSP的程序-javaACS ant algorithm is an artificial intelligence algorithm, This is written in JAVA using a procedure for TSP
TSP的Java实现
- 人工智能经典问题TSP问题的Java实现,内含源程序和调试过程生成的文件-AI classic TSP Java realize that contains source and debugging process produces files
Java语言TSP递归程序的优化
- 因为递归程序运行的效率一般都比较低,本程序用java语言来实现TSP递归程序的优化-because recursive program run average efficiency are low, the procedure used java language to achieve TSP recursive process optimization
TS-TSP.rar
- 使用禁忌搜索算法求解TSP(旅行商问题)的JAVA源程序,The use of tabu search algorithm for solving TSP (Traveling Salesman Problem) the JAVA source code
TSP.rar
- 模拟退火算法解决旅行商问题,从文件读入城市信息,Simulated annealing algorithm to solve traveling salesman problem, reading from the file information into the city
SimpleOpenTSTutorial
- TabuSearch的一个小程序。用禁忌搜索解决TSP问题,程序中使用对路径长度禁忌的方法。-TabuSearch a small program. Using tabu search to solve TSP problems, procedures used on the path length taboo method.
Java-tSP2
- Java语言TSP递归程序的优化,采用新型递归模式设计实现的。-Java language TSP optimization of recursive procedures, recursive model using the new design.
R-Opt-Lin-Kernighan
- Lin-Kernighan的R-Opt算法。主要思想是CLK,小规模的TSP可以在很短的时间内都到最优解。-Lin-Kernighan algorithm for the R-Opt. The main idea is CLK, small-scale TSP can be in a very short period of time have gone to the optimal solution.
teachtsp
- a java program to solve tsp using ga
TSP_DESK
- TSP两种算法求解,一种是遍历所有可能路径求出最短,一种是采用模拟退火算法-TSP
SGA
- JAVA编写的用于实现TSP的遗传算法的模拟仿真实验有8个城市用eclipse直接导入运行适合初学-TSP JAVA prepared for implementation of genetic algorithm simulation experiments with 8 cities for beginners running directly into the eclipse
TSP
- JAVA语言实现的遗传算法解决TSP(旅行商问题),主要有三个简单的Java类。-JAVA language of the genetic algorithm to solve TSP (traveling salesman problem), there are three simple Java class.
TspOfGeneticAlgorithm
- 这是用遗传算法实现tsp问题,是自己研究的 ,算法实现及编码过程-This is the tsp problem with genetic algorithm, is their own research, algorithm implementation and coding
wanggediaodu
- 用蚂蚁算法和遗传算法结合实现的网格调度问题-Classic example of a genetic algorithm, a visual interface to their own clicks, the problem described in TSP
TSP-Problem-code
- 2011年进化竞赛旅行商问题java代码-The Physical Travelling Salesperson Problem,java code
tsp-java
- The task of this application was to explore the possibilities of genetic programming and to test it on a well known Traveling Salesman Problem (TSP), where the salesman should visit given number of cities and then return back home, all in the sho
TSP-master
- 蚁群算法解决tsp(旅行商)问题 java-Aoc to solve the tsp problem
GeneticTSP-master(java)
- 遗传算法解决TSP问题,Java编写源码,github(Solving TSP problem by genetic algorithm)