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

搜索资源列表

  1. 旅行商问题

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

    • 发布日期:2014-01-18
    • 文件大小:626.04kb
    • 提供者:www
  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. 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. 2

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

    • 发布日期:2017-03-31
    • 文件大小:2.2kb
    • 提供者:mm
  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. TSP_ga

    1下载:
  2. TSP问题(又名:旅行商问题,货郎担问题)遗传算法通用matlab程序-TSP problem (also known as: traveling salesman problem, traveling salesman problem) genetic algorithm matlab common procedures
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:24.76kb
    • 提供者:lastsong
  1. gafortsp

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

    • 发布日期:2014-12-11
    • 文件大小:2.05kb
    • 提供者: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
    • 文件大小:3.98kb
    • 提供者:张驰
  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
    • 文件大小:609.5kb
    • 提供者:郑益夫
  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
    • 文件大小:262.05kb
    • 提供者:章为到
  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
  1. 蚁群算法的优化计算——旅行商问题(TSP)优化

    0下载:
  2. 蚁群算法的优化计算——旅行商问题(TSP)优化(Optimization calculation of ant colony algorithm)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-19
    • 文件大小:2kb
    • 提供者:qiu@qiu
« 12 3 4 5 6 7 8 9 10 ... 44 »
搜珍网 www.dssz.com