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

搜索资源列表

  1. pso

    0下载:
  2. 粒子群优化算法的一个应用,有基本的注释,需要一定水平才能看明白(an example of pso algorithom)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:6144
    • 提供者:石岩1323
  1. 利用PSO算法优化求解PID参数

    3下载:
  2. PSO粒子群优化的PID参数,通过matlab平台C语言来编写,达到优化控制的目的(PSO particle swarm optimization PID parameters, through the MATLAB platform C language to write, to achieve the purpose of optimization control)
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:2048
    • 提供者:小超越
  1. pso

    0下载:
  2. pso algorithm for optimization
  3. 所属分类:matlab例程

    • 发布日期:2017-12-30
    • 文件大小:8192
    • 提供者:zehneziba
  1. pso求解旅行商问题

    1下载:
  2. pso算法实现tsp问题,算法运行速度特别快(pso solves tsp problem)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-20
    • 文件大小:3072
    • 提供者:lichensheng
  1. pso

    0下载:
  2. 适用于matlab平台,利用这筛选数据,进行反演。(Applies to the MATLAB platform and uses the filtered data for inversion)
  3. 所属分类:其他

  1. 简单PSO

    0下载:
  2. 带惯性权重的pso matlab代码程序(PSO matlab code program with inertia weight)
  3. 所属分类:其他

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

    0下载:
  2. matlab中的PSO工具箱,用于解决pso优化问题(matlab in the PSO toolbox, used to solve the pso optimization problem)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:1649664
    • 提供者:如轩粥
  1. Optimal Fuzzy Logic Controller using PSO

    0下载:
  2. Optimal Fuzzy Logic Controller using PSO
  3. 所属分类:matlab例程

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

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

    • 发布日期:2017-12-30
    • 文件大小:1024
    • 提供者:Qoung
  1. 模式识别与智能计算-matlab技术实现

    0下载:
  2. 简单的PSO算法代码,但是需要添加fitness函数。(Simple PSO algorithm code, but need to add fitness function.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-27
    • 文件大小:26434560
    • 提供者:王大仙儿
  1. 模式识别与智能计算中的PSO

    0下载:
  2. Pattern Recognition and Intelligent Computing PSO Code in a book
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:7168
    • 提供者:王大仙儿
  1. 标准PSO算法源代码(matlab)

    0下载:
  2. PSO标准源代码,很好的,新手教程类,很推荐使用的,不好用的话找我(PSO standard source code)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-30
    • 文件大小:1024
    • 提供者:lxxxxx
  1. PSO_test

    0下载:
  2. 粒子群算法,智能优化算法,全局优化问题,pso(Particle swarm optimization algorithm PSO)
  3. 所属分类:数学计算

    • 发布日期:2017-12-27
    • 文件大小:1659904
    • 提供者:nculuozu
  1. PSO

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

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

    0下载:
  2. 这是一个标准的基本粒子群算法,可以在此基础上加入fun函数完成解。(This is a standard basic particle swarm algorithm, which can be added fun function to complete the solution.)
  3. 所属分类:matlab例程

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

    0下载:
  2. image registration for pso algorithm -enhancement
  3. 所属分类:matlab例程

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

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

    • 发布日期:2017-12-28
    • 文件大小:57344
    • 提供者:littlemermaid
  1. Matlab Files Ch.9

    0下载:
  2. this is a document about PSO Algorithm
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-28
    • 文件大小:164864
    • 提供者:nsarah
  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. 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 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 50 »
搜珍网 www.dssz.com