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

搜索资源列表

  1. Multi-Agent-Particle-Swarm-Algorithm

    1下载:
  2. 结合多智能体的学习、协调策略及粒子群算法,提出了一种基于多智能体粒子群优化的配电网络重构方法。该方法采用粒子群算法的拓扑结构来构建多智能体的体系结构,在多智能体系统中,每一个粒子作为一个智能体,通过与邻域的智能体竞争、合作。能够更快、更精确地收敛到全局最优解。粒子的更新规则减少了算法不可行解的产生,提高了算法效率。实验结果表明,该方法具有很高的搜索效率和寻优性能。-Combining the study of multi-agent technology,coordinating strateg
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:515238
    • 提供者:yirufang
  1. pso-Matlab-Toolbox

    0下载:
  2. PSOt - a Particle Swarm Optimization Toolbox for use with Matlab. A Particle Swarm Optimization Toolbox (PSOt) for use with the Matlab scientific programming environment has been developed. PSO is introduced briefly and then the use of the to
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:32611
    • 提供者:yazdavar
  1. PSO

    1下载:
  2. 文件包括带压缩因子的粒子群算法,权重改进的粒子群算法,自适应权重法,随机权重法,变学习因子的粒子群算法,异步变化的学习因子,二阶粒子群算法,二阶振荡粒子群算法,混沌粒子群算法,混合粒子群算法,杂交粒子群算法,模拟退火算法-File with compression factor of the particle swarm algorithm, the weight to improve particle swarm optimization, adaptive weighting method,
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-01-03
    • 文件大小:8445
    • 提供者:王觅蕤
  1. pso-with-mutation-operrator

    0下载:
  2. 带变异算子的粒子群优化算法,针算法存在易陷入局部最优点的缺点,提出带变异算子算法-Particle swarm optimization algorithm with mutation operator the needle algorithm easy to fall into the shortcomings of local minima, the proposed algorithm with mutation operator
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-09
    • 文件大小:119575
    • 提供者:liang jun
  1. pso

    0下载:
  2. 用粒子群求解最优化问题的一个粒子,并画出迭代次数与最优解的关系-For solving optimization problems with particle swarm particle, and draw a relationship between the number of iterations and the optimal solution
  3. 所属分类:matlab

    • 发布日期:2017-12-01
    • 文件大小:825
    • 提供者:简红星
  1. pso

    0下载:
  2. 子群优化算法中,粒子群由多个粒子组成,每个粒子的位置代表优化问题在D维搜索空间中潜在的解。根据各自的位置,每个粒子用一个速度来决定其飞行的方向和距离,然后通过优化函数计算出一个适应度函数值(fitness)。-Subgroup of particle swarm optimization algorithm is composed by a number of particles, each particle' s position represents to optimize the p
  3. 所属分类:Communication

    • 发布日期:2017-11-27
    • 文件大小:35840
    • 提供者:wang
  1. PSO

    0下载:
  2. PSO算法简单、易实现、计算量小,而且PSO 对初始点依赖性不大,具有更强的全局优化能力,也能较快的的收敛于可接受解。这是改进的pso,请多多指教。-PSO algorithm is simple, easy to realize the advantages of a small amount of computation and computational efficiency, and PSO dependence of the initial point, with stronger g
  3. 所属分类:matlab

    • 发布日期:2017-11-30
    • 文件大小:1199
    • 提供者:nana
  1. Matlab-Programs-of-PSO

    0下载:
  2. In this project, the standard particles swarm optimization - named here (MyPSO) is simulated and tested by five well-known benchmark functions (Sphere, Ackley, Rastrigin, Rosenbrock and Schwefel p2.26). Then, a new mechanism- named here (Improved MyP
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-11-21
    • 文件大小:3218
    • 提供者:basem
  1. PDF-pso

    0下载:
  2. In this project, the standard particles swarm optimization - named here (MyPSO) is simulated and tested by five well-known benchmark functions (Sphere, Ackley, Rastrigin, Rosenbrock and Schwefel p2.26). Then, a new mechanism- named here (Improved MyP
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-11-20
    • 文件大小:20083457
    • 提供者:basem
  1. pso

    0下载:
  2. 网上找到别人分享的比较简洁的微粒群算法matlab代码-Find online to share with others a simple particle swarm optimization matlab code
  3. 所属分类:matlab

    • 发布日期:2017-11-27
    • 文件大小:2339
    • 提供者:
  1. pso-bp

    1下载:
  2. BP神经网络具有较强的非线性问题处理能力 是目前一 种 较 好 的 用 于 时 间 序 列 预 测 的 方 法 然 而 它 存 在 易 于 陷 入 局 部 极 小,针对地震预测的应用,用改进粒子群优化的BP算法对四川地区最大震级时间序列进行预测,通过训练 预 测 次 年 的 最 大 震 级 结 果,表明此方法优于未经优化的 BP算法具有良好的预测效果 -BP neural network has a strong nonlinear problems processing power is a
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-13
    • 文件大小:213644
    • 提供者:mali
  1. With-cross-factor-pso

    0下载:
  2. 带交叉因子的粒子群优化算法matlab源程序.doc-With cross-factor particle swarm optimization algorithm matlab source code. Doc
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-21
    • 文件大小:9645
    • 提供者:陈玉挺
  1. pso-principle

    0下载:
  2. 粒子群原理以及在函数中的优化,并附程序。-Theory and particle swarm optimization in the function, along with the program.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-04
    • 文件大小:1599904
    • 提供者:李璐
  1. PSOCO

    1下载:
  2. PSO粒子群算法,求解离散变量组合优化,收敛曲线图,功能区域注释详细-PSO PSO algorithm for solving combinatorial optimization with discrete variables, convergence curves, functional areas detailed notes
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:3487
    • 提供者:robin
  1. pso-with-limitation

    0下载:
  2. 带有速度限制和种群限制的粒子群优化算法程序。matlab编写。-Populations with speed limits and restrictions on particle swarm optimization algorithm. matlab prepared.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1017
    • 提供者:姜夏
  1. pso-dace-improve

    9下载:
  2. 粒子群优化的kriging近似建模程序包DACE-PSO,matlab程序,比传统的dace程序设置更小的参数-Kriging particle swarm optimization modeling package DACE-PSO, matlab program, compared with the traditional dace package advantage is: do not determine the Sigma parameters
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-16
    • 文件大小:4285084
    • 提供者:方涛涛
  1. pso-dace-optimization

    4下载:
  2. 改进的粒子群优化克里金模型,相较传统的克里金模型MATLAB数据包,此方法输入参数更少-Improved particle swarm optimization kriging model, compared with the traditional kriging model MATLAB data packet, this method less input parameters
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-16
    • 文件大小:4285319
    • 提供者:方涛涛
  1. Discrete-PSO

    0下载:
  2. In this paper, a novel Discrete Particle Swarm Optimization Algorithm (DPSOA) for data clustering has been proposed. The particle positions and velocities are defined in a discrete form. The DPSOA algorithm uses of a simple probability approach
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:195166
    • 提供者:ali
  1. PSO---Multiple

    0下载:
  2. File with compression factor of the particle swarm algorithm, the weight to improve particle swarm optimization, adaptive weighting method, the random weighting method, particle swarm optimization variable learning factor, learning factor of asynchro
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:8764
    • 提供者:eaclicker
  1. A-PSO-method-with-nonlinear-time-varying-evolutio

    0下载:
  2. Abstract A particle swarm optimization method with nonlinear time-varying evolution (PSO-NTVE) is employed in designing an optimal PID controller for asymptotic stabilization of a pendubot system. In the PSO-NTVE method, parameters are determ
  3. 所属分类:File Formats

    • 发布日期:2017-04-02
    • 文件大小:274658
    • 提供者:med
« 1 2 3 4 5 67 8 9 10 11 12 13 »
搜珍网 www.dssz.com