CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 粒子群算法代码

搜索资源列表

  1. 粒子群优化算法

    0下载:
  2. 几种常见的智能算法代码示例,如clsPSO算法的MATLAB代码(PSO algorithm in intelligent algorithms MATLAB code)
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:2048
    • 提供者:cjq0624
  1. 精通MATLAB智能算法(2015代码)

    1下载:
  2. 这是一个智能算法程序吧,里面有模拟退火算法,遗传算法,粒子群算法等等,希望这些算法对初学者来说有用处。(This program is an intelligent algorithm, simulated annealing algorithm, genetic algorithm, particle swarm optimization (pso) algorithm and so on, hope that the algorithm is useful for beginners.)
  3. 所属分类:其他

    • 发布日期:2017-12-15
    • 文件大小:7047168
    • 提供者:pursh
  1. 粒子群算法

    1下载:
  2. C/C++语言粒子群代码,求最大最小值问题(C/C++ language code of particle swarm optimization, for maximum and minimum problems)
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:7168
    • 提供者:wm667
  1. 整数规划粒子群算法

    0下载:
  2. 用于求解整数规划的粒子群算法C++代码。(C++ code of particle swarm algorithm for Solving integer programming)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:1024
    • 提供者:wm667
  1. PSO

    0下载:
  2. 应用粒子群算法实现目标函数的寻优,最基础的粒子群算法。算法可以直接运行,(Optimization of objective function using PSO Algorithm)
  3. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:2048
    • 提供者:鹏儿chuan
  1. 粒子群算法

    5下载:
  2. 自己整理的史上最好用的粒子群算法,代码准确,可读性高(The best used particle swarm optimization algorithm in history)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:93184
    • 提供者:axin
  1. 示例一运行代码

    0下载:
  2. 利用粒子群优化算法寻找最优解,从而找到最大值的问题(In order to find the maximum value, the particle swarm optimization algorithm is used to find the optimal solution.)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:24576
    • 提供者:小柠檬。
  1. CPSO

    1下载:
  2. 用粒子群算法处理带约束问题,处理约束条件使用的是罚函数法,代码中附有中文注释,txstA.txt文件是约束函数的系数组成的矩阵(Particle swarm algorithm is applied to deal with the constrained problem. The penalty function is applied to deal with the constraint condition. The code is accompanied by Chinese annota
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:2048
    • 提供者:matlab彻
  1. 粒子群

    0下载:
  2. 粒子群寻优代码,可以获得水环境、气象等数值模型的最优值(The optimal value of the numerical model of water environment and meteorology can be obtained by the particle swarm optimization code.)
  3. 所属分类:其他

  1. 23876123psoSVM

    0下载:
  2. 在全局版的标准粒子群算法中,每个粒子的速度的更新是根据两个因素来变化的,这两个因素是:1. 粒子自己历史最优值pi。2.  粒子群体的全局最优值pg。如果改变粒子速度更新公式,让每个粒子的速度的更新根据以下两个因素更新,A. 粒子自己历史最优值pi。B. 粒子邻域内粒子的最优值pnk。其余保持跟全局版的标准粒子群算法一样,这个算法就变为局部版的粒子群算法。(The introduction of particle swarm algorithm is essential, super detai
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:1024
    • 提供者:zhouyucai
  1. 粒子群算法优化PID参数实例1

    3下载:
  2. 粒子群算法优化PID参数实例+matlab代码学习研究(Optimization of PID parameters by particle swarm optimization)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:40960
    • 提供者:wuhen~
  1. 基于粒子群算法的多目标搜索算法

    2下载:
  2. 基于粒子群算法的多目标搜索算法(含详细代码)(Multi target search algorithm based on particle swarm optimization (including detailed code))
  3. 所属分类:其他

    • 发布日期:2018-04-18
    • 文件大小:2048
    • 提供者:理论经济
  1. 粒子群优化算法代码

    0下载:
  2. 粒子群算法matlab源程序,换个函数,更改相应的参数就可以在matlab上运行啦(Particle swarm algorithm Matlab source program, change a function, change the corresponding parameters can run on Matlab)
  3. 所属分类:其他

    • 发布日期:2018-05-06
    • 文件大小:1737728
    • 提供者:上善若谁
  1. GA_PSO

    2下载:
  2. 遗传粒子群算法的程序代码,希望能帮助到你!(Genetic particle swarm optimization algorithm code, I hope to help you!)
  3. 所属分类:其他

    • 发布日期:2018-12-14
    • 文件大小:6144
    • 提供者:universecee
  1. matlab代码

    1下载:
  2. 该代码是基于粒子群算法优化的支持向量机,适用于分类问题(The code is based on particle swarm optimization support vector machine, suitable for classification problem.)
  3. 所属分类:其他

  1. 配电网粒子群算法

    6下载:
  2. 基于粒子群算法,直流潮流计算实现配电网网架结构重构(Reconfiguration of distribution network structure)
  3. 所属分类:其他

    • 发布日期:2019-12-29
    • 文件大小:5120
    • 提供者:绘希海
  1. mopso

    1下载:
  2. MOPSO多目标粒子群优化算法c++实现(内附其对应论文),其代码写作规范具有参考价值,其对应论文供大家学习与交流。(MOPSO multi-objective particle swarm optimization algorithm c++ implementation (with its corresponding papers), its code writing specification has a reference value, the corresponding papers
  3. 所属分类:其他

    • 发布日期:2020-11-03
    • 文件大小:4928512
    • 提供者:咖喱1
  1. 粒子群优化算法以及改进的PSO算法代码matlab

    4下载:
  2. 一些关于粒子群优化算法的matlab程序实现,里面有各种的PSO改进算法(Some matlab programs about particle swarm optimization algorithm are implemented. There are various PSO improved algorithms in them.)
  3. 所属分类:其他

    • 发布日期:2019-11-14
    • 文件大小:9216
    • 提供者:菩提无相z
  1. 粒子群算法的寻优算法

    1下载:
  2. 一个关于粒子群算法的非线性函数极值寻优代码(A Nonlinear Function Extremum Code for Particle Swarm Optimization)
  3. 所属分类:其他

    • 发布日期:2020-11-05
    • 文件大小:2048
    • 提供者:isxwpan
  1. 粒子群算法

    1下载:
  2. 粒子群算法是比较实用易实现的高效进化算法,压缩包中给了详细的算法代码以及相应的例子。(PSO is a good and effective algorithm)
  3. 所属分类:其他

    • 发布日期:2020-11-05
    • 文件大小:19456
    • 提供者:周周zzs
« 12 3 »
搜珍网 www.dssz.com