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

搜索资源列表

  1. sa_tsp

    1下载:
  2. 旅行商(TSP)问题一直以来都是一个NP难问题,旅行商问题(TSP问题)就是一销售商从n个城市中的某一城市出发,不重复地走完其余n-1个城市并回到原出发点,在所有可能的路径中求出路径长度最短的一条。本次软件设计是利用模拟退火算法解决TSP问题,通过该软件设计,对模拟退火算法和旅行商问题有个初步的认识。-Traveling Salesman (TSP) problem has always been a NP hard problem, traveling salesman problem (TS
  3. 所属分类:Other windows programs

    • 发布日期:2016-03-14
    • 文件大小:1424
    • 提供者:周薇
  1. TspSA

    0下载:
  2. 用模拟退火算法对求解旅行商组合优化问题作了一定的研究,提出了多种不同的随机抽样方式,并对其进行了分析计算并以代码实现。 -This paper studied the optimizing of the traveling salesman problem with the Simulated Annealing(SA). Different random sampling forms were proposed and analyzed.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-25
    • 文件大小:3470281
    • 提供者:
  1. GATSP

    0下载:
  2. 这是用c编写的旅行商问题的算法,比较简单,很好理解(使用遗传算法)-GA TSP
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2697
    • 提供者:linda
  1. SA

    0下载:
  2. 模拟退火算法解旅行商问题(须运行在VS2008平台下)-Simulated annealing algorithm traveling salesman problem [have to run in VS2008 platform]
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-28
    • 文件大小:19989
    • 提供者:sunset
  1. gafortsp

    1下载:
  2. 用遗传算法实现TSP旅行商问题,MATLAB源码-Using Genetic Algorithm for Traveling Salesman Problem TSP implementation, MATLAB source
  3. 所属分类:matlab

    • 发布日期:2014-12-11
    • 文件大小:2097
    • 提供者:dalian
  1. yichuansuanfaqiujielvxingshang

    0下载:
  2. 利用遗传算法求解旅行商问题,其中附有程序实现的源代码-The use of genetic algorithm to solve traveling salesman problem, of which attached to the source code program
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:4080
    • 提供者:张驰
  1. Matlab

    0下载:
  2. 用matlab解决TSP旅行商问题,30个城市的路线优化问题-Matlab solving TSP traveling salesman problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:1318
    • 提供者:ronnie
  1. genetic

    0下载:
  2. 使用遗传算法求解旅行商问题,城市数目及城市之间的距离通过txt文件来读入,然后输出求解过程及最后收敛到的最有路径-The use of Genetic Algorithm for Traveling Salesman Problem, the number of cities and the distance between cities through the txt file to read, and then output the solution process and the fina
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:624126
    • 提供者:郑益夫
  1. aa

    0下载:
  2. C#写的蚁群算法,实现了五个城市的旅行商问题,简单易懂-ant colony algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1657
    • 提供者:leopold
  1. ACATSP

    0下载:
  2. 蚁群算法解决旅行商问题,matlab源码-Ant colony algorithm to solve traveling salesman problem, matlab source
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:2072
    • 提供者:阿陶
  1. matlab

    0下载:
  2. 旅行商的问题,用遗传算法来求的最优解,用matlab来实现。-Traveling salesman problem, using genetic algorithms to seek the optimal solution, using matlab to achieve.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:1275
    • 提供者:杨毅平
  1. CHBTSP

    0下载:
  2. 用c+++实现的遗传算法解决tsp(旅行商)问题源码-Using c+++ realization of the genetic algorithm to solve tsp (TSP) problem source
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-05-08
    • 文件大小:1775861
    • 提供者:pacific
  1. SA_TSP

    0下载:
  2. 旅行商问题(Travelling Salesman Problem, 简记TSP,亦称货郎担问题):设有n个城市和距离矩阵D=[dij],其中dij表示城市i到城市j的距离,i,j=1,2 … n,则问题是要找出遍访每个城市恰好一次的一条回路并使其路径长度为最短。-TSP (Travelling Salesman Problem, Jane Hutchison TSP, also known as the traveling salesman problem): with n cities an
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:268343
    • 提供者:章为到
  1. TSPE

    0下载:
  2. 一种基于蚁群算法的旅行商问题的源代码-TSP BASED ON ANT COLONY ALGORITHM
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:2078
    • 提供者:露萍
  1. TSP

    0下载:
  2. TSP旅行商 的程序,有兴趣的可以下载看-TSP TSP procedures are interested in can be downloaded to see
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:20586
    • 提供者:傅川
  1. mtsp_ga

    0下载:
  2. matlab多旅行商问题以及各种算法如蚂蚁算法和遗传算法-matlab multi-traveling salesman problem and various algorithms such as the ant algorithm and genetic algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:4055
    • 提供者:sunyongnan
  1. TSP_final

    0下载:
  2. TSP程序,采用C#实现,可解决旅行商问题,参数设置可视化-TSP program, using C# to achieve, solve the traveling salesman problem, visualization parameters
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:83521
    • 提供者:陈兵
  1. HybridalgorithmbasedonabalancedstudyofMTSP

    1下载:
  2. 基于混合算法的均衡路程MTSP研究 给出了MTSP的整数线性规划模型、分类, 提出了均衡各旅行商访问路程和均衡各旅行商访问人数的多目标 问题针对均衡各旅行商访问路程的设计了相应的求解算法, 求解算法为遗传算法和一的混合算法给出了相应 的示例和实验结果, 并对实验结果的有效性进行了研究-Hybrid algorithm based on a balanced study of MTSP given distance of the MTSP integer linear programm
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-09-15
    • 文件大小:254975
    • 提供者:Notics
  1. mtspf_ga

    0下载:
  2. 用于多旅行商问题,高效,可视化强。非常强,不信-For multi-traveling salesman problem, efficient, strong visual
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:4237
    • 提供者:王斌
  1. TSP

    0下载:
  2. 此程序是用于tsp问题,也就是单旅行商问题,内容全面,讲解清晰-This procedure is used for tsp problem, traveling salesman problem is a single, comprehensive, on a clear
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:10056
    • 提供者:王斌
« 1 2 34 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com