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

搜索资源列表

  1. AntTsp

    0下载:
  2. 解决旅行商问题的C++代码,可以欣赏以下
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3.32kb
    • 提供者:郭擎
  1. LINGO1

    1下载:
  2. lingo 多旅行商问题的求解代码 每人限制运货为50
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1.36kb
    • 提供者:phoebe
  1. 旅行商问题

    0下载:
  2. 这是一个旅行商问题的算法源程序,代码较为简短,说明详细,可读性好。压缩包里面只包含源程序文件,要在vc上面运行。-This is a traveling salesman problem algorithm source code, code brief that detailed and readable. Compressed they contain only source files to run above the vc.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.94kb
    • 提供者:xtbc
  1. 模拟退火法解决TSP问题

    1下载:
  2. 使用模拟退火算法计算旅行商问题,内含10城市和20城市的样例代码。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2011-12-08
    • 文件大小:275.41kb
    • 提供者:nuklly@gmail.com
  1. TspSA

    1下载:
  2. 用模拟退火算法求解旅行商问题的代码,采用C++编写-Using Simulated Annealing Algorithm for Solving Traveling Salesman Problem code, using C++ Prepared
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:27.91kb
    • 提供者:nc21lym
  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
    • 文件大小:3.31mb
    • 提供者:
  1. TSP

    0下载:
  2. 这是解决旅行商问题的c#程序代码,编写的方法是普通遗传算法-This is the solution of traveling salesman problem c# code, the method is the preparation of general genetic algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:2.41kb
    • 提供者:卓越
  1. TSP

    1下载:
  2. 使用Matlab来实现旅行商问题的一些代码,希望对用Matlab学习优化问题的人有些帮助-tere is some code about TSP problem which is written by matlab,i hope it is helpful to some people who is learning matlab.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:3.91kb
    • 提供者:andy
  1. TSP_GA

    0下载:
  2. 用遗传算法解决旅行商问题的代码,并附有完整的说明文档-Traveling Salesman Problem with Genetic Algorithm to solve the code, along with a complete documentation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:199.53kb
    • 提供者:周周
  1. traveler

    0下载:
  2. 旅行商问题及代码,描述了旅行商问提的实质与算法,并用代码实现了该算法,具有重要意义-traveler qustion and simulation
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:21.61kb
    • 提供者:赵雅梦
  1. TSP

    0下载:
  2. 这是TSP旅行商问题的代码 但是不能显示具体路径 可以得出最短路径的值-This is the traveling salesman problem TSP code, but can not display the specific path the value of the shortest path can be drawn
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:1.17kb
    • 提供者:吴娜
  1. sa.-TSP

    0下载:
  2. 关于模拟退火解决旅行商问题的代码,简单易学,非常有用-simulated annealing
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:4.98kb
    • 提供者:彭晓志
  1. qw

    0下载:
  2. 利用动态规划算法求解旅行商问题的代码,VC开发-Dynamic Traveling Salesman Problem Solver
  3. 所属分类:Other systems

    • 发布日期:2017-05-02
    • 文件大小:935.36kb
    • 提供者:qisisi
  1. lvxingshangweiti

    0下载:
  2. 蚁群算法旅行商问题的代码,谢谢,内容简单易学-Code ant colony algorithm traveling salesman problem, thank you, the content easy to learn
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:44.32kb
    • 提供者:mike
  1. tspGA

    0下载:
  2. 遗传算法解决用于解决排序问题的源代码,编码使用互换编码。本程序是基于旅行商问题的代码。-Genetic Algorithm for Solving scheduling problems of the source code, the use of interchangeable coding coding. This procedure is based on the code traveling salesman problem.
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3kb
    • 提供者:孙少华
  1. genetictsp

    0下载:
  2. 为加深对遗传算法的理解与应用,结合经典的旅行商问题,用vs 2013进行了编程实验,验证算法的性能和加深对遗传算法的学习。(In order to deepen the understanding and application of genetic algorithm, combined with the classic travel problem, we use vs 2013 to do the programming experiment, which verifies the alg
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-21
    • 文件大小:856kb
    • 提供者:zyx1903435712
  1. tsp

    1下载:
  2. 遗传算法,旅行商问题的python代码(The Python code of the genetic algorithm, the traveling salesman problem)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-30
    • 文件大小:3kb
    • 提供者:馒头客
  1. TSP_hopfield

    0下载:
  2. 这个代码可以有效地解决旅行商问题的组合优化问题(This code can effectively solve the combinatorial optimization problem of traveling salesman problem.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-01
    • 文件大小:4kb
    • 提供者:吴保林
  1. O旅行商分支限界法

    0下载:
  2. 用来解决旅行商问题 可以直接运行 很好的代码(To solve traveling salesman problem, we can run good code directly.)
  3. 所属分类:其他

  1. 5种多旅行商问题(MTSP)的遗传算法

    1下载:
  2. 基于遗传算法的多旅行商问题,其中有5种情况,均有代码(Multiple travel quotient problem based on genetic algorithm)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:26kb
    • 提供者:syyyyyyy
« 12 3 4 »
搜珍网 www.dssz.com