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
    • 文件大小:82705
    • 提供者:王子文
  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
    • 文件大小:346459
    • 提供者:li dabao
  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
    • 文件大小:65799
    • 提供者:罗顺昌
  1. GA_TSP

    0下载:
  2. 旅行商的寻优问题,利用遗传算法更好的优化了,很有意义。-The traveling salesman optimization problem, the use of genetic algorithms better optimization, makes sense.
  3. 所属分类:Software Testing

    • 发布日期:2017-11-30
    • 文件大小:1319
    • 提供者:上帝的孩子
  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. 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. 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. 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. GA

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

    • 发布日期:2017-12-21
    • 文件大小:5120
    • 提供者:
  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
    • 文件大小:336648
    • 提供者:gystruggle01_@
搜珍网 www.dssz.com