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

搜索资源列表

  1. sa

    0下载:
  2. 用改进的模拟退火算法解决tsp问题,应用matlab环境进行编译。-SA
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1844
    • 提供者:赵小于
  1. TSPABOSAA

    0下载:
  2. 人工智能的经典算法:基于模拟退火算法的TSP算法-Classic algorithms of artificial intelligence: TSP algorithm based on simulated annealing algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:5002
    • 提供者:sun
  1. MO-NI-TUI-HUO-

    0下载:
  2. 很不错的一个模拟退火处理tsp问题的源代码。代码可以运行,可以修改,处理51城市的TSP代码-Very good in a simulated annealing to deal with the source code tsp. Code can run, you can modify to deal with the 51 cities TSP code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:60676
    • 提供者:lili
  1. TS-SA

    0下载:
  2. 禁忌搜索和模拟退火相结合的算法,解决TSP问题。注:31城市。-Tabu search and simulated annealing to a combination of algorithms to solve TSP. Note: The 31 cities.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:1456
    • 提供者:张闯
  1. Cpp1

    0下载:
  2. 模拟退火算法,本算法采用模拟退火算法对TSP问题进行解决,算法优化程度高,运算速度快。-source file of simulated anealing
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:1045
    • 提供者:潘一飞
  1. BSP_SA

    0下载:
  2. 求解瓶颈TSP问题的模拟退火算法,Delphi10平台调试通过-Simulated Annealing Algorithm for Bottle TSP, it impletemented in Delphi10.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-02
    • 文件大小:1926
    • 提供者:江资斌
  1. cheapTSP1

    0下载:
  2. 旅行商问题的近似解答。使用mpich2实现。计算100个节点使用7台机器大概需要10min。使用的模拟退火算法。-basic tsp problem solution using mpich2
  3. 所属分类:MPI

    • 发布日期:2017-04-13
    • 文件大小:2088
    • 提供者:
  1. TspSA

    0下载:
  2. 在Visual C++ 编译环境下,模拟退火算法程序,并利用它们求解了48个城市的TSP问题。-TSP algorithm by C++
  3. 所属分类:transportation applications

    • 发布日期:2017-05-10
    • 文件大小:2333865
    • 提供者:张得志
  1. TspSA

    0下载:
  2. 本源程序是求TSP路径最小,采用模拟退火算法对TSP进行求解 。-This source is to ask the TSP path, using the simulated annealing algorithm to solve the TSP.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:27235
    • 提供者:詹晓丽
  1. Sttspvrpi

    0下载:
  2. 详细讲述模拟退火算法的理论原理。并TSP问题为例进行讲解,,并各处多种语言的源代码,包括c,matlab和delphi。 -Describe in detail the theoretical principles of the simulated annealing algorithm. And the TSP as an example to explain, and throughout the source code in multiple languages, including
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:25860
    • 提供者:guli
  1. msarara

    0下载:
  2. matlab 编写的模拟退火算法用于求解TSP问题,里面面有中国31个城市的坐标,作为例子。,已通过测试。 -Matlab prepared by the simulated annealing algorithm for solving the TSP problem, the inside surface of the coordinates of 31 cities in China, as an example. , Has been tested.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:1802
    • 提供者:lusanman
  1. simulated_annealing

    0下载:
  2. 用模拟退火算法求tsp问题,采用matlab编程来求得,完整的算法程序-Seeking tsp simulated annealing algorithm matlab programming obtained complete algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-11-27
    • 文件大小:2831
    • 提供者:刘灿
  1. matlab-simulated-annealing-algorithm

    0下载:
  2. matlab模拟退火算法。代码包含旅行商问题(TSP)等三个问题-matlab simulated annealing algorithm
  3. 所属分类:matlab

    • 发布日期:2017-11-11
    • 文件大小:17622
    • 提供者:Cinkie
  1. CTSP_SA

    0下载:
  2. 简单明晰的运用模拟退火算法解决中国旅行商问题的Matlab程序。动态绘制图像并输出结果和访问路径序列。-Sovling Chinese TSP using SA with Matlab. Exporting result & path & picture.
  3. 所属分类:matlab

    • 发布日期:2017-12-07
    • 文件大小:2702
    • 提供者:马竞
  1. simulating_tsp

    0下载:
  2. 模拟退火算法求tsp,输入城市数,再输入每个城市的名称(如A、B)和坐标即可-Simulated annealing algorithm seeking tsp
  3. 所属分类:Algorithm

    • 发布日期:2017-12-10
    • 文件大小:134743
    • 提供者:范德萨
  1. tuihuotsp

    0下载:
  2. vs2010实现的模拟退火实现的TSP问题-the vs2010 to achieve simulated annealing to achieve the TSP
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-30
    • 文件大小:3990769
    • 提供者:陈小潘
  1. TuiHuo

    0下载:
  2. 退火算法解决TSP,初始条件为温度等于280,下降速率为0.92,成功率在节点《20时巨高-Annealing algorithm to solve TSP, the initial conditions for the temperature equal to 280, the decline rate of 0.92, the success rate in the giant high node 20:00
  3. 所属分类:Other systems

    • 发布日期:2017-11-26
    • 文件大小:562702
    • 提供者:kidd
  1. fireTSP

    0下载:
  2. 模拟退火解决旅行商(TSP问题)采用康立山等人的算法 能得到最优解,速度可以-Kang Tateyama simulated annealing to solve the traveling salesman (TSP problems) algorithm can get the optimal solution can speed
  3. 所属分类:Other systems

    • 发布日期:2017-12-04
    • 文件大小:1368
    • 提供者:Jason
  1. SATSP

    0下载:
  2. 模拟退火算法 1分钟之内 TSP问题 -Simulated annealing algorithm simulated annealing algorithm within one minute of the TSP
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-10
    • 文件大小:1206
    • 提供者:qly
  1. SA

    0下载:
  2. 用matlab实现的基于模拟退火算法的旅行商问题即TSP问题-Achieved using matlab simulated annealing algorithm for the traveling salesman problem TSP problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-04
    • 文件大小:905
    • 提供者:陈晓
« 1 2 ... 12 13 14 15 16 1718 19 20 21 »
搜珍网 www.dssz.com