CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - tsp

搜索资源列表

  1. TSP问题部分城市数据及其最优结果

    2下载:
  2. TSP问题部分城市数据及其最优结果-some cities TSP data and optimal results
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:2107
    • 提供者:于喜洋
  1. TSP(TravelingSalesmanProblem)

    0下载:
  2. Traveling Salesman Problem (TSP) has been an interesting problem for a long time in classical optimization techniques which are based on linear and nonlinear programming. TSP can be described as follows: Given a number of cities to visit and th
  3. 所属分类:WEB源码

    • 发布日期:2014-01-17
    • 文件大小:446727
    • 提供者:yangdi
  1. 一种求解TSP的蚁群算法

    0下载:
  2. 一种求解TSP的蚁群算法-a solution of TSP Ant Algorithm
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:35737
    • 提供者:王涛
  1. 蚁群算法解决TSP问题

    2下载:
  2. 用蚁群算法解决100个城市的TSP问题
  3. 所属分类:WEB源码

    • 发布日期:2011-03-24
    • 文件大小:42614
    • 提供者:winnie_86
  1. TSP

    0下载:
  2. 用A星算法解决TSP问题,其中的择优函数选的是最小生成树-A star with the algorithm to solve TSP problems, the merit function is the minimum spanning tree selected
  3. 所属分类:Java Develop

    • 发布日期:2017-03-23
    • 文件大小:24149
    • 提供者:111
  1. tsp

    0下载:
  2. 用的是遗传算法.实现了货郎担的模拟,图形界面-Using a genetic algorithm. Realized the TSP simulation, graphical interface
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:47041
    • 提供者:wangxiao_nick
  1. java-aco-tsp

    0下载:
  2. Java implementation of Ant Colony Optimization (ACO) for Travel Sales Man (TSP) problem
  3. 所属分类:Java Develop

    • 发布日期:2017-03-21
    • 文件大小:6442
    • 提供者:murix
  1. tsp

    0下载:
  2. 用递归法解决最短周游路径问题的java实现-Travel by the shortest path of the recursive method to solve the problem of the java implementation
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:201220
    • 提供者:luoyu
  1. java-myga

    0下载:
  2. 用免疫遗传算法解决TSP问题,比较了该算法和遗传算法和免疫算法的效率-With immune genetic algorithm to solve TSP problems, comparison of the algorithm and genetic algorithm and immune algorithm efficiency
  3. 所属分类:JavaScript

    • 发布日期:2017-03-25
    • 文件大小:573099
    • 提供者:顾清水
  1. tsp_applet

    0下载:
  2. 一个非常好的,用 Java 实现ACO算法对TSP问题进行求解的 applet,界面可调参数-A very good, using Java to achieve ACO algorithm for solving TSP problems applet, the interface adjustable parameters
  3. 所属分类:Applet

    • 发布日期:2017-04-27
    • 文件大小:123067
    • 提供者:Dennis
  1. tsp

    0下载:
  2. java写的体现模拟退火原理的程序,具体问题可以继承-java to write a reflection of the principle of simulated annealing procedures, specific problems can be inherited
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:5068
    • 提供者:Wangyun
  1. Tsp

    0下载:
  2. a tsp problem for solving tsp with random cities
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3687
    • 提供者:franjo
  1. GA

    0下载:
  2. 基于佳点集的遗传算法求解tsp问题 用java开发,-Based on good point set genetic algorithm tsp problem with java development,
  3. 所属分类:Java Develop

    • 发布日期:2017-03-24
    • 文件大小:3356
    • 提供者:张晓
  1. TSP_GA

    0下载:
  2. 使用进化计算算法解决TSP(Travelling Sales man Problem)问题的算法实现。程序显示了进化计算在解决NP-Hard的传统难题上的优势。-The use of evolutionary computation algorithm to solve TSP (Travelling Sales man Problem) algorithm problem.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:2464
    • 提供者:joe
  1. ShortestPath

    0下载:
  2. 用A星算法解决的TSP问题,其中的选择函数用的是最小生成树-A star with the algorithm to solve the TSP problems, the selection function using a minimum spanning tree
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:24455
    • 提供者:111
  1. tsp-2.0

    0下载:
  2. 一个用Java编的TSP小工具,需要调试-TSP a small series with Java tools, need to debug
  3. 所属分类:Java Develop

    • 发布日期:2017-05-10
    • 文件大小:2408016
    • 提供者:谢云翔
  1. TSP

    0下载:
  2. 用穷举法和模拟退火方法实现了求解tsp问题-With exhaustion and simulated annealing method for solving TSP problem
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:5487
    • 提供者:姚灵灵
  1. tsp

    0下载:
  2. 用A*算法解决货郎担(旅行商)tsp问题,用文件读去,文件中需在第一行有数字n,然后再在后面n行输入n*n的数字矩阵,即可得出结果-A*
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2570
    • 提供者:lan
  1. TSP

    0下载:
  2. 旅行商问题(迪克斯基算法),swing界面,TSP.-Traveling salesman problem (Dick Gaussian algorithm), swing interfaces, TSP.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:2813
    • 提供者:邓楠轶
  1. TSP遗传算法

    0下载:
  2. 对于TSP问题使用遗传算法的解决方法,其中含有测试数据以及代码数据。(The genetic algorithm is used to solve the TSP problem, which contains the test data and the code data.)
  3. 所属分类:Java编程

    • 发布日期:2018-05-02
    • 文件大小:8192
    • 提供者:AlohaHill
« 12 3 4 5 6 »
搜珍网 www.dssz.com