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

搜索资源列表

  1. PSO

    0下载:
  2. pso ,粒子群算法的matlab实现,包含fitness.m和pso.m(Particle swarm optimization)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-30
    • 文件大小:1024
    • 提供者:Qoung
  1. PSO in noisy

    0下载:
  2. 噪声环境下的PSO代码实现,包含了PSO-ern、PSO-LA、SPSO等多版本的解决噪声环境粒子群优化问题的算法实现(the pso algorithm under noisy environment)
  3. 所属分类:数值算法/人工智能

  1. pso

    0下载:
  2. pso 训练算法,可调各种参数,在matlab 上直接运行,修改fun设置目标函数(PSO training algorithm, adjustable parameters)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-29
    • 文件大小:1024
    • 提供者:紫夜孤影
  1. pso-svm one output

    0下载:
  2. The pso-svm program implements multi-input single output
  3. 所属分类:matlab例程

    • 发布日期:2017-12-30
    • 文件大小:6144
    • 提供者:isweetsmell
  1. PSO

    0下载:
  2. pso工具箱 matlab工具箱 Brian Birge编写的(particle swarm optimization toolbox for matlab.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:800768
    • 提供者:双树娑罗
  1. PSO-Rastrgrin

    0下载:
  2. It is a basic PSO algorithm to solve function rastrgrin.
  3. 所属分类:matlab例程

    • 发布日期:2017-12-30
    • 文件大小:114688
    • 提供者:rabbitace
  1. PSO-Griewankan

    0下载:
  2. It is all PSO m files to solve the function Griewankan, which you can also change the fun to solve other problems.
  3. 所属分类:matlab例程

    • 发布日期:2017-12-30
    • 文件大小:612352
    • 提供者:rabbitace
  1. MATLAB Codes - PSO

    0下载:
  2. ANN-PSO matlab codes-Tested
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:57344
    • 提供者:littlemermaid
  1. PSO&GA

    2下载:
  2. 本文件对PID参数kp,ki,kd进行寻优,以ITAE作为指标函数。 PSO 文件中有详细的参数设置和寻优过程 GA寻优与PSO寻优作为对比出现 figure1展示了随着迭代次数的变化,适应度函数的收敛情况 figure2展示了kp,ki,kd的迭代情况 ht 文件是用来画图的 问题解决思路.pdf 简要介绍了粒子群算法寻优的过程(In this document, the PID parameters KP, Ki, KD are optimized, and ITAE is us
  3. 所属分类:matlab例程

    • 发布日期:2017-12-31
    • 文件大小:254976
    • 提供者:大燕
  1. 用pso算法解决了6X6的车间调度问题

    1下载:
  2. 采用粒子群优化算法解决6*6车间调度问题(Solving job shop scheduling with PSO)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-01
    • 文件大小:33792
    • 提供者:limbo92
  1. GA+PSO

    4下载:
  2. 压缩文件中包含三个文件,分别是:GA+PSO、GA_only和PSO_only三个程序包。程序是用MATLAB编写的遗传+粒子群算法、遗传算法、粒子群算法,每个程序中包括主程序、种群选择、自适应函数子函数。(The compressed file contains three files, which are GA PSO, ga_only and pso_only three program package. The program is genetic particle swarm algo
  3. 所属分类:matlab例程

    • 发布日期:2018-01-01
    • 文件大小:11264
    • 提供者:taiyuanwang
  1. PSO

    0下载:
  2. Particle swarm optimization (PSO) is a derivative-free global optimum solver. It is inspired by the surprisingly organized behaviour of large groups of simple animals, such as flocks of birds, schools of fish, or swarms of locusts. The individual cre
  3. 所属分类:matlab例程

    • 发布日期:2018-01-01
    • 文件大小:35840
    • 提供者:mahmood
  1. pso原始算法

    0下载:
  2. 粒子群算法,用于解决负载均衡优化问题,该算法编程简单,易于实现(Particle swarm optimization (PSO) algorithm is used to solve the load balancing optimization problem. The algorithm is simple and easy to implement)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-02
    • 文件大小:27618304
    • 提供者:温暖。
  1. 智能优化算法-粒子群法PSO

    1下载:
  2. 惯性权重w 随时间线性减小 速度v并没有加上最大速度的限制 这是一个标准版本的pso程序
  3. 所属分类:matlab例程

    • 发布日期:2017-11-09
    • 文件大小:2404
    • 提供者:Thinkers
  1. 微粒群工具箱pso

    0下载:
  2. pso算法工具箱,使用pso算法处理问题的各种源码,推荐下载(PSO algorithm toolbox, the use of PSO algorithm to deal with the problem of various source code, recommended download)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-04
    • 文件大小:756736
    • 提供者:112135
  1. 大地电磁一维PSO反演

    1下载:
  2. 可进行大地电磁一维PSO反演计算,计算视电阻率(One dimensional PSO inversion calculation of magnetotelluric data .Calculated apparent resistivity)
  3. 所属分类:其他

  1. PSO

    0下载:
  2. PSO的java基本实现,以及一种的改进版本,并且以Rastrigin函数为例,探究其运行效果(PSO java basic implementation, as well as an improved version, and take Rastrigin function as an example to explore its operation effect)
  3. 所属分类:人工智能/神经网络/深度学习

  1. pso

    0下载:
  2. 一种基于粒子群算法的解决遍历多城市最短路径的算法,基于matlab开发平台,使用m语言编程的(For solving the minimum distance about traveling around multi-cities, we developed this algorithm based on PSO. Using m language and programming on matlab platform.)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-05
    • 文件大小:1024
    • 提供者:allllllll
  1. PSO

    0下载:
  2. matlab code pso goooooooood
  3. 所属分类:matlab例程

    • 发布日期:2018-01-05
    • 文件大小:817152
    • 提供者:bouzbida
  1. PSO

    0下载:
  2. 经典粒子群算法,利用经典粒子群PSO算法进行寻优(Particle Swarm Optimization)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:PandaSelf
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com