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

搜索资源列表

  1. my_pso

    1下载:
  2. 将粒子群算法与免疫结合,计算函数的优化极值。-The particle swarm optimization combined with the immune calculated extremal function optimization.
  3. 所属分类:matlab例程

    • 发布日期:2013-03-20
    • 文件大小:2411
    • 提供者:刘洋
  1. PSO2

    0下载:
  2. 粒子群算法matlab 程序 可用于多种优化问题。-Particle swarm optimization matlab program can be used for a variety of optimization problems.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:1164
    • 提供者:曹洪印
  1. PSO

    0下载:
  2. 粒子群算法,根据自己需要可以更改里面的参数具体情况自己更改-Particle swarm optimization, in accordance with their needs can change the parameters inside the specific circumstances of their own change
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:947846
    • 提供者:Bruce
  1. GA-PSOPSO

    5下载:
  2. (粒子群算法)作为添加算子改进GA (遗传算法),供大家学习-(PSO), as the operator to add to improve the GA (genetic algorithm) for them to learn
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-02-19
    • 文件大小:2279
    • 提供者:陈沛谕
  1. PSO

    0下载:
  2. PSO粒子群算法,求解局部或者全局优化问题-PSO
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-12
    • 文件大小:1502
    • 提供者:方晗炜
  1. Optimization_of_RBF_Network

    2下载:
  2. Matlab粒子群算法优化RBF网络 采用了粒子群算法对RBF神经网络中的参数进行了优化,在测试程序中验证了经过粒子群算法优化的RBF神经网络的函数逼近能力比未经过优化的逼近能力强-Matlab PSO RBF network optimization using particle swarm optimization on RBF neural network parameters are optimized, in the test procedures and verified thr
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:4621
    • 提供者:陳子力
  1. pso2D.m

    0下载:
  2. 要求对粒子群算法的国内外研究现状进行系统综述,指出其存在问题,提出自己的观点。对目前的各种改进算法进行系统研究和分析,提出改进策略并设计相应的算法在MATLAB中实现。-Particle Swarm Optimization called for research at home and abroad to carry out systematic reviews, pointing out that the question of its existence, its own point of
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:2395
    • 提供者:张亚珍
  1. PSORegistration

    0下载:
  2. 基于互信息的图像配准源码,优化算法使用粒子群算法-Based on Mutual Information Image Registration code, optimizing the use of particle swarm optimization algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:82777
    • 提供者:施志萍
  1. PSO_GA_RBF

    0下载:
  2. 粒子群算法、遗传算法优化RBF径向基神经网络。-Particle swarm optimization, genetic algorithm optimization of RBF Radial Basis Function Neural Networks.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:6566
    • 提供者:hexing
  1. goplotpso

    1下载:
  2. 改进全局粒子群算法,加入时下论文中介绍的收敛因子和惯性权重,比传统基本算法效率高-Particle swarm optimization to improve the overall situation, adding the current paper are described in the convergence factor and inertia weight, the basic algorithm than the traditional efficient
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:2046
    • 提供者:黄天
  1. psotb-beta-0.3

    0下载:
  2. 粒子群算法的MATLAB编程-Particle Swarm Optimization of MATLAB programming. . . . . . . . . . . . . . . . . . . .
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:53934
    • 提供者:cathy
  1. pso

    1下载:
  2. cuda加速粒子群算法的代码,非常不错哦-particle swarm algorithm to accelerate the cuda code
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-03-03
    • 文件大小:104192
    • 提供者:wangwei
  1. GODLIKE

    3下载:
  2. 遗传算法与模拟退火,粒子群算法的结合与比较实验.稍微修改就可以学习应用-Genetic algorithms and simulated annealing, particle swarm optimization algorithm and comparison with experiment. A slight modification can learn the application of
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:287178
    • 提供者:李勤
  1. qpso

    4下载:
  2. 量子粒子群算法的matlab实现,有程序说明-Quantum particle swarm optimization algorithm matlab implementation, there is descr iption of the procedures
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:915
    • 提供者:logor
  1. threeAlgo

    0下载:
  2. matlab 遗传算法GA,粒子群算法PSO,蚁群算法AS 前段时间上智能计算方法实验课上,自己做的程序。帖到这里,希望有人能改进它们,交流经验这样更有价值。 遗传算法解决最小生成树问题,PURFER编码。 粒子群算法做无约束最优化问题。 蚁群算法解决TSP问题。 如果有宝贵经验希望能交流一下,谢谢,-matlab genetic algorithm GA, particle swarm optimization PSO, ant colony algorithm f
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:14281
    • 提供者:stephen
  1. LinWPSO

    0下载:
  2. 权重改进的粒子群算法,来自于《精通MATLAB最优化计算》-pso with improved weighted factor
  3. 所属分类:source in ebook

    • 发布日期:2017-04-10
    • 文件大小:565
    • 提供者:wind
  1. MATLABoptimization

    19下载:
  2. matlab最优化程序包括 无约束一维极值问题 进退法 黄金分割法 斐波那契法 牛顿法基本牛顿法 全局牛顿法 割线法 抛物线法 三次插值法 可接受搜索法 Goidstein法 Wolfe.Powell法 单纯形搜索法 Powell法 最速下降法 共轭梯度法 牛顿法 修正牛顿法 拟牛顿法 信赖域法 显式最速下降法, Rosen梯度投影法 罚函数法 外点罚函数法 內点罚函数法 混合罚函数法 乘子法 G-N法 修正G-N法 L-M法
  3. 所属分类:matlab例程

    • 发布日期:2013-12-09
    • 文件大小:38442
    • 提供者:百位过
  1. psotb-beta-0.3

    0下载:
  2. 粒子群算法(pso)的matlab工具箱,里面有详细的使用说明-toolbox for particle swarm optimum
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:53942
    • 提供者:shiwy
  1. Peking_University_PSO_All_in_one

    7下载:
  2. 北京大学计算智能研究室几位计算智能教授的辛苦结晶,包含粒子群算法源代码,PPT文档说明,十五个典型的测试函数,算法注释详尽,简明扼要,是难得的粒子群算法学习材料-Institute of Computational Intelligence Computational Intelligence Research Laboratory Professor of several hard crystal that contains the source code for Particle Swarm
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-11-29
    • 文件大小:7351182
    • 提供者:liutianya
  1. PSO

    1下载:
  2. 基于模拟退火的粒子群算法,模拟退火算法在搜索过程中具有该概率突跳的能力,能够有效地避免搜索过程陷入局部极小解。-Based on simulated annealing particle swarm optimization, simulated annealing algorithm in the search process has a sudden jump in the probability of the capacity, which can effectively avoid th
  3. 所属分类:Algorithm

    • 发布日期:2016-10-26
    • 文件大小:2665
    • 提供者:cuiping5122
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com