CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 粒子 改进

搜索资源列表

  1. anewunscengedkalmanparticlefilter

    0下载:
  2. 一种新的改进的UPF粒子滤波,在不降低精度的同时有效降低了算法的运行时间,很好用,可直接适用-A new particle filter to improve the UPF, achieved without lowering the accuracy of the algorithm at the same time effectively reduce the running time, very good, and can be directly applicable
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:34.22kb
    • 提供者:李光
  1. pso2

    0下载:
  2. 基于改进的粒子群算法,可以用来求解函数优化问题-Based on Improved Particle Swarm algorithm, can be used to solve the function optimization problem
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:53.38kb
    • 提供者:qinming
  1. 63535288Discrete_PSO_TSP_C

    0下载:
  2. 标准粒子群算法,改进粒子群算法,希望大家能用上-Standard particle swarm optimization, improved particle swarm algorithm, hope everyone can be on the
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:48.76kb
    • 提供者:张刚
  1. 61549803apso

    0下载:
  2. 标准粒子群算法,改进粒子群算法,希望大家能用上-Standard particle swarm optimization, improved particle swarm algorithm, hope everyone can be on the
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:2.58kb
    • 提供者:李明
  1. 3970982pso

    0下载:
  2. 标准粒子群算法,改进的粒子群算法,希望大家能用得上-The standard particle swarm algorithm, the improved particle swarm algorithm, the lingua franca of hope that we can
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4.56kb
    • 提供者:李明
  1. 25811218DPSO

    0下载:
  2. 标准粒子群算法,最近改进的粒子群算法,大家应该能用上-The standard particle swarm algorithm, recently improved particle swarm algorithm, we should can be used on the
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:202.47kb
    • 提供者:李明
  1. LinWPSO

    0下载:
  2. 权重改进的粒子群算法(线性递减权重法),让惯性权重从最大值线性减小到最小值-Weights to improve particle swarm optimization (linear decreasing weight method), so that inertia weight decreases linearly from maximum to minimum
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:580byte
    • 提供者:李峰
  1. RandWPSO

    0下载:
  2. 权重改进粒子群算法中的随机权重法,将标准PSO算法中设定w为服从某种随机分布的随机数,这样一定程度上可从两方面克服w的线性递减所带来的不足-Weights improved particle swarm algorithm in the random weight method, the standard PSO algorithm to set w to obey a random distribution of the random numbers, so to a certain exte
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:610byte
    • 提供者:李峰
  1. dMOPSO

    1下载:
  2. 改进的粒子群算法,用于仿真平台对比于其他算法,典型的粒子群算法(improved particle swarm optimization)
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:2kb
    • 提供者:了的水
  1. 13_粒子群

    7下载:
  2. 航迹规划是无人机执行侦察和作战任务中的关键技术,规划算法的性能直接影响着航迹规划的质量。针对航迹规划最优性和实时性问题,提出一种惯性权值" 阶梯式" 调整策略与跳出局部最优解策略相结合的改进粒子群无人机航迹规划算法。(Route planning is the key technology for UAV to perform reconnaissance and combat tasks, and the performance of planning algorithm
  3. 所属分类:其他

  1. APSO1

    0下载:
  2. 改进的粒子群算法,适用与多目标最优化项目,收敛速度快(The improved particle swarm optimization algorithm is applicable to multi objective optimization projects, and the convergence speed is fast)
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:1kb
    • 提供者:blueskylxg
  1. 一种改进的遗传粒子群算法GA_PSO

    4下载:
  2. Improved genetic particle swarm optimization (PSO) for people to learn and communicate
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:120kb
    • 提供者:xuan xuan
  1. PSO_TSP(混合粒子群:较优)

    1下载:
  2. 解决环球旅行问题的一种精确度比较高的算法,相较于蚁群算法和遗传算法都有较大的改进;(A high precision algorithm for solving global travel problems has a greater improvement than the ant colony algorithm and the genetic algorith)
  3. 所属分类:其他

  1. pso2

    0下载:
  2. 粒子群比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现容易、精度高、收敛快等优点引起了学术界的重视,并且在解决实际问题中展示了其优越性。粒子群算法是一种并行算法。(It is more simple than the genetic algorithm rule. It doesn't have the crossover (Crossover) and the Mutati
  3. 所属分类:其他

  1. 粒子群优化算法以及改进的PSO算法代码matlab

    4下载:
  2. 一些关于粒子群优化算法的matlab程序实现,里面有各种的PSO改进算法(Some matlab programs about particle swarm optimization algorithm are implemented. There are various PSO improved algorithms in them.)
  3. 所属分类:其他

    • 发布日期:2019-11-14
    • 文件大小:9kb
    • 提供者:菩提无相z
  1. bfpso

    0下载:
  2. 一种改进的粒子群算法(PSO),寻优效果比较好。可以改了自己用。(An improved particle swarm optimization (PSO) algorithm has better optimization effect. You can change your use.)
  3. 所属分类:其他

    • 发布日期:2020-04-01
    • 文件大小:16kb
    • 提供者:嗯哈克
  1. 改进粒子群算法

    1下载:
  2. 自编改进粒子群算法MATLAB程序,可供初学者使用(Matlab program of improved particle swarm optimization algorithm is compiled by ourselves, which can be used by beginners)
  3. 所属分类:其他

    • 发布日期:2020-12-25
    • 文件大小:4kb
    • 提供者:北诗
  1. 基于混沌自适应粒子群优化的matlab程序

    6下载:
  2. 文件包括带压缩因子的粒子群算法,权重改进的粒子群算法,自适应权重法,随机权重法,变学习因子的粒子群算法,异步变化的学习因子,二阶粒子群算法,二阶振荡粒子群算法,混沌粒子群算法,混合粒子群算法,杂交粒子群算法,模拟退火算法(Documents including particle swarm algorithm with compression factor, weighting the improved particle swarm algorithm, adaptive weight meth
  3. 所属分类:其他

  1. 改进PSO算法及其测试函数

    1下载:
  2. 为了更好地改善多目标粒子群优化算法的收敛性和多样性的pso 算法(In order to improve the convergence and diversity of multi-objective particle swarm optimization algorithm, PSO algorithm is proposed)
  3. 所属分类:其他

    • 发布日期:2021-01-29
    • 文件大小:3kb
    • 提供者:bloomfzl
  1. PSO

    2下载:
  2. 可简单定位配电网故障,但是还需要改进,且只能适用于普通配电网(Simple location of distribution network fault)
  3. 所属分类:其他

« 12 3 »
搜珍网 www.dssz.com