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

搜索资源列表

  1. PSO

    0下载:
  2. matlab粒子群优化,性能可靠,代码逻辑清晰(The pso algorithm implemented in matlab with high effecient and clear logic.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:1024
    • 提供者:wjwxxn
  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. 粒子群算法(PSO)算法的简单实现,用于寻找函数最小值。该代码适合于PSO 算法初学者进行深刻理解。(Simple implement of PSO algorithm that will help the person who is new learn PSO algorithm)
  3. 所属分类:数值算法/人工智能

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

    0下载:
  2. 此压缩包包括PSO的一个经典工具箱,和几个帮助学习的测试程序,以及几个我编的测试小程序,绝对可用,我一直在用。(This compressed package includes a classic toolbox of PSO, and several learning procedures to help test, absolutely available, I have been using.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-29
    • 文件大小:760832
    • 提供者:bigbei
  1. 简单PSO

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

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

    1下载:
  2. 利用粒子群算法求解基于时差无源定位的非线性方程,解决非线性方程的最优化问题。(passive location based on PSO)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:2048
    • 提供者:xie_mercy
  1. pso工具箱及使用简介

    0下载:
  2. PSOt为PSO的工具箱,该工具箱将PSO算法的核心部分封装起来,提供给用户的为算法的可调参数,用户只需要定义好自己需要优化的函数(计算最小值或者最大值),并设置好函数自变量的取值范围、每步迭代允许的最大变化量(称为最大速度,Max_V)等,即可自行优化。(PSOt is the toolbox for PSO, which encapsulates the core part of the PSO algorithm, providing the user with adjustable pa
  3. 所属分类:人工智能/神经网络/深度学习

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

    0下载:
  2. PSO优化的程序,很浅显易懂,适合初学者。(PSO optimization program, very simple, suitable for beginners)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-22
    • 文件大小:1024
    • 提供者:大雷王
  1. 简单PSO

    0下载:
  2. pso算法的改进与优化,即对粒子群算法惯性权重w与学习因子参数的约束。(pso algorithm is improved and optimized, that is, the constraints of the inertial weight w and the learning factor parameters of the particle swarm algorithm.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-28
    • 文件大小:1024
    • 提供者:杨晋
  1. pso-mpi

    2下载:
  2. 标准PSO的c++实现,可以单线程运行,也可以通过MPI实现并行化,同时实现了粒子间的拓扑结构。(Standard PSO c++ implementation, you can run a single thread, you can also achieve parallelization through MPI, while achieving the topology between particles)
  3. 所属分类:数学计算

    • 发布日期:2017-12-25
    • 文件大小:1285120
    • 提供者:fanf_zhang
  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. 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 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com