CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 退火 TSP

搜索资源列表

  1. GA-about-Materials-TS-TS-TSP

    0下载:
  2. 用于工程材料计算的遗传算法,关于TSP问题的禁忌算法 模拟退火算法比较等的源程序-For engineering materials calculated genetic algorithm, tabu search algorithm simulated annealing algorithm for TSP and other source code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:43944
    • 提供者:zhuj
  1. three-algorithm-for-TSP-problem

    0下载:
  2. TSP问题的三种算法,模拟退火算法,遗传算法,蚁群算法-three algorithms of TSP problem ,three algorithms of TSP problem,three algorithms of TSP problem
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:64091
    • 提供者:buyi
  1. TSP-problem-of-simulated-annealing

    0下载:
  2. 使用模拟退火方法解决了TSP问题,改进了过程中可能丢失最优解的问题-Optimal solution may be lost in the process of using the simulated annealing method to solve the TSP problem, improved
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:1657
    • 提供者:张瓴溪
  1. TSP

    0下载:
  2. TSP问题模拟退火算法的matlab源程序-The TSP simulated annealing algorithm matlab source
  3. 所属分类:matlab

    • 发布日期:2017-11-28
    • 文件大小:9275
    • 提供者:林蒙
  1. TSP

    0下载:
  2. 模拟退火算法解决10个城市的TSP问题,适合帮助模拟退火算法的初学者。-The simulated annealing algorithm to solve the 10 cities TSP problem , suitable for beginners to help the simulated annealing algorithm .
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-02
    • 文件大小:2966
    • 提供者:ZhengShenhai
  1. TSP

    0下载:
  2. 退火算法解决TSP,命令行读取文件信息。输出到文件中。-Annealing algorithm to solve TSP
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-29
    • 文件大小:6950103
    • 提供者:时洋
  1. Simulated-Annealing-for-TSP

    0下载:
  2. 模拟退火算法解决TSP问题,方法比较好,效果不错-Simulated Annealing
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-08
    • 文件大小:4310
    • 提供者:石鑫
  1. TSP

    0下载:
  2. 人工智能中的经典算法,TSP模拟退火算法。本程序简单实现了的用模拟退火算法实现了旅行商问题。只需在文本cities中输入各个城市之间的距离,运行程序后就可以求出旅行各个城市的最短距离。适合学习人工智能和对该算法有兴趣的同学使用。-Classic artificial intelligence algorithm, TSP simulated annealing algorithm. The program is simple to achieve with simulated annealing
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-17
    • 文件大小:37192
    • 提供者:李辉
  1. TSP

    0下载:
  2. TSP问题是一个典型的、容易描述但是难以处理的NP完全问题,同时TSP问题也是诸多领域内出现的多种复杂问题的集中概括和简化形式。目前求解TSP问题的主要方法有启发式搜索法、模拟退火算法、遗传算法、Hopfield神经网络算法、二叉树描述算法。所以,有效解决TSP问题在计算理论上和实际应用上都有很高的价值,而且TSP问题由于其典型性已经成为各种启发式的搜索、优化算法的间接比较标准(如遗传算法、神经网络优化、列表寻优(TABU)法、模拟退火法等)。遗传算法就其本质来说,主要是解决复杂问题的一种鲁棒性
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-26
    • 文件大小:1279611
    • 提供者:孟晓龙
  1. Clone-Algorithm-For-TSP

    0下载:
  2. 基于免疫单克隆算子求解TSP问题的源码,辛辛苦苦自己写的。源代码里面还包括模拟退火,贪婪算法,遗传算法,下载读懂了,你就赚了。-CLONE ALGORITHM FOR TSP
  3. 所属分类:Algorithm

    • 发布日期:2017-11-16
    • 文件大小:1697168
    • 提供者:lijh
  1. TSP-SA-CHANGXIN

    0下载:
  2. 解决了应用模拟退火算法的旅行商问题研究 应用平台MATLAB-To solve application of simulated annealing algorithm traveling salesman problem application platform MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-11-19
    • 文件大小:4954
    • 提供者:常鑫
  1. TSP

    0下载:
  2. 用模拟退火算法解决旅行商问题,城市坐标是数据集直接调用。-Simulated annealing algorithm to solve the traveling salesman problem, the city coordinates data sets directly call.
  3. 所属分类:matlab

    • 发布日期:2017-11-17
    • 文件大小:4753
    • 提供者:
  1. TSP-SA

    1下载:
  2. 采用模拟退火法计算全国34个城市间的最小距离-Simulated annealing method 34 cities nationwide minimum distance between
  3. 所属分类:matlab

    • 发布日期:2017-11-16
    • 文件大小:281420
    • 提供者:晴天
  1. SAT-TSP

    0下载:
  2. 模拟退火求解TSP问题,最简洁的求解TSP的模拟退火例程,并输出图形-Simulated Annealing for TSP, the most concise routines for TSP simulated annealing and graphical output
  3. 所属分类:matlab

    • 发布日期:2017-11-18
    • 文件大小:883
    • 提供者:郭振
  1. TSP-SA(simulated-annealing)

    0下载:
  2. 数学中的模拟退火算法,也就是通常所说的SA- SA(simulated annealing)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:8304
    • 提供者:李元帅
  1. TSP(SA)

    1下载:
  2. 旅行商问题 用模拟退火算法求解游历中国各省会最短路-tsp china province sa
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-06
    • 文件大小:1302797
    • 提供者:laiweibing
  1. TSP-Simulated-Annealing

    0下载:
  2. 本程序提供了多种TSP模拟退火算法解决图论问题的代码。-This program offers a variety of simulated annealing algorithm to solve TSP graph theory problem code.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1695
    • 提供者:zzz
  1. sa-tsp

    0下载:
  2. 应用模拟退火的TSP优化算法,程序注释清晰,运行流畅-The TSP simulated annealing optimization algorithm, the program notes clear and running smoothly
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1290
    • 提供者:
  1. TSP

    0下载:
  2. 一个运用模拟退火算法求解TSP问题的小例子程序-A simulated annealing algorithm for TSP small example program
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1092
    • 提供者:孙德宇
  1. TSP-SA

    0下载:
  2. 模拟退火算法解决经典的TSP问题,自己做的,测试不错,可以用-Simulated annealing algorithm to solve TSP classic problem, do it yourself, test good, you can use
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:4657
    • 提供者:王辉
« 1 2 3 4 5 67 8 9 10 11 ... 15 »
搜珍网 www.dssz.com