搜索资源列表
TSP
- 用A星算法解决TSP问题,其中的择优函数选的是最小生成树-A star with the algorithm to solve TSP problems, the merit function is the minimum spanning tree selected
tsp
- 用的是遗传算法.实现了货郎担的模拟,图形界面-Using a genetic algorithm. Realized the TSP simulation, graphical interface
java-aco-tsp
- Java implementation of Ant Colony Optimization (ACO) for Travel Sales Man (TSP) problem
tsp
- 用递归法解决最短周游路径问题的java实现-Travel by the shortest path of the recursive method to solve the problem of the java implementation
java-myga
- 用免疫遗传算法解决TSP问题,比较了该算法和遗传算法和免疫算法的效率-With immune genetic algorithm to solve TSP problems, comparison of the algorithm and genetic algorithm and immune algorithm efficiency
tsp_applet
- 一个非常好的,用 Java 实现ACO算法对TSP问题进行求解的 applet,界面可调参数-A very good, using Java to achieve ACO algorithm for solving TSP problems applet, the interface adjustable parameters
tsp
- java写的体现模拟退火原理的程序,具体问题可以继承-java to write a reflection of the principle of simulated annealing procedures, specific problems can be inherited
Tsp
- a tsp problem for solving tsp with random cities
GA
- 基于佳点集的遗传算法求解tsp问题 用java开发,-Based on good point set genetic algorithm tsp problem with java development,
TSP_GA
- 使用进化计算算法解决TSP(Travelling Sales man Problem)问题的算法实现。程序显示了进化计算在解决NP-Hard的传统难题上的优势。-The use of evolutionary computation algorithm to solve TSP (Travelling Sales man Problem) algorithm problem.
ShortestPath
- 用A星算法解决的TSP问题,其中的选择函数用的是最小生成树-A star with the algorithm to solve the TSP problems, the selection function using a minimum spanning tree
Ga
- GA_Traffic The Traveling Salesman Problem (TSP) is maybe the archetypical problem in combinatorial optimization. This problem and its generalizations, vehicle routing problems, have been studied for more than thirty years two entire monograph
TSPSolver
- TSP solver java scr ipt.
AI_TSP_CW1
- TSP Traveling Problem
Assignment1
- TSP using a Genetic algorithm
tsp-2.0
- 一个用Java编的TSP小工具,需要调试-TSP a small series with Java tools, need to debug
TSP
- 用穷举法和模拟退火方法实现了求解tsp问题-With exhaustion and simulated annealing method for solving TSP problem
tsp
- 用A*算法解决货郎担(旅行商)tsp问题,用文件读去,文件中需在第一行有数字n,然后再在后面n行输入n*n的数字矩阵,即可得出结果-A*
TSP
- 旅行商问题(迪克斯基算法),swing界面,TSP.-Traveling salesman problem (Dick Gaussian algorithm), swing interfaces, TSP.
TSP遗传算法
- 对于TSP问题使用遗传算法的解决方法,其中含有测试数据以及代码数据。(The genetic algorithm is used to solve the TSP problem, which contains the test data and the code data.)