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

搜索资源列表

  1. 旅行商问题

    0下载:
  2. 用遗传算法解决旅行商问题
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2014-01-18
    • 文件大小:626.04kb
    • 提供者:www
  1. 模拟退火算法实现旅行商算法

    0下载:
  2. 采用的是康力山等人确定的实验参数。 对于n个城市的旅行商问题,其参数如下: 初始温度:t0=280, 每一个温度下采用固定的迭代次数L=100n, 温度的衰减系数alpha=0.92 算法停止的准则是当相邻两个温度得到的解变化很小时算法停止。-used the Stanozolol Hill were determined by the experimental parameters. N cities for the traveling salesman problem, the para
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2.07kb
    • 提供者:谢继晖
  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. 研究旅行商问题过程中自己改写的Grefenstette编码

    0下载:
  2. 研究旅行商问题过程中自己改写的Grefenstette编码、解码函数,附带小规模标准部分数据集,Grefenstette encoding and decoding function for Traveling salesman problem
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-03-24
    • 文件大小:29.87kb
    • 提供者:王东
  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
    • 文件大小:656byte
    • 提供者:yourchen
  1. matlab--tsp tsp问题 旅行商问题 matlab求解

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

    • 发布日期:2015-01-06
    • 文件大小:10kb
    • 提供者:周道道
  1. TS-TSP.rar

    0下载:
  2. 使用禁忌搜索算法求解TSP(旅行商问题)的JAVA源程序,The use of tabu search algorithm for solving TSP (Traveling Salesman Problem) the JAVA source code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-22
    • 文件大小:2.78kb
    • 提供者:ann
  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
    • 文件大小:7.08kb
    • 提供者:肖佩瑶
  1. xujinpeng-matlab.rar

    0下载:
  2. 遗传算法编程求解旅行商问题;图论中最短路问题的Matlab程序实现;背包问题模型的Matlab程序实现。,Genetic Algorithm for Solving Traveling Salesman Problem programming graph theory, shortest path problem in the Matlab program implementation knapsack problem Matlab model implementation process.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:493.46kb
    • 提供者:徐进澎
  1. GA_TSP

    0下载:
  2. 遗传算法实现旅行商问题:经典遗传算法解决旅行商问题,可供研究遗传算法的同仁进行研究改进。-Genetic Algorithms for Traveling Salesman Problem: a classic genetic algorithm to solve traveling salesman problem, for the study of genetic algorithm to improve the research associates.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:1.43mb
    • 提供者:saint
  1. 2

    0下载:
  2. tsp遗传算法代码 利用交叉算子改进方法求解旅行商问题-tsp genetic algorithm code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:2.2kb
    • 提供者:mm
  1. GATSP

    3下载:
  2. 用遗传算法写的求解TSP问题 四种情况 多旅行商单出发点 多旅行商多出发点 单旅行商以点的坐标计算及以距离矩阵计算-Written by using genetic algorithms for solving TSP problems, four cases: more than a single starting point for traveling salesman, multi-traveling salesman more than a starting point, a singl
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:15.65kb
    • 提供者:曹轩
  1. as_tsp

    0下载:
  2. 蚁群算法 关于城市旅行商问题 ,有兴趣的可以参考下,也课参与交流-Ant colony algorithm on the city traveling salesman problem, interested can refer to, it is also involved in the exchange of lessons
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:4.73kb
    • 提供者:JW
  1. SA_TSP_Rev1

    0下载:
  2. 用matlab实现的利用模拟退火算法(SA)解决旅行商问题(TSP).-Matlab achieved with the use of simulated annealing algorithm (SA) to solve traveling salesman problem (TSP).
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:466.1kb
    • 提供者:黄卢荃
  1. DPSO

    0下载:
  2. 处理旅行商问题的离散PSO算法的例程,动态生成路径串,算法本身保证了路径串的合法性-Traveling salesman problem to deal with discrete PSO algorithm routines, dynamically generated path string, the algorithm itself, guarantee the legitimacy of the path string
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:3.21kb
    • 提供者:tedachun
  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. Matlab多旅行商实验

    2下载:
  2. 用matlab程序求解多旅行商问题,使用蚁群算法(Solving multi traveling salesman problem)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-19
    • 文件大小:20kb
    • 提供者:兜里有麦
  1. 粒子群算法解决旅行商问题

    3下载:
  2. 用于粒子群算法解决旅行商问题,可以运行,效果很好啊(For particle swarm optimization algorithm to solve the traveling salesman problem, you can run, the effect is very good!)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:3kb
    • 提供者:李乃双
  1. 改进pso可以求解城市数量大的旅行商问题

    2下载:
  2. 城市数量最大的改进的粒子群算法求解旅行商问题(Particle swarm optimization for traveling salesman problem)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-07
    • 文件大小:4kb
    • 提供者:chrishlihong
  1. Matlab多旅行商实验

    0下载:
  2. 解决多种变型的多旅行商问题,延伸的一系列问题,有说明(Multiple traveling salesman problem)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-21
    • 文件大小:16kb
    • 提供者:huaizhi
« 12 3 4 5 6 7 8 9 10 ... 46 »
搜珍网 www.dssz.com