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

搜索资源列表

  1. TSP问题的相关知识及各种求解版本

    0下载:
  2. 本人搜集的各种TSP问题的资料和一些代码
  3. 所属分类:文档资料

  1. 混合智能算法解决TSP问题的MATLAB

    0下载:
  2. 多种算法解决tsp问题
  3. 所属分类:数值算法/人工智能

    • 发布日期:2011-04-12
    • 文件大小:4426
    • 提供者:dvstrom
  1. 蚁群算法解决TSP问题

    1下载:
  2. 蚁群算法解决TSP问题的源代码
  3. 所属分类:源码下载

    • 发布日期:2011-05-07
    • 文件大小:9883
    • 提供者:lovelyhx
  1. 蚁群算法解决TSP问题

    0下载:
  2. 蚁群算法解决TSP问题
  3. 所属分类:源码下载

    • 发布日期:2011-05-07
    • 文件大小:13635
    • 提供者:lovelyhx
  1. 蚁群算法解决TSP

    0下载:
  2. 蚁群算法解决TSP问题算法
  3. 所属分类:源码下载

    • 发布日期:2011-05-07
    • 文件大小:2477
    • 提供者:lovelyhx
  1. ACO 蚁群算法解决TSP问题

    0下载:
  2. 通过对于蚁群算法的特点解决TSP问题
  3. 所属分类:数值算法/人工智能

    • 发布日期:2011-05-09
    • 文件大小:1997
    • 提供者:jxmdingdong
  1. 蚁群算法tsp问题matlab程序

    2下载:
  2. 简单的求解tsp问题的蚁群算法matlab程序
  3. 所属分类:按钮控件

    • 发布日期:2011-05-20
    • 文件大小:11503
    • 提供者:zwsummer
  1. 遗传算法GA解决TSP问题

    0下载:
  2. 基本遗传算法GA解决TSP问题 完美运行
  3. 所属分类:其它

    • 发布日期:2011-06-13
    • 文件大小:3011
    • 提供者:wsluoqi37
  1. 遗传算法解决TSP问题

    0下载:
  2. 遗传算法解决TSP问题
  3. 所属分类:编程文档

  1. TSP问题算法源代码

    0下载:
  2. TSP问题算法源代码
  3. 所属分类:源码下载

    • 发布日期:2011-11-09
    • 文件大小:608743
    • 提供者:renchunyu
  1. 51个城市的tsp程序

    1下载:
  2. 这是一个用蚁群算法来解决51个城市的tsp问题,该源码是用C++编写的,是一个非常有用的源代码 const int iAntCount=34;//ant numbers 蚂蚁数量 const int iCityCount=51;//城市数量 const int iItCount=500;//循环次数 const double Q=100;//信息素总量
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-03-17
    • 文件大小:1578
    • 提供者:cuifangsong
  1. tsp国际标准数据库,用于测试各种算法性能

    9下载:
  2. tsp国际标准数据库,用于测试各种算法性能,尤其用来测试蚁群算法-tsp database
  3. 所属分类:其他数据库

    • 发布日期:2013-05-02
    • 文件大小:8099401
    • 提供者:叶婷
  1. TSPSA.模拟退火算法SA求解TSP旅行商问题

    2下载:
  2. 模拟退火算法SA求解TSP旅行商问题。可以自己设定初始温度和冷却温度,SA simulated annealing algorithm for solving traveling salesman problem TSP. Can be set for the initial temperature and cooling temperature
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-03-23
    • 文件大小:656
    • 提供者:yourchen
  1. matlab--tsp tsp问题 旅行商问题 matlab求解

    1下载:
  2. tsp问题 旅行商问题 matlab求解 遗传算法-TSP problem traveling salesman problem with MATLAB genetic algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2015-01-06
    • 文件大小:10240
    • 提供者:周道道
  1. tsp+vrp.rar

    1下载:
  2. 详细讲述模拟退火算法的理论原理。并TSP问题为例进行讲解,并各处多种语言的源代码,包括c,matlab以及delphi。 ,Simulated annealing algorithm described in detail the theory of principle. And TSP as an example to explain the problem and the source code of various languages, including c, matlab, as w
  3. 所属分类:transportation applications

    • 发布日期:2017-03-27
    • 文件大小:26057
    • 提供者:lian
  1. tsp_SA.rar

    0下载:
  2. 在Visual C++ 编译环境下, 模拟退火算法算法的程序,并利用它们求解了48个城市的TSP问题。,In Visual C++ compiler environment, simulated annealing algorithm algorithm procedures and use them to solve the 48 cities TSP problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:691379
    • 提供者:肖翔
  1. ACOTSP.V1.0.rar

    0下载:
  2. 解旅行商问题的ACO算法,包括了AS,EAS,ASRANK,MMAS,ACS,ACO to slove TSP. Including AS,EAS,ASRANK,MMAS,ACS.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:94755
    • 提供者:xiaochuzhe
  1. TSP_BranchAndBound.rar

    0下载:
  2. Solving the TSP problem using the Branch and Bound Algorithm,Solving the TSP problem using the Branch and Bound Algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:30635
    • 提供者:nabilnapel
  1. TSP.rar

    0下载:
  2. 模拟退火算法解决旅行商问题,从文件读入城市信息,Simulated annealing algorithm to solve traveling salesman problem, reading from the file information into the city
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:7254
    • 提供者:肖佩瑶
  1. design.rar

    0下载:
  2. 回溯法,动态规划法,遗传算法求解 tsp问题(课程设计报告),Backtracking, dynamic programming method, genetic algorithm tsp issues (curriculum design report)
  3. 所属分类:Project Design

    • 发布日期:2017-05-12
    • 文件大小:2641209
    • 提供者:曾亮
« 1 2 ... 11 12 13 14 15 1617 18 19 20 21 ... 50 »
搜珍网 www.dssz.com