CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - pso algorithm code

搜索资源列表

  1. PSOVC++.net

    0下载:
  2. 粒子群优化算法源代码(vc++.net)-PSO algorithm source code (vc. Net)
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2.29kb
    • 提供者:冯少冲
  1. QPSOFCM

    1下载:
  2. QPSO(具有量子性质的PSO算法)算法优化聚类问题,其相关代码-QPSO (quantum nature of the PSO algorithm) to optimize the clustering problem, its associated code
  3. 所属分类:Other systems

    • 发布日期:2017-11-13
    • 文件大小:6.97kb
    • 提供者:由从哲
  1. pso.files

    0下载:
  2. 基于粒子群算法,可以用于函数优化的源代码,用matlab实现-Based on Particle Swarm algorithm, can be used for function optimization of source code, implementation using matlab
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:15.27kb
    • 提供者:qinming
  1. pso3wei

    0下载:
  2. 对多元函数动态描述pso算法,可以根据此代码,只要稍微改动,就可以用于其他程序(matlab7.0以上版本)-Dynamic descr iption of multi-function pso algorithm, based on this code, as long as a slight change, it can be used for other procedures (matlab7.0 above)
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:2.28kb
    • 提供者:王成顺
  1. pso

    0下载:
  2. PSO算法的基本matlab代码,可供初学者学习,代码简单,易学易懂-PSO algorithm is the basic matlab code, for beginners to learn the code simple, easy to understand
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1.55kb
    • 提供者:李智
  1. IDE-pso

    1下载:
  2. 改进的差分进化算法优化粒子群优化算法的混合智能优化算法的源程序-Improved differential evolution algorithm to optimize the hybrid particle swarm optimization intelligent optimization algorithm source code! ! ! !
  3. 所属分类:Other systems

    • 发布日期:2016-04-25
    • 文件大小:46kb
    • 提供者:dw
  1. PCpsooS

    0下载:
  2. PSO 算法的源代码,有非常好的注释释,希望给编程与开发爱好者有一点帮助。 -PSO algorithm source code, very good comment Buddhism a little help to the programming and development enthusiasts.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:137.08kb
    • 提供者:mx
  1. PSO-code

    0下载:
  2. 给出了一个问题优化问题中经常用到的PSO算法代码-PSO algorithm code frequently used in a problem of optimization problems
  3. 所属分类:Other systems

    • 发布日期:2017-11-10
    • 文件大小:1.34kb
    • 提供者:柳柳
  1. PSO

    6下载:
  2. 用粒子群算法解决一般的VRP问题,这个是PSO的源代码-This is the source code of the PSO particle swarm algorithm to solve the general problem of VRP,
  3. 所属分类:Other systems

    • 发布日期:2017-11-24
    • 文件大小:4.76kb
    • 提供者:林冠男
  1. europa-2.6-windows

    0下载:
  2. pso算法源程序,算法来自于google代码,相当经典-the pso algorithm source code, algorithms from the google code, very classic
  3. 所属分类:Other systems

  1. PSO

    0下载:
  2. 能够实现基本粒子群算法的源代码c语言编程-The particle swarm algorithm source code c language
  3. 所属分类:CSharp

    • 发布日期:2017-11-27
    • 文件大小:6.13kb
    • 提供者:张超
  1. pso_goldstein

    1下载:
  2. 标准PSO算法代码采用C++编制;注释丰富;带有测试函数;测试函数在(0,-1)处取得最小值3。编译运行通过修改优化模型即可直接用来优化你所需求解问题,本人在弹道优化方面已测试成功。代码内总共进行50次pso搜索运算,以提高算法的可靠性,迭代最大次数限制在500次以内,输出最佳适应值和取得最佳适应值时的迭代次数,平均进行每次pso运算要多少次迭代才能得到满足条件的解-Standard PSO algorithm using C++ code compiled Notes rich with
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:10.79kb
    • 提供者:任行
  1. quantumpso-(2)

    0下载:
  2. this is a matlab code for quantom pso algorithm coding.
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1.9kb
    • 提供者:ramin
  1. pso

    0下载:
  2. pso algorithm implementation matlab code
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2.16kb
    • 提供者:zahra
  1. PSO

    0下载:
  2. pso algorithm matlab code
  3. 所属分类:Other systems

    • 发布日期:2017-12-15
    • 文件大小:5kb
    • 提供者:saaara
  1. PSO论文

    0下载:
  2. 利用PSO优化Bp算法, 同时提供了详细地论文,代码仅供参考(Papers and code, on the use of PSO to improve the BP algorithm, the paper is more detailed, for reference only)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:877kb
    • 提供者:shaodongheng
  1. code

    0下载:
  2. 该代码为基于pso算法优化的PID神经网络的系统控制算法 清空环境变量 粒子初始化 初始种群极值 迭代寻优 最优个体控制(The code is the system control algorithm of PID neural network based on PSO algorithm optimization Empty the environment variable Particle initialization Initial population extremum
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:115kb
    • 提供者:rocklizero
  1. 粒子群code优化生产调度matlab

    5下载:
  2. 利用粒子群优化算法用于生产调度,结果为直观的甘特图(Particle Swarm Optimization (PSO) algorithm is used in production scheduling, and the result is intuitive Gantt chart.)
  3. 所属分类:其他

    • 发布日期:2019-05-09
    • 文件大小:15kb
    • 提供者:zhuifengkaka
  1. anfis-elm-pso-master

    1下载:
  2. matlab。优化PSOELM算法源码,粒子群优化算法极限学习机(The matlab. Optimal PSOELM algorithm source code, the particle swarm optimization algorithm is extreme learning machine)
  3. 所属分类:其他

    • 发布日期:2020-11-08
    • 文件大小:7kb
    • 提供者:宅大帅
  1. SA

    2下载:
  2. SA GA PSO等算法及改进的算法,以及Griewank 函数的matlab代码(SA GA PSO algorithm and improved algorithm, as well as the matlab code of Griewank function)
  3. 所属分类:其他

    • 发布日期:2020-06-12
    • 文件大小:5kb
    • 提供者:萧瑟一笑
« 12 3 »
搜珍网 www.dssz.com