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

搜索资源列表

  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. hopfiledTsp

    0下载:
  2. 模拟Hopfield网络求解TSP问题 旅行商问题-Analog Hopfield network to solve TSP problems traveling salesman problem
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:9155
    • 提供者:yong
  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. SimulatedAnnealing

    0下载:
  2. 模拟退火算法解旅行商问题,读入的文件描述城市的位置,采用康立山等人的方法,能以较大的概率接触最优解-Simulated annealing algorithm traveling salesman problem, read the document describes the city s location, KANG Li-shan, who adopted the method, to a greater probability of exposure to the optimal sol
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:1601
    • 提供者:赵九鑫
  1. TSP

    0下载:
  2. 本程序实现了NPC问题旅行商的三个近似算法。-This procedure achieved a traveling salesman problem NPC three approximation algorithm.
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:11663
    • 提供者:phil
  1. TSP

    0下载:
  2. 用c#实现tsp问题 即经典的旅行商问题 典型的组合优化问题-With c# Achieve tsp issues classic traveling salesman problem that is typical of combinatorial optimization problems
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:4895
    • 提供者:刘年
  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. sa_tsp

    0下载:
  2. 旅行商问题的模拟退火matlab程序 (程序软件包)-Traveling Salesman Problem matlab simulated annealing procedures (Procedure package)
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:478218
    • 提供者:王健
  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. TravelingSalesmanProblem

    0下载:
  2. 用便宜算法解决旅行商问题,附测试用例和报告-Cheap algorithm used to solve traveling salesman problem, with test cases and reporting
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:8633
    • 提供者:杨猛
  1. TSPproblem

    0下载:
  2. 用MATLAB开发的旅行商问题,可以设定不同的初始条件,进行求解。求解速度快!-Using MATLAB development of traveling salesman problem, you can set different initial conditions, to solve. Solving faster!
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2912
    • 提供者:余燕忠
  1. lxswt

    0下载:
  2. 旅行商问题 算法中经典的算法 实验报告 内附代码-Traveling Salesman Problem Algorithm classic algorithm Experimental Report
  3. 所属分类:Communication

    • 发布日期:2017-04-05
    • 文件大小:82362
    • 提供者:sabriya
  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. TSP_branch_and_bound_method

    0下载:
  2. 用来解决旅行商问题 可以直接运行 很好的代码-Used to solve the traveling salesman problem can be directly run a very good code
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1929
    • 提供者:罗兰
  1. ex2

    0下载:
  2. 旅行商问题 某售货员要到若干城市去推销商品,已知各城市之间的路程(或旅费)。他要选定一条从驻地出发,经过每个城市一遍,最后回到驻地的路线,使总的路程(或旅费)最小。-Traveling salesman problem to a salesman to sell a number of city merchandise, known distance between each city (or travel). Him to select a departure from the resi
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:11100
    • 提供者:
  1. TSPGA

    0下载:
  2. 旅行商问题求解 旅行商问题求解 旅行商问题求解-Traveling Salesman Problem Solving Traveling Salesman Problem Solving Traveling Salesman Problem Solving Traveling Salesman Problem Solving
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:67798
    • 提供者:QING Pei
  1. yiqunsuanfa

    0下载:
  2. 这是一个蚁群算法的程序,通过求解旅行商tsp问题验证了算法的正确性-This is an ant colony algorithm procedure, by solving the traveling salesman problem tsp verify the correctness of the algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-11
    • 文件大小:1067
    • 提供者:孙磊
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com