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

搜索资源列表

  1. PSO

    0下载:
  2. 粒子群算法简介,标准的粒子群算法,标准粒子群算法的实现,MATLAB代码-Introduction of the particle swarm algorithm, the standard particle swarm algorithm, the standard particle swarm algorithm to achieve the MATLAB code
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:152264
    • 提供者:申松
  1. Particle-swarm-algorithm-matlab-code

    0下载:
  2. PSO算法就是模拟一群鸟寻找食物的过程,每个鸟就是PSO中的粒子,也就是我们需要求解问题的可能解,这些鸟在寻找食物的过程中,不停改变自己在空中飞行的位置与速度。-PSO algorithm is to simulate a flock of birds looking for food in the process, each bird is the PSO particles, that is, we need to solve the problem of possible solution
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:191252
    • 提供者:闫小凡
  1. pso-source-code

    0下载:
  2. 本源代码是MATLAB语言下的粒子群算法的实例,有需要的朋友可以参考-pso source code
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:164287
    • 提供者:冯小强
  1. PSO

    0下载:
  2. 该文件为粒子群算法优化支持向量机模型参数的matlab代码 支持向量机模型为专门用于处理不平衡数据的成本控制型支持向量机模型-Matlab code of the file support vector machine model parameters for particle swarm optimization support vector machine model for cost control, support vector machine model for dealing wit
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:877
    • 提供者:谭明玉
  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-lssvm

    17下载:
  2. 用于优化最小二乘支持向量机的Matlab程序代码,可直接实用。-Used to optimize the least squares support vector machine in Matlab code can be directly useful.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-02-20
    • 文件大小:3698
    • 提供者:李永超
  1. Ipso

    1下载:
  2. 本文将 改进的PSO优化算法与 BP网络算法相结合, 完全 基于BP网络算法的基本思想, 是在基本 BP算法的误 差反向传播调整权值的基础上, 再引入 PSO 算法进行 权值修正, 是严格意义上的基于 PSO的 BP网络算法.-pso programming for improved bp neural network
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:2399
    • 提供者:李淋淋
  1. PSO

    0下载:
  2. 粒子群算法matlab程序代码,自行初始化,2维以下有动态图-Particle swarm optimization matlab program code to initialize itself, the following two-dimensional dynamic map
  3. 所属分类:Algorithm

    • 发布日期:2017-11-28
    • 文件大小:3005
    • 提供者:郭春鸿
  1. pso

    0下载:
  2. PSO or particle swarm optimization code in MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-12-05
    • 文件大小:1160
    • 提供者:reza tousi
  1. pso-clustering

    3下载:
  2. 改进的粒子群分簇路由协议matlab代码,可以在这个基础之上改进-Improved particle swarm clustering routing protocol matlab code can be improved in this basis
  3. 所属分类:Other systems

    • 发布日期:
    • 文件大小:2255
    • 提供者:liuaibin
  1. PSO

    0下载:
  2. 粒子群优化matlab代码,提供给大家参考,欢迎讨论和学习-Particle swarm optimization matlab code provided for your reference and welcome discussion and learning
  3. 所属分类:Other systems

    • 发布日期:2017-11-21
    • 文件大小:1482
    • 提供者:unique
  1. pso-detailed-matlab-code

    0下载:
  2. 用于具体描述粒子群算法的理论说明部分,有利于加深对粒子群算法的理解-Descr iption section for specific descr iption of the particle swarm algorithm theory, is conducive to deepening the understanding of the particle swarm algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-11-13
    • 文件大小:199033
    • 提供者:温凤文
  1. bp-pso-matlab

    0下载:
  2. PSO替代梯度下降训练BP网络,将代码从doc复制出来即可-The PSO alternative gradient descent training of BP network, the code is copied from the doc can
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-14
    • 文件大小:12539
    • 提供者:秦烁
  1. PSO_Codes-Basic-Code

    0下载:
  2. This Code SimulTION PSO BASIC CODE IN MATLAB IS CODE IS VWRY USEFUL FOR UNDERESTAND PSO HOW WORK
  3. 所属分类:matlab

    • 发布日期:2017-11-29
    • 文件大小:240961
    • 提供者:hamed
  1. PSO-for-solving-the-TSP

    0下载:
  2. 粒子群算法求解旅行商问题的MATLAB源代码-MATLAB source code of the PSO algorithm for solving the traveling salesman problem
  3. 所属分类:matlab

    • 发布日期:2017-10-31
    • 文件大小:2210
    • 提供者:断雨
  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

    0下载:
  2. 粒子群优化算法。这个程序就是最基本的粒子群优化算法程序,用Matlab实现,非常简单。只有几十行代码。-Particle Swarm Optimization. This program is the most basic particle swarm optimization program using Matlab, very simple. Only a few dozen lines of code.
  3. 所属分类:matlab

    • 发布日期:2017-12-06
    • 文件大小:1404
    • 提供者:周欢欢
  1. pso

    0下载:
  2. PSO-MATLAB-CODE This code is about an objective particle swarm optimizer with emphasis on efficiency
  3. 所属分类:matlab

    • 发布日期:2017-12-09
    • 文件大小:4982376
    • 提供者:daneshmandmitra
  1. PSO

    0下载:
  2. 粒子群优化算法matlab程序源代码,很实用-Particle Swarm Optimization algorithm matlab source code, very useful
  3. 所属分类:matlab

    • 发布日期:2017-12-02
    • 文件大小:521
    • 提供者:聪聪
  1. pso

    0下载:
  2. matlab pso算法标准源代码,适用于初学群体-matlab psoAlgorithm source code
  3. 所属分类:matlab

    • 发布日期:2017-12-05
    • 文件大小:3482
    • 提供者:王美
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 20 »
搜珍网 www.dssz.com