搜索资源列表
一种求解TSP的蚁群算法
- 一种求解TSP的蚁群算法-a solution of TSP Ant Algorithm
蚁群算法解决TSP问题
- 用蚁群算法解决100个城市的TSP问题
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-myga
- 用免疫遗传算法解决TSP问题,比较了该算法和遗传算法和免疫算法的效率-With immune genetic algorithm to solve TSP problems, comparison of the algorithm and genetic algorithm and immune algorithm efficiency
LogFac_Exp_1
- java编写的最短路径算法,先由启发式方法获得染色体的初始编码,然后由遗传算法求出最短路径,对解决物流领域的TSP是非常好的计算机实现-java prepared by the shortest path algorithm, by the heuristic method to obtain the initial encoding of chromosome, and then by the genetic algorithm to derive the shortest path to s
tsp_applet
- 一个非常好的,用 Java 实现ACO算法对TSP问题进行求解的 applet,界面可调参数-A very good, using Java to achieve ACO algorithm for solving TSP problems applet, the interface adjustable parameters
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
antTSP
- Java语言开发,完整的,能运行的蚁群TSP算法源代码-Java, complete TSP can run the ant colony algorithm source code
g
- 用遗传算法求解tsp问题,其中算了20个城市-A Genetic Algorithm for tsp problem, of which 20 cities calculations
java
- 实现蚁群算法解决TSP问题,打印寻找到的最短路径以及其长度,随附数据-Implementation problems ant colony algorithm to solve TSP, print to find the shortest path and its length
tsp
- 用A*算法解决货郎担(旅行商)tsp问题,用文件读去,文件中需在第一行有数字n,然后再在后面n行输入n*n的数字矩阵,即可得出结果-A*
java_tsp
- 用Java 编写的蚁群算法解决TSP问题的路径规划,取得了很好的效果-Java written by ant colony algorithm to solve TSP problem of path planning, and achieved good results
TSP
- 旅行商问题(迪克斯基算法),swing界面,TSP.-Traveling salesman problem (Dick Gaussian algorithm), swing interfaces, TSP.
TSP
- TSP的递归算法,小软件形式。可以动态载入不同数量的城市数目。-TSP S Recursive algorithm,A small software.
java-TSP
- 用java语言实现的遗传算法解救TSP问题-TSP problem with a the java language genetic algorithm rescue
Tsp
- java实现遗传算法 测试用 不是十分完美-java genetic algorithm test is not perfect
TSP遗传算法
- 对于TSP问题使用遗传算法的解决方法,其中含有测试数据以及代码数据。(The genetic algorithm is used to solve the TSP problem, which contains the test data and the code data.)