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

搜索资源列表

  1. matlab--tsp tsp问题 旅行商问题 matlab求解

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

    • 发布日期:2015-01-06
    • 文件大小:10240
    • 提供者:周道道
  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
    • 文件大小:2848
    • 提供者: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
    • 文件大小:7254
    • 提供者:肖佩瑶
  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
    • 文件大小:505301
    • 提供者:徐进澎
  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
    • 文件大小:1504456
    • 提供者:saint
  1. 2

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

    • 发布日期:2017-03-31
    • 文件大小:2254
    • 提供者: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
    • 文件大小:16023
    • 提供者:曹轩
  1. TSP

    1下载:
  2. 本系统是用C#语言进行旅行商问题(TSP)的实验仿真,来实现从一个城市到最后一个城市的最短路径的模拟。-This system is to use C# language Traveling Salesman Problem (TSP) of the experimental simulation, to move from one city to the last one the city' s shortest path simulation.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:205193
    • 提供者:学士
  1. 演化法

    0下载:
  2. 首先介绍了当前求解TSP问题最好的演化算法之一:GT算法。文中重点设计了在NOW上求解旅行商问题GT算法的并行算法,详细描述了设计思路,设计策略。还给出了相当详细的并行算法描述。文中设计的并行算法已经在NOW上的PVM平台上实现。关键词NOW,演化计算,旅行商问题,并行计算-first briefed on the current TSP evolutionary algorithm best one : GT algorithm. The article focused on the desi
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:200229
    • 提供者:巨金华
  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
    • 文件大小:4843
    • 提供者:JW
  1. tsp

    0下载:
  2. 旅行商问题的源代码及其说明。给出空间中给定n个点,画一条简单路径,包括所有的点,使得路径最短-Traveling Salesman Problem and its descr iption of the source code. Given space in a given n points, draw a simple path, including all the points, making the shortest path
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:3006
    • 提供者:ron
  1. tsp

    0下载:
  2. 结合旅行商问题,学习并掌握遗传算法。并从实例中体会遗传算法对解决NP问题的重要性。遗传算法解决旅行商问题-Combination of traveling salesman problem, to learn and master the genetic algorithm. Experience from the examples of genetic algorithm to solve the NP problem. Genetic Algorithm to Solve Traveling
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:11577
    • 提供者:jiajia
  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
    • 文件大小:477285
    • 提供者:黄卢荃
  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
    • 文件大小:3284
    • 提供者: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
    • 文件大小:28581
    • 提供者: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
    • 文件大小:25353
    • 提供者:lastsong
  1. heredity

    0下载:
  2. 遗传算法 解旅行商问题 在命令行输入要读入的文件,文件主要描述旅行商问题中每个城市的坐标,本程序群体数是100,仅遗传了1000代,解20个城市时可以较大概率得到最优解,读入的文件格式见压缩包文件-Genetic Algorithm for Traveling Salesman Problem in the command-line input to read the documents, the paper s main descr iption of traveling salesman
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:2269
    • 提供者:赵九鑫
  1. TS

    0下载:
  2. TSP问题,即旅行商问题,matlab环境下可以运行-TSP problem, that is, traveling salesman problem, matlab environment can run
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:59701
    • 提供者:刘琴
  1. TSP11

    0下载:
  2. 这是一个很好用的多算法求解旅行商问题的源码。-This is a very good algorithm used in multi-source for Traveling Salesman Problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:10518
    • 提供者:ghy
  1. Program

    0下载:
  2. 用很简单的方法描述了如何勇贪婪算法解决旅行商问题-Using very simple methods Yong describes how greedy algorithm to solve traveling salesman problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1367
    • 提供者:FYL
« 1 23 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com