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

搜索资源列表

  1. aco-ga-pso-tsp

    4下载:
  2. 一个集合遗传算法,蚁群算法,粒子群算法的混合算法解决TSP问题的MATLAB程序
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:4422
    • 提供者:严周广
  1. pso

    0下载:
  2. 该程序是基于MATLAB环境的pso实现tsp问题
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3331
    • 提供者:
  1. pso算法

    0下载:
  2. 用PSO算法求解TSP
  3. 所属分类:源码下载

  1. threeAlgo

    0下载:
  2. matlab 遗传算法GA,粒子群算法PSO,蚁群算法AS 前段时间上智能计算方法实验课上,自己做的程序。帖到这里,希望有人能改进它们,交流经验这样更有价值。 遗传算法解决最小生成树问题,PURFER编码。 粒子群算法做无约束最优化问题。 蚁群算法解决TSP问题。 如果有宝贵经验希望能交流一下,谢谢,-matlab genetic algorithm GA, particle swarm optimization PSO, ant colony algorithm f
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:14281
    • 提供者:stephen
  1. 4

    0下载:
  2. 介绍了一种高效的改进型PSO算法,北理教授发表,国内著名核心期刊收录。-Introduces an efficient improved PSO algorithm, the North Professor published in famous journals included the core.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-01
    • 文件大小:534738
    • 提供者:asdwe
  1. psotsp

    0下载:
  2. 用粒子群算法解决tsp问题,其粒子群算法为离散粒子群算法。-Using particle swarm algorithm to solve the problem tsp its discrete particle swarm PSO.
  3. 所属分类:MPI

    • 发布日期:2017-04-02
    • 文件大小:5853
    • 提供者:何涛
  1. tsppso

    0下载:
  2. 运用粒子群算法pso来解决旅行商问题中的最优路径的选择。-TSP PSO
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:21087
    • 提供者:zhao
  1. GPSO4tsp1

    0下载:
  2. pso解决tsp问题 matlab源码 可做为学习参考-pso to solve the problem tsp matlab source code can be used as study and reference
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:936999
    • 提供者:ycc
  1. pso

    0下载:
  2. 本算法在用C++语言开发的PSO求解TSP问题,给出相应的结果-pso for solving TSP problems
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:20958
    • 提供者:along
  1. PSO-Code1

    0下载:
  2. TSp problem by matlab code
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:32196
    • 提供者:ady
  1. PSO--TSP

    3下载:
  2. 粒子群解决旅行商问题 包含数据集 运行结果良好-Particle Swarms Optimization tsp
  3. 所属分类:matlab例程

    • 发布日期:2014-03-28
    • 文件大小:12701
    • 提供者:王宇
  1. hpso-tsp

    0下载:
  2. 是关于混合粒子群的一个程序,解决旅行商问题的。简单易懂。-PSO TSP
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:12397
    • 提供者:彭晓志
  1. PSO-for-TSP-of-51-city

    0下载:
  2. 为本人毕业设计里,粒子群算法的一个应用,求解51个城市的TSP问题,城市的个数和位置都可以改动,并与遗传算法求解的结果进行对比!-I graduated from the design, the application of the particle swarm algorithm for solving the 51 cities TSP problem, the number and location of the city can be altered, and compared with
  3. 所属分类:Other systems

    • 发布日期:2017-11-05
    • 文件大小:9973
    • 提供者:lin
  1. PSO

    0下载:
  2. 针对传统的算法如遗传算法、粒子群算法等在TSP问题上求解精确性和求解规模上都还有一定的不足,本文提出了一种基于动态规划思想的粒子群优化算法。该算法用动态规划的方法实现粒子间的信息交互和粒子的进化,并且将粒子群中的粒子按无标度信息指导网络拓扑图的方式进行连接。仿真结果表明该方法能有效地减小误差率,提高解的精确,同时还保持了较低的计算复杂度,具有良好的稳健性。-TSP problem solving for the traditional algorithms such as genetic alg
  3. 所属分类:Algorithm

    • 发布日期:2017-11-25
    • 文件大小:314650
    • 提供者:程徐
  1. PSO-for-solving-the-TSP

    0下载:
  2. 粒子群算法求解旅行商问题的MATLAB源代码-MATLAB source code of the PSO algorithm for solving the traveling salesman problem
  3. 所属分类:matlab

    • 发布日期:2017-10-31
    • 文件大小:2210
    • 提供者:断雨
  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
    • 文件大小:1615
    • 提供者:计算科学
  1. PSO.-using-in-TSp

    0下载:
  2. 混合群粒子算法TSP,是一个相当不错的智能算法,较之传统,更具鲁棒性-PSO using in TSP
  3. 所属分类:matlab

    • 发布日期:2017-11-11
    • 文件大小:12411
    • 提供者:xiongpai
  1. pso

    0下载:
  2. this file is project for tsp with pso algoritm
  3. 所属分类:Project Design

    • 发布日期:2017-12-06
    • 文件大小:1948
    • 提供者:javad
  1. tsp_pso

    0下载:
  2.  tsp 粒子群算法修正源码, 参考:大连理工大学 谷超 2009年硕士学位论文 “改进的ACO和PSO算法在TSP中的应用-tsp PSO correction source reference: Dalian University Gu Chao 2009 master' s degree thesis, " Improved ACO and PSO algorithm in TSP Applications
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-12
    • 文件大小:19163
    • 提供者:吴善年
  1. hybrid-PSO-based-on-TSP

    0下载:
  2. 实现基于PSO的混合粒子优化算法,具有很好的稳定性和快速性-Search algorithm based on hybrid particle swarm optimization algorithm based on TSP
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-03
    • 文件大小:13490
    • 提供者:颜妍
« 1 2 34 5 6 7 »
搜珍网 www.dssz.com