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

搜索资源列表

  1. tsp-word

    0下载:
  2. 用遗传算法解决旅行商问题的简单实现.word格式,简单,易懂 -using genetic algorithms to solve the traveling salesman problem simple realization. Word format, a simple, understandable
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:80.77kb
    • 提供者:王子文
  1. 旅行商问题的改进粒子群算法

    3下载:
  2. 旅行商问题的改进粒子群算法
  3. 所属分类:文档资料

    • 发布日期:2009-06-01
    • 文件大小:167.12kb
    • 提供者:shandongluzi
  1. 旅行商问题

    1下载:
  2. 旅行商问题
  3. 所属分类:软件工程

  1. 蚁群算法

    5下载:
  2. 蚁群算法/ 蚁群算法/Matlab中文论坛--助努力的人完成毕业设计.url 蚁群算法/一种快速求解旅行商问题的蚁群算法.pdf 蚁群算法/使用帮助:新手必看.htm 蚁群算法/基于改进蚁群算法对最短路径问题的分析与仿真.pdf 蚁群算法/基于改进蚁群算法的出租车路径规划算法.pdf 蚁群算法/基于改进蚁群算法的最短路径问题研究.pdf 蚁群算法/基于蚁群算法的公交路线走向模型及其求解.pdf 蚁群算法/基于蚁群算法的完全遍历路径规划研究.PDF 蚁群算法/用蚂蚁算法和模拟退火
  3. 所属分类:编程文档

    • 发布日期:2012-09-09
    • 文件大小:5.21mb
    • 提供者:wodexiaowo
  1. lxswt

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

    • 发布日期:2017-04-05
    • 文件大小:80.43kb
    • 提供者:sabriya
  1. predatorysearch

    0下载:
  2. Alexandre Linhares于1998 提出了一种新的仿生计算方法,即捕食搜索算法。捕食搜索策略很好地协调了局部搜索和全局搜索之间的转换,已成功应用于组合优化领域的旅行商问题和超大规模集成电路设计问题。-The predatory search strategy consists of scanning the solution space in a straightforward manner, but, as each new optima is found, restricting
  3. 所属分类:File Formats

    • 发布日期:2017-05-07
    • 文件大小:1.15mb
    • 提供者:abrahamlau
  1. TSP_Based_on_Genetic_Algorithm

    1下载:
  2. 论文,:从应用的角度讨论了基于遗传算法的旅行商问题( Travelling Salesman Problem ,简称TSP) 的求解方 法,并结合实例给出了求解过程和计算机仿真结果-Solution of Travel ing Salesman Problem Based on Genetic Algorithm
  3. 所属分类:Project Design

    • 发布日期:2017-03-31
    • 文件大小:338.34kb
    • 提供者:li dabao
  1. TSP-C

    0下载:
  2. 这是关于基础模型——旅行商问题经典解法C语言编程-This is about the base model- the classic traveling salesman problem solution of C language programming
  3. 所属分类:File Formats

    • 发布日期:2017-03-30
    • 文件大小:2.76kb
    • 提供者:naiyu
  1. tusousuo

    0下载:
  2. 状态图实际上是一类问题的抽象表示。事实上,有许多智力问题(如梵塔问题、旅行商问题、八皇后问题、农夫过河问题等)和实际问题(如路径规划、定理证明、演绎推理、机器人行动规划等)都可以归结为在某一状态图中寻找目标或路径的问题。因此,研究状态图搜索具有普遍意义。 -State diagram is actually a class of abstract representation of the problem. In fact, there are many mental problems (s
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:1.19mb
    • 提供者:菲菲
  1. hamilton

    0下载:
  2. 用分支与界法解决旅行商问题,c++源代码。十分快速。-With the branch and bound algorithm to solve traveling salesman problem, c++ source code. Very fast.
  3. 所属分类:Document

    • 发布日期:2017-03-30
    • 文件大小:1.08kb
    • 提供者:白云飞
  1. TSP

    0下载:
  2. 用matlab解决TSP旅行商问题,针对30个城市最短路径进行优化-Using matlab to solve the traveling salesman problem TSP for 30 cities to optimize the shortest path
  3. 所属分类:Document

    • 发布日期:2017-03-29
    • 文件大小:4.24kb
    • 提供者:洪波
  1. BCA_TSP_Papers

    0下载:
  2. 关于利用蜂群算法(bca)解决旅行商问题(Tsp)的几篇中文文章,可帮助入门了解。-On the use of colony algorithm (bca) Traveling Salesman Problem (Tsp) of several Chinese language articles that can help started to understand.
  3. 所属分类:File Formats

    • 发布日期:2017-04-03
    • 文件大小:920.84kb
    • 提供者:wujunwei
  1. TSP

    0下载:
  2. 遗传算法解决TSP问题 所谓TSP问题(旅行商问题)即最短路径问题就是在给定的起始点S到终止点T的通路集合中,寻求距离最小的通路,这样的通路成为S点到T点的最短路径。-Genetic algorithm to solve TSP problem called TSP problem (TSP) that the shortest path problem in a given starting point S to the end point T path collection, seeki
  3. 所属分类:File Formats

    • 发布日期:2017-11-24
    • 文件大小:64.26kb
    • 提供者:罗顺昌
  1. PSO

    1下载:
  2. 利用改进的粒子群算法解决旅行商问题,即g改进的PSO解决TSP,在调用程序时,直接输入pso(c,n),c为距离矩阵,请自己给出,n为粒子群个数-Improved particle swarm algorithm to solve the traveling salesman problem, ie g Improved PSO to solve the TSP
  3. 所属分类:software engineering

    • 发布日期:2017-11-18
    • 文件大小:1.58kb
    • 提供者:计算科学
  1. swarm-optimization-algorithm-

    0下载:
  2. 子群优化算法,并把次算法用于求解旅行商问题.为了增强算法的局部搜索能力,在改进的算法中加入倒置,局部搜索等方法,同时利用遗传算法的全局搜索能力强的特点对求到的解再进行优化,同时,对于搜索全局最优路径方面,通过应用消除交叉路径的方法进行了优化.-Sub swarm optimization algorithm, and the second algorithm is used to solve the traveling salesman problem. In order to enhance
  3. 所属分类:Development Research

    • 发布日期:2016-11-29
    • 文件大小:559kb
    • 提供者:燕子
  1. model

    0下载:
  2. 遗传算法matlab程序 tsp旅行商问题-matlab yuanchengxu
  3. 所属分类:Project Manage

    • 发布日期:2017-04-04
    • 文件大小:4.98kb
    • 提供者:陈李湘
  1. TSP

    0下载:
  2. 总结的混合粒子群算法、蚁群算法、遗传算法求TSP(旅行商问题),值得看一看-Summary hybrid particle swarm optimization, ant colony algorithm, genetic algorithm for TSP (traveling salesman problem), it is worth a look
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:443.12kb
    • 提供者:肖鹏
  1. ant-algorithms-of-vrp

    1下载:
  2. 采用蚁群算法能够解决31个城市的旅行商问题,相对于遗传算法,模拟退火算法和其他的算法,蚁群算法有其自身的优势-Ant colony algorithm to solve the traveling salesman problem 31 cities, with respect to genetic algorithms, simulated annealing algorithm and other algorithms, ant colony algorithm has its own ad
  3. 所属分类:File Formats

    • 发布日期:2017-04-07
    • 文件大小:1.9kb
    • 提供者:董乾东
  1. 旅行商

    0下载:
  2. matlab里使用遗传算法,这种算法可以求解一种旅行商问题(mtsp)(Matlab uses genetic algorithms, which can be used to solve a traveling salesman problem (MTSP))
  3. 所属分类:软件工程

  1. 改进的遗传算法求解旅行商问题

    0下载:
  2. 一篇优化算法的论文,用改进的遗传算法优化求解旅行商问题。
  3. 所属分类:报告论文

    • 发布日期:2021-11-25
    • 文件大小:328.76kb
    • 提供者:gystruggle01_@
« 12 »
搜珍网 www.dssz.com