搜索资源列表
TSP
- 用A星算法解决TSP问题,其中的择优函数选的是最小生成树-A star with the algorithm to solve TSP problems, the merit function is the minimum spanning tree selected
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
GA
- 基于佳点集的遗传算法求解tsp问题 用java开发,-Based on good point set genetic algorithm tsp problem with java development,
ShortestPath
- 用A星算法解决的TSP问题,其中的选择函数用的是最小生成树-A star with the algorithm to solve the TSP problems, the selection function using a minimum spanning tree
TSP
- 用穷举法和模拟退火方法实现了求解tsp问题-With exhaustion and simulated annealing method for solving TSP problem
g
- 用遗传算法求解tsp问题,其中算了20个城市-A Genetic Algorithm for tsp problem, of which 20 cities calculations
TSP
- 解决tsp问题的小程序,有助于读者学习tsp问题。-Problem solving tsp small program that helps readers learn tsp problem.
tsp
- 用A*算法解决货郎担(旅行商)tsp问题,用文件读去,文件中需在第一行有数字n,然后再在后面n行输入n*n的数字矩阵,即可得出结果-A*
TSP
- 旅行商问题(迪克斯基算法),swing界面,TSP.-Traveling salesman problem (Dick Gaussian algorithm), swing interfaces, TSP.
java-TSP
- 用java语言实现的遗传算法解救TSP问题-TSP problem with a the java language genetic algorithm rescue
Tsp
- 本程序为使用基本GA求解tsp问题。利用java编程,求解城市间最短距离。-GA tsp
TSP
- 用Java来实现TSP问题,无需更改即可运行得到结果,适合初学者看的代码-java tsp
TSP
- 遗传算法解决tsp 问题,内附有详细解决方案的代码-the method to solve the TSP problem
TSP
- 用遗传算法解决TSP问题,采用Java实现-the GA code for the tsp problem which is implemented by java
TSP-Java
- TSP问题遗传算法求解以及Java实现,适合初学java的借鉴使用-Genetic Algorithm for TSP and Java implementation
ACO-TSP
- 对于蚁群算法求解TSP问题进行改进,可直接在文件中写入经纬度进行算法计算,算法的起始点为固定点,通过遍历找到最小值,起始点不是同一点。-For the ant colony algorithm for TSP to improve, the latitude and longitude can be written directly in the document the algorithm to calculate the starting point for fixed point arit
TSP遗传算法
- 对于TSP问题使用遗传算法的解决方法,其中含有测试数据以及代码数据。(The genetic algorithm is used to solve the TSP problem, which contains the test data and the code data.)