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

搜索资源列表

  1. differencemethod

    0下载:
  2. matlab的差分算法实现以及粒子群优化算法介绍-matlab differential algorithm and particle swarm optimization algorithm introduced
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:21269
    • 提供者:糊糊
  1. derdspo

    0下载:
  2. 一种基于耗散理论的粒子群优化算法源程序,这是一个C语言编制的源程序,很实用.-Based on the theory of dissipative particle swarm optimization algorithm source code, which is a C language source program, it is practical.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:7900
    • 提供者:youzping
  1. Basicswarm

    0下载:
  2. 一种粒子群优化算法源程序,这是一个VB语言编制的源程序,很实用.-A particle swarm optimization algorithm source code, this is a VB source languages, it is practical.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:5642
    • 提供者:youzping
  1. pso

    0下载:
  2. %--- 基本粒子群优化算法(Particle Swarm Optimization)--- ----- %--- 名称:基本粒子群优化算法(PSO) %------作用:求解优化问题 %------说明:全局性,并行性,高效的群体智能算法 ---- Elementary particle swarm optimization algorithm (Particle Swarm Optimization)----------- Name: Elementary Particle
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:5433
    • 提供者:依然
  1. pso-matlab

    2下载:
  2. 粒子群优化算法pso,针对不同测试函数进行了算法编写-Particle swarm optimization pso, for different test functions of the algorithm to prepare
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-23
    • 文件大小:2436
    • 提供者:陈颖
  1. 123tsp

    0下载:
  2. 粒子群优化算法求解车辆路径问题,对初学者来说,是很有帮助的。-Particle Swarm Optimization for vehicle routing problem, for beginners, it is very helpful.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:3686
    • 提供者:gg
  1. pso

    1下载:
  2. 自编的多目标粒子群优化算法,可以运行哦。-Written and directed the multi-objective particle swarm optimization, you can run, oh.
  3. 所属分类:Other windows programs

    • 发布日期:2016-03-04
    • 文件大小:1234
    • 提供者:sunny
  1. psoyouhuannyj

    0下载:
  2. 基于粒子群优化的神经网络训练算法研究论文   摘 要:  本文提出了基于连接结构优化的粒子群优化算法(SPSO) 用于神经网络训练,该算法在训练神经网络权 值的同时优化其连接结构,删除冗余连接,使神经网络获得与模式分类问题匹配的信息处理能力. 经SPSO 训练的神经 网络应用于Iris ,Ionosphere 以及Breast cancer 模式分类问题,能够部分消除冗余分类参数及冗余连接结构对分类性能 的影响. 与BP 算法及遗传算法比较,该算法在提高分类误差精度的同时可加快训
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:42364
    • 提供者:ekin
  1. OPS

    0下载:
  2. 多阈值图像分类的粒子群优化算法,采用自然方法来提高优化速度和计算量-Multi-threshold image classification of the particle swarm optimization algorithm, using natural methods to improve the optimization speed and computation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:2671
    • 提供者:baiyilieren
  1. cpso

    0下载:
  2. 粒子群优化算法容易理解,实现简单,优化速度快,收敛性强。常用于解决种类最优化问题。-Particle swarm optimization algorithm easy to understand, easy to achieve, and optimize the speed and strong convergence. Types commonly used in the optimization problem to solve.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:1650
    • 提供者:lxd
  1. Optimizers

    0下载:
  2. 一系列好用的用户友好的启发式优化算法,包括非自适应算法,基于模拟退火算法的种群算法,基本遗传算法,差分进化算法以及粒子群优化算法。此外,也包括神圣算法,它利用了所有这些优化算子,虽然有时交换种群之间的不同算法。-A nice set of user-friendly heuristic optimizers. Included are a non-adaptive, population based Simulated Annealing algorithm, a basic Genetic A
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:26847
    • 提供者:竹子的信仰
  1. qpso

    6下载:
  2. 在网络异常检测中,为了提高对异常状态的检测率,降低对正常状态的误判率,本文提出一种基于量子粒子群优化算法训练小波神经网络进行网络异常检测的新方法。利用量子粒子群优化算法(QPSO)训练小波神经网络,将小波神经网络(WNN)中的参数组合作为优化算法中的一个粒子,在全局空间中搜索具有最优适应值的参数向量。- In order to improve the detection rate for anomaly state and reduce the false positive rate for n
  3. 所属分类:matlab

    • 发布日期:2014-05-23
    • 文件大小:722
    • 提供者:liang
  1. psoalgortihm

    0下载:
  2. 自己编写的粒子群优化算法,以计算一个函数的值作为测试,达到了良好的精度-I have written the particle swarm optimization algorithm to calculate the value of a function as a test, to achieve a good accuracy
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-02
    • 文件大小:948093
    • 提供者:binbin
  1. apso

    0下载:
  2. 自适应粒子群优化算法及其在图像分割中的应用 优秀硕士论文!-Adaptive Particle Swarm Optimization Algorithm and Its Application in Image Segmentation outstanding master thesis!
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2673820
    • 提供者:孙琰
  1. psotb-beta-0.3

    0下载:
  2. 粒子群优化算法工具箱,使用的时候根据需要进行适当的参数调整就可以了-pso tool box for matlab
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:68090
    • 提供者:speedyidea
  1. pso2

    3下载:
  2. 一个很好用的粒子群优化算法matlab源代码,用来解决单目标函数优化-A good use of particle swarm optimization algorithm matlab source code, used to solve single-objective function optimization
  3. 所属分类:matlab

    • 发布日期:2015-02-09
    • 文件大小:8352
    • 提供者:daisyltf
  1. logisticsdistributionpostioning

    4下载:
  2. 本程序为物流选址的MATLAB软件下实现的源代码,利用粒子群优化算法进行求解,程序简洁实用
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2015-12-26
    • 文件大小:3212
    • 提供者:李松
  1. liziqun

    0下载:
  2. 粒子群优化算法,最经典的原始MATLAB算法,执行效率高-Particle swarm optimization algorithm, the most classic of the original MATLAB algorithm, the implementation of high efficiency
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:5370
    • 提供者:jiangqianbin
  1. AsyLnCPSO

    0下载:
  2. 一个很好用的粒子群优化算法,具有自适应功能,大家可以-A good use of particle swarm optimization algorithm, with adaptive functions, we can try
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:577
    • 提供者:zhiminn_wang
  1. theory_pso

    0下载:
  2. 详细介绍了粒子群优化算法的原理、应用,对初学者来说是不可多得的资料-to introduce the theory of particle swarm optimization
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:186945
    • 提供者:jiang wen
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com