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

搜索资源列表

  1. tsp_pso

    0下载:
  2. tsp 粒子群算法修正源码, 参考:大连理工大学 谷超 2009年硕士学位论文 “改进的ACO和PSO算法在TSP中的应用”    *郭文忠1,陈国龙1,洪玉玲2 .求解TSP问题的动态邻域粒子群优化算法.漳州师范学院学报(自然科学版) -modified particle swarm optimization tsp source code, reference: Dalian University of Technology master s degree thesis Vall
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:21882
    • 提供者:ven
  1. TSP_Particle

    1下载:
  2. 在MATLAB中用粒子群算法解决TSP问题。-use the particle swarm optimization(PSO) to solve the TSP problem。
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:2823
    • 提供者:hedongjing
  1. TSP

    0下载:
  2. C语言,遗传算法求解TSP旅行商问题.遗传算法实例,tsp经典求解-Tsp problem use genetic algorithm 。it is about ai
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:262710
    • 提供者:山楂片
  1. geneticTSP

    0下载:
  2. 用MATLAB,采用遗传算法解决TSP问题,绝对经典-Using MATLAB, using the genetic algorithm to solve the TSP problem is absolutely classic! ! !
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1242
    • 提供者:jiangqianbin
  1. tsp

    0下载:
  2. 一个旅行商优化免疫算法的MATLAB源代码.-A matlab platform for artificial immune algorithm .
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:269797
    • 提供者:foxlt
  1. tsp10

    1下载:
  2. 穷举法解决tsp问题 但城市数目不超过11个。-Brute-force method to solve the problem but the city tsp of not more than 11.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:1167
    • 提供者:南达
  1. tsp

    0下载:
  2. 用递归法解决最短周游路径问题的java实现-Travel by the shortest path of the recursive method to solve the problem of the java implementation
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:201220
    • 提供者:luoyu
  1. tsp-matlab--wang

    0下载:
  2. TSP问题 旅行商问题 用MATLAB实现 遗传算法-TSP problem traveling salesman problem with MATLAB genetic algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:3557
    • 提供者:周道道
  1. 02666199TS-TSP

    0下载:
  2. 禁忌搜索算法,解决三十个城市间的旅行商问题,求最短距离-Tabu search algorithm to solve thirty cities between the traveling salesman problem, the shortest distance
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:2848
    • 提供者:童言
  1. TSP

    0下载:
  2. 本程序通过使用分支限界法实现旅行商问题,成功解决了旅行商问题-This procedure achieved by using the branch and bound traveling salesman problem, successfully solved the traveling salesman problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:23765
    • 提供者:mhj
  1. tsp

    1下载:
  2. 遗传算法求解中国旅行商的问题包含45个中国城市的相对坐标-Genetic Algorithm for Traveling Salesman problem in China in 45 Chinese cities including the relative coordinates
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2014-02-04
    • 文件大小:5402151
    • 提供者:zhaolei
  1. TSP

    0下载:
  2. 分支界限法解绝旅行商货郎担问题。
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:4661
    • 提供者:大名
  1. TSP

    0下载:
  2. 旅行商问题(traveling saleman problem,简称tsp) 的遗传算法matlab 程序,具体说明文件内有-matlab for traveling saleman problem
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:6304
    • 提供者:gavin
  1. AMGA-TSP

    1下载:
  2. 旅行商(TSP)问题用自适应记忆遗传算法(Adaptive Memory Genetic Algorithm, AMGA)在matlab下的实现-The traveling salesman problem (TSP), Adaptive Memory genetic algorithm (Adaptive Memory Genetic Algorithm, AMGA) in matlab
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:14756
    • 提供者:zhaoyue
  1. TSP-GA

    1下载:
  2. 旅行商(TSP)问题用标准遗传算法(GA)在matlab下实现的。-The traveling salesman problem (TSP) using standard genetic algorithm (GA) under Matlab.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:14542
    • 提供者:zhaoyue
  1. TSP

    0下载:
  2. 高效率的人工智能算法,解决旅行者问题,并且采用了多种算法进行对比。-Efficient artificial intelligence algorithms, to solve the issue of travelers, and use a variety of comparison algorithms.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:2261
    • 提供者:谢松林
  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. shenjingtsp

    0下载:
  2. 神经网络解TSP问题,神经网络解TSP问题 -Neural Network Solutions TSP, neural network solutions TSP Neural Network Solutions TSP
  3. 所属分类:Communication

    • 发布日期:2017-12-03
    • 文件大小:120726
    • 提供者:雪落无声
  1. TSPACO.V1.0.tar

    0下载:
  2. 蚁群算法解决TSP问题的源代码,希望站长能采用,但愿对大家有点启发!-Ant Algorithm for the Traveling Salesman Problem source code, can be used station, we hope to inspire a bit!
  3. 所属分类:AI-NN-PR

    • 发布日期:
    • 文件大小:92379
    • 提供者:张艳伟
  1. ACS

    2下载:
  2. matlab编写的蚁群优化tsp程序,很不错,希望大家喜欢-ant colony optimization matlab prepared tsp procedures, very good, I hope everyone likes
  3. 所属分类:matlab

    • 发布日期:2016-07-12
    • 文件大小:10006
    • 提供者:qq
« 1 2 ... 13 14 15 16 17 1819 20 21 22 23 ... 50 »
搜珍网 www.dssz.com