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

搜索资源列表

  1. 粒子群算法的寻优算法-非线性函数极值寻优

    2下载:
  2. 通过粒子群算法对非线性函数的极值进行求解(The extremum of the nonlinear function is solved by particle swarm optimization)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-17
    • 文件大小:1024
    • 提供者:海航
  1. psoSVMcgForClass

    0下载:
  2. 粒子群寻优,运用粒子群寻找优化参数,提高分辨率(Particle swarm optimization)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:1024
    • 提供者:凯凯
  1. 粒子群算法-非线性函数极值寻优

    3下载:
  2. 根据粒子群算法原理,在MATLAB上完成非线性函数的极值寻优。(According to the principle of particle swarm optimization algorithm, the extremum of nonlinear function is optimized on MATLAB.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-16
    • 文件大小:1024
    • 提供者:你好,SCI
  1. 粒子群算法的寻优算法-非线性函数极值寻优

    0下载:
  2. 使用粒子群优化算法实现函数最优值的求解,并对参数进行优化。(The particle swarm optimization algorithm is used to solve the optimal value of the function, and the parameters are optimized.)
  3. 所属分类:书籍源码

  1. [智能] 粒子群优化算法演示(PSO)-PSO_Wael

    4下载:
  2. 用粒子群优化算法进行函数寻优,比如寻找函数的最小值,最大值等。(Particle swarm optimization algorithm for function optimization, such as finding the function of the minimum, maximum and so on.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-22
    • 文件大小:139264
    • 提供者:yangyifei
  1. simulation

    0下载:
  2. MATLAB语言程序,利用粒子群算法寻找目标函数的极小值,可移植,比较好用(search for the minumn point of objective function)
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:3072
    • 提供者:brian998789
  1. 单目标粒子群算法寻优

    1下载:
  2. 利用粒子群优化算法,对单目标函数寻优,寻找函数的极值。(Searching for the extremum of a function by searching the single objective function.)
  3. 所属分类:其他

    • 发布日期:2017-12-17
    • 文件大小:1024
    • 提供者:Mr ren
  1. 基于matlab多种群粒子群算法求解多目标优化问题

    25下载:
  2. 本代码主要是matlab源代码,介绍了一种通多种群粒子群算法求解多目标优化问题,这是本人毕业设计的内容,源代码附有相关说明,且运行没有问题,大家可以参考(This code is mainly matlab source code, introduced a variety of particle swarm optimization algorithm to solve multi-objective optimization problem, this is my graduation pr
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-05
    • 文件大小:1024
    • 提供者:古月088376
  1. 动态粒子群

    0下载:
  2. 基于动态粒子群算法的动态环境寻优问题,粒子群算法在复杂环境下的编程实例。(Dynamic environment optimization problem based on dynamic particle swarm optimization algorithm, particle swarm optimization programming examples in complex environment.)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-06
    • 文件大小:18432
    • 提供者:赵小乙
  1. 粒子群算法的寻优算法

    0下载:
  2. 粒子群寻优算法,通过粒子群算法寻找最优解的问题(Particle swarm optimization (PSO) algorithm and the problem of finding the optimal solution by particle swarm optimization)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-06
    • 文件大小:772096
    • 提供者:jackie_lee
  1. 基于动态粒子群算法的动态环境寻优算法

    0下载:
  2. 动态粒子群寻优算法,且通过matlab代码来实现(Dynamic particle swarm optimization algorithm, and realized through MATLAB code)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-06
    • 文件大小:18432
    • 提供者:jackie_lee
  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. 案例26 粒子群算法的寻优算法-非线性函数极值寻优

    0下载:
  2. 粒子群算法的寻优算法-非线性函数极值寻优(Optimization algorithm for 26 particle swarm optimization - nonlinear function extremum optimization)
  3. 所属分类:其他

  1. pso1

    0下载:
  2. 粒子群寻优,根据现场数据寻找合适的模型参数,为了后续控制(Particle swarm optimization, according to the field data to find the appropriate model parameters, for the follow-up control)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:超人回家了
  1. pso2

    0下载:
  2. 粒子群比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现容易、精度高、收敛快等优点引起了学术界的重视,并且在解决实际问题中展示了其优越性。粒子群算法是一种并行算法。(It is more simple than the genetic algorithm rule. It doesn't have the crossover (Crossover) and the Mutati
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:2048
    • 提供者:超人回家了
  1. 单目标粒子群(书13章)

    1下载:
  2. 粒子群寻优算法的概念,意义,例子,解释及其教程综合在一起(The concept, meaning, examples, explanations and tutorials of particle swarm optimization algorithm are integrated.)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-30
    • 文件大小:7968768
    • 提供者:
  1. psoSVMcgForClass

    0下载:
  2. 用粒子群寻优SVM,从而实现对分类器的参数实现寻优(pso svmcg for class,abcpso)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-03
    • 文件大小:2048
    • 提供者:dream在路上
  1. Particle Swarm Optimization

    0下载:
  2. 优化算法的一种,粒子群寻优算法。它的基本核心是利用群体中的个体对信息的共享从而使得整个群体的运动在问题求解空间中产生从无序到有序的演化过程,从而获得问题的最优解。(a kind smart mathema algorithm____Particle Swarm Optimization)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-06
    • 文件大小:153600
    • 提供者:天射手座
  1. PSO_written_with_java

    0下载:
  2. 粒子群算法,采用java编写,适合需要使用java作为编写算法工具的开发人员。(Particle swarm optimization algorithm, written in Java, is suitable for developers who need to use Java as an algorithm tool.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-05-07
    • 文件大小:1024
    • 提供者:焰火
  1. 混沌粒子群寻优算法和各种常见的混沌吸引子程序

    2下载:
  2. 混沌粒子群寻优算法和各种常见的混沌吸引子程序,适合新手学习。。。。。。(Chaotic particle swarm optimization algorithm and the chaotic attractor of various common procedures, suitable for novice to learn...)
  3. 所属分类:matlab例程

« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com