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

搜索资源列表

  1. IDE-pso

    1下载:
  2. 改进的差分进化算法优化粒子群优化算法的混合智能优化算法的源程序-Improved differential evolution algorithm to optimize the hybrid particle swarm optimization intelligent optimization algorithm source code! ! ! !
  3. 所属分类:Other systems

    • 发布日期:2016-04-25
    • 文件大小:47104
    • 提供者:dw
  1. UTTSP-PSOs

    0下载:
  2. 用混合粒子群算法求解TSP问题,自带GUI界面,共有9中算算法,可解决各种TSP问题,效果不错。, -Hybrid particle swarm algorithm to solve TSP problem, comes with a GUI interface, a total of 9 Algorithm resolve the various TSP problems, good results. And
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:34134
    • 提供者:xinlnix
  1. psoga

    0下载:
  2. 粒子群算法混合遗传算法代码,经过本人修改,方便实用。-Particle swarm optimization hybrid genetic algorithm code, after I modify, convenient and practical.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-16
    • 文件大小:124011
    • 提供者:hxliang
  1. raypso

    0下载:
  2. 灰色理论优化粒子群优化算法,构建出的一种新的混合智能优化算法-Gray theory optimization PSO, build a new hybrid intelligent optimization algorithms. . . .
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4147
    • 提供者:dw
  1. PSO-bp

    0下载:
  2. 基于粒子群优化算法和BP神经网络的混合算法,用于求解复杂问题!-The hybrid algorithm of particle swarm optimization algorithm based on BP neural network and, for complex problem solving!
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:20069
    • 提供者:dengwu
  1. PSA-nonuSA_89941

    0下载:
  2. 粒子群模拟退火算法 混合算法 可以运行 效果不错-pso sa
  3. 所属分类:Other windows programs

    • 发布日期:2017-06-02
    • 文件大小:14914261
    • 提供者:wshr
  1. guangpan

    2下载:
  2. Rosen梯度投影法 罚函数法 外点罚函数法 內点罚函数法 混合罚函数法 乘子法 G-N法 修正G-N法 L-M法 线性规划 单纯形法 修正单纯形法 大M法 变量有界单纯形法 整数规划 割平面法 分支定界法 0-1规划 二次规划 拉格朗曰法 起作用集算法 路径跟踪法 粒子群优化算法 基本粒子群算法 带压缩因子的粒子群算法 权重改进的粒子群算法 线性递减权重法 自适应权重法 随机权重法 变学习因子的粒子群算法 同步变化的学习因子 异步变化的学习因子 二阶粒子群算法 二阶振荡粒子群算法-radien
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:47563
    • 提供者:我去
  1. chapter14基于粒子群算法的PID控制器优化设计

    0下载:
  2. chapter15基于混合粒子群算法的TSP搜索算法(A TSP Search Algorithm Based on Hybrid Particle Swarm Optimization)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:144384
    • 提供者:Vie
  1. TSP-PSO

    1下载:
  2. 混合粒子群算法摒弃了传统粒子群算法中的通过跟踪极值来更新粒子位置的方法,而是引入了遗传算法中的交叉和变异操作,通过粒子同个体极值和群体极值的交叉以及粒子自身变异的方式来搜索最优解。(Hybrid particle swarm algorithm instead of the traditional particle swarm algorithm in the method to update the position of the particle by tracking the maximu
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:13312
    • 提供者:胡萝卜须
  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. 所属分类:其他

    • 发布日期:2018-04-18
    • 文件大小:2048
    • 提供者:倚楼天狼啸
  1. 混合粒子群算法原始

    0下载:
  2. 采用混合粒子群算法求解tsp问题MATLAB仿真(Hybrid particle swarm optimization (PSO) algorithm for MATLAB simulation of TSP problem)
  3. 所属分类:其他

    • 发布日期:2018-04-28
    • 文件大小:3072
    • 提供者:云·枫
  1. hybrid_PSO___GD_training_of_RFNN

    1下载:
  2. 混合粒子群优化的神经网络训练完整代码,matlab实现(hybrid particle swarm optimization for RFNN training implemented by matlab)
  3. 所属分类:其他

    • 发布日期:2018-04-28
    • 文件大小:33792
    • 提供者:Wasanuo
  1. Cooperations_in_PSO_C

    0下载:
  2. 混合粒子群算法是集群智能思想的一个具体应用,优化函数效果好(Cooperations_in_PSO_C)
  3. 所属分类:其他

    • 发布日期:2018-05-06
    • 文件大小:37888
    • 提供者:zhenshan
  1. code

    1下载:
  2. 基于蚁群算法的 TSP 求解,分别采用蚁群算法和蚁群算法-粒子群混合算法进行优化求解,使用不同的交叉和变异适应度函数更新粒子,从而实现 TSP问题的优化求解,更加逼近实际问题。(Based on the TSP solution of ant colony algorithm, ant colony algorithm and hybrid algorithm of ant colony algorithm particle swarm optimization are used to solv
  3. 所属分类:其他

    • 发布日期:2021-04-08
    • 文件大小:5120
    • 提供者:Fantasy1017
  1. 基于混沌自适应粒子群优化的matlab程序

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

搜珍网 www.dssz.com