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

搜索资源列表

  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
    • 文件大小:572416
    • 提供者:燕子
  1. model

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

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

    0下载:
  2. 禁忌搜索算法程序,完全解决了旅行商最短路径问题-Tabu search algorithm, completely solve the traveling salesman problem shortest path
  3. 所属分类:software engineering

    • 发布日期:2017-04-13
    • 文件大小:1947
    • 提供者:阿尧
  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
    • 文件大小:453754
    • 提供者:肖鹏
  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
    • 文件大小:1950
    • 提供者:董乾东
  1. Genetic-algorithm-c-source-code-

    0下载:
  2. 基于遗传算法写的关于旅行商问题的代码,功能可以解决基本的问题,希望能帮助大家!下载吧-Genetic Algorithms write code based on the traveling salesman problem, the function can solve fundamental problems, hoping to help you! Download it
  3. 所属分类:File Formats

    • 发布日期:2017-04-16
    • 文件大小:14727
    • 提供者:董乾东
  1. genetic-code

    0下载:
  2. 基于遗传算法写的关于旅行商问题的代码,功能可以解决基本的问题,希望能帮助大家!下载吧-Genetic Algorithms write code based on the traveling salesman problem, the function can solve fundamental problems, hoping to help you! Download it
  3. 所属分类:File Formats

    • 发布日期:2017-04-26
    • 文件大小:21433
    • 提供者:董乾东
  1. ant-vrp

    0下载:
  2. 基于蚁群算法写的关于旅行商问题的代码,功能可以解决基本的问题,希望能帮助大家!下载吧-Ant colony algorithm based on code written by the traveling salesman problem, the function can solve the basic problem, hoping to help you! Download it
  3. 所属分类:File Formats

    • 发布日期:2017-04-13
    • 文件大小:1886
    • 提供者:董乾东
  1. tsp

    0下载:
  2. 基于遗传算法写的关于旅行商问题的代码,功能可以解决基本的问题,希望能帮助大家!下载吧-Genetic Algorithms write code based on the traveling salesman problem, the function can solve fundamental problems, hoping to help you! Download it
  3. 所属分类:File Formats

    • 发布日期:2017-03-27
    • 文件大小:7738
    • 提供者:董乾东
  1. ant

    0下载:
  2. 这是一种ANT的旅行商的MATLAB的代码有用请下载-if it help,please go ahead
  3. 所属分类:Document

    • 发布日期:2017-04-11
    • 文件大小:1492
    • 提供者:jing
  1. BA

    1下载:
  2. 蜜蜂算法解决有效的解决旅行商问题,bee algorithm-Bees algorithm to solve effectively solve the traveling salesman problem, bee algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-04-26
    • 文件大小:10235
    • 提供者:mike
  1. gatsp1

    0下载:
  2. 采用遗传算法ga解决旅行商问题tsp,是用MATLAB语言编写的,并且注释很详细。-Ga genetic algorithm to solve the traveling salesman problem tsp, with MATLAB language, and very detailed comments.
  3. 所属分类:software engineering

    • 发布日期:2017-04-15
    • 文件大小:4679
    • 提供者:luxiaoping
  1. java_ga

    0下载:
  2. 利用java实现遗传算法,用来解决tsp旅行商问题。功能已测试-Using Java implementation, genetic algorithm is used to solve TSP traveling salesman problem. Function has been tested
  3. 所属分类:Project Design

    • 发布日期:2017-04-14
    • 文件大小:3228
    • 提供者:mr陈
  1. lvxing

    0下载:
  2. 旅行商问题是NP完全的组合优化问题。分析了邻域启发式算法的基本操作,提出 一种简单的启发式贪心法,仅利用城市间的距离信息求解旅行商问题-Traveling salesman problem is np-complete combinatorial optimization problem.The basic operation of neighborhood heuristic algorithm is analyzed and presented A simple heuristic
  3. 所属分类:Project Design

    • 发布日期:2017-05-04
    • 文件大小:33215
    • 提供者:
  1. yiqunlvxing

    0下载:
  2. 蚁群优化是一种元启发式的随机搜索技术,是目前解决组合优化问题最有效的工具之一.将信 息素更新和随机搜索机制的改进相结合,提出一种快速求解旅行商问题的蚁群算法-Ant colony optimization is a kind of meta heuristic random search technique, is one of the most effective tool to solve combinatorial optimization problem. The letter
  3. 所属分类:Project Design

    • 发布日期:2017-05-04
    • 文件大小:509488
    • 提供者:
  1. GA

    0下载:
  2. 遗传算法,解决TSP旅行商问题,利用swing实现图形化显示。-solving the traveling salseman problem,showing the result with graphics
  3. 所属分类:software engineering

    • 发布日期:2017-12-21
    • 文件大小:5120
    • 提供者:
  1. 蚁群算法论文+源代码

    1下载:
  2. 利用蚁群算法求解旅行商问题 n个城市的坐标,n×2的矩阵 NC_max 最大迭代次数(Ant Colony Algorithm for Traveling Salesman Problem)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-28
    • 文件大小:1874944
    • 提供者:呵呵1231
  1. ACO算法

    0下载:
  2. 蚁群优化算法,可用于解决一人旅行商等问题。(Ant colony optimization algorithm can be used for TSP and other issues)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-31
    • 文件大小:80896
    • 提供者:小李子子
  1. 蚁群算法的优化计算——旅行商问题(TSP)优化

    0下载:
  2. Ant Colony Optimization
  3. 所属分类:文章/文档

    • 发布日期:2018-04-21
    • 文件大小:3072
    • 提供者:tobie
  1. 路径规划

    0下载:
  2. 大坝无人碾压机路径规划(全覆盖路径规划CCP) 子区域的连通路径规划隶属于旅行商问题(TSP)即求解遍历各城市节点的最短路径 采用混沌理论改进的蜻蜓算法 首先进行运动学建模 其次基于时间成本对机群进行任务分配 优化问题为最小化时间成本 最后进行仿真分析
  3. 所属分类:其它文档

« 1 2»
搜珍网 www.dssz.com