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

搜索资源列表

  1. GeneticAlgorithm

    0下载:
  2. JAVA开发的BP算法CGA算法以及PSO算法源程序-BP.CGA and PSO Algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:177388
    • 提供者:lz
  1. PSOAlgorithm

    0下载:
  2. 高级人工智能算法中的PSO算法实现,VC++环境-pso in vc++
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:311391
    • 提供者:lz
  1. PSO_BP

    3下载:
  2. 基于粒子群和BP神经网络的混合优化策略算法。将改进PSO算法与BP神经网络结合,用PSO算法取代梯度下降法来优化神经网络的连接权值和阈值。程序简单易懂。-Based on Particle Swarm and the BP neural network algorithm for hybrid optimization strategy. Will improve the PSO algorithm and BP neural network, using PSO algorithm to re
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:188628
    • 提供者:李洋
  1. psotb-beta-0.3

    0下载:
  2. 粒子群算法(pso)的matlab工具箱,里面有详细的使用说明-toolbox for particle swarm optimum
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:53942
    • 提供者:shiwy
  1. PSO-LvhuaDll

    0下载:
  2. 粒子群算法在某化工厂的氯化车间的生产调度的应用,效果很好,与大家共享。-Particle swarm optimization in a chemical plant' s chlorination plant production scheduling applications, good results, and share.
  3. 所属分类:Energy industry

    • 发布日期:2017-04-06
    • 文件大小:77694
    • 提供者:蒋佳颖
  1. Bipartite-graph-to-determine

    0下载:
  2. 本压缩文件完整地实现了二分图判定的判定算法,代码很完整 -This compressed file a complete bipartite graph realized the judge determine the algorithm, the code is very complete
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:574
    • 提供者:榔头
  1. PSOPID

    0下载:
  2. 粒子群算法在PID参数调节中的应用 优点是具有极强的全局寻优能力-PSO takes an important role in the rejustment of the PID parameters
  3. 所属分类:AI-NN-PR

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

    0下载:
  2. 非常有用的粒子群算法,是一种进化计算技术和基于迭代的优化工具。-A very useful particle swarm algorithm is a kind of evolutionary computation techniques and tools based on iterative optimization.
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:537
    • 提供者:李峰
  1. RandWPSO

    0下载:
  2. 权重改进粒子群算法中的随机权重法,将标准PSO算法中设定w为服从某种随机分布的随机数,这样一定程度上可从两方面克服w的线性递减所带来的不足-Weights improved particle swarm algorithm in the random weight method, the standard PSO algorithm to set w to obey a random distribution of the random numbers, so to a certain exte
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:610
    • 提供者:李峰
  1. pso

    0下载:
  2. 基本粒子群优化算法Matlab源程序 -Elementary particle swarm optimization algorithm Matlab source code
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1184
    • 提供者:kong
  1. PathPlanningforMobileRobotsBasedontheNeuralNetwork

    1下载:
  2. :针对移动机器人传统路径规划算法效率不高,寻优能力差等问题,提出一种基 于神经网络和粒子群优化算法相结合的移动机器人路径规划方法.该方法利用神经网 络实现大量的并行和分布计算,发挥PSO简单、容易实现的优点,提高了路径规划的计 算效率和可靠性.仿真结果表明,这种新路径规划方法是可行且有效的.-The quality and eficiency of calculation is the two puzzling problems in the tradi— tional algo
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:162613
    • 提供者:王风
  1. PSO

    0下载:
  2. 粒子群优化算法,由粒子群算法实现目标函数的最优解-PSO, particle swarm algorithm from the optimal solution of objective function
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1395
    • 提供者:海魄
  1. pso.matlab

    0下载:
  2. 带交叉因子的粒子群优化算法matlab源程序-pso.matlab
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1782
    • 提供者:cao ruifa
  1. PSO

    0下载:
  2. pso标准微粒算法的程序,用C++编写。用于找问题的全局最优值,但是有时易于停留在局部最优值。-pso C++
  3. 所属分类:source in ebook

    • 发布日期:2017-03-29
    • 文件大小:1876
    • 提供者:史悦戎
  1. Matlab

    0下载:
  2. 这是Matlab求解0-1整数线性规划,可以参考-good
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:39473
    • 提供者:longdaping
  1. Swarm_Optimization_Algorithm_with_C

    0下载:
  2. 改进的粒子群算法--自适应粒子群算法,在普通的粒子群算法里面加入了熵和平均粒距的概念,收敛速度大大提高,用C实现-Improved particle swarm- adaptive particle swarm optimization, in which ordinary PSO joined the entropy and the concept of average distance, speed up the convergence, with the C implementation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:169971
    • 提供者:翁海冰
  1. PSO

    0下载:
  2. PSO优化算法几种常用的标准代码C语言版,PSO优化算法几种常用的标准代码C语言版-PSO algorithm several common C language version of the standard code
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:49798
    • 提供者:xionggj
  1. qwe

    0下载:
  2. 粒子群算法的java实现源码,用一个简单的例子实现了粒子群算法-PSO java implementation
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:4463
    • 提供者:沈云
  1. psocode1

    0下载:
  2. 基本粒子群优化算法(pso算法)包含程序代码和注解-Particle swarm optimization (pso algorithm) contains program code and comments
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:8840
    • 提供者:薛龙
  1. PSO

    0下载:
  2. 粒子群算法源程序好不容易得到的,提供给初学者-PSO
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-08
    • 文件大小:1982691
    • 提供者:张锁
« 1 2 ... 44 45 46 47 48 4950 »
搜珍网 www.dssz.com