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

搜索资源列表

  1. GWO

    0下载:
  2. This is a Grey Wolf Optimization Algorithm MatLab Code.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:391440
    • 提供者:Amir Sanaii
  1. grey-wolf-optimizer

    0下载:
  2. 狼群算法的国外研究论文,通过了33个函数优化,并有一个例子-the paper of GWO
  3. 所属分类:software engineering

    • 发布日期:2017-05-16
    • 文件大小:3854416
    • 提供者:stone
  1. GWO

    0下载:
  2. Grey Wolf Optimization matlab code
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-09
    • 文件大小:1910274
    • 提供者:Sarfaraz
  1. 2016.09.08GWO

    2下载:
  2. 以优化SVM算法的参数c和g为例,对GWO算法MATLAB源码进行了逐行中文注解。 是很好的学习材料。-SVM algorithm to optimize the parameters c and g, for example, for GWO algorithm MATLAB source was progressive Chinese annotations. It is a good learning materials.
  3. 所属分类:matlab

    • 发布日期:2017-05-09
    • 文件大小:1558649
    • 提供者:Genlovy Hoo
  1. GWO

    4下载:
  2. 针对灰狼优化算法在求解连续函数优化问题时精度不高、易出现早熟收敛等缺陷,提出一种改进的灰狼优化算法-Grey Wolf Optimizer
  3. 所属分类:Other systems

    • 发布日期:2017-05-09
    • 文件大小:1624505
    • 提供者:杨逸尘
  1. Grey-wolf-optimizer-(gwo)-in-matlab

    1下载:
  2. In implementing this project, four types of gray wolves like Alpha, Beta, Delta and Omega is the use to simulate the leadership hierarchy in which the three main steps of the hunt, searching for prey, surrounded prey, and attack the bait, are impleme
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:1938508
    • 提供者:scada111
  1. GWO

    1下载:
  2. 灰狼算法优化FNN神经网络进行标准数据集的分类-Particle swarm optimization algorithm GWOand universal gravitation algorithm GSA combined with FNN neural network to optimize the classification of standard data sets
  3. 所属分类:Other systems

    • 发布日期:2017-06-14
    • 文件大小:21082680
    • 提供者:antry
  1. 2016.09.08GWO

    5下载:
  2. 用灰狼算法优化的支持回归机,对参数c,g进行寻优(GWO,SVr[dataset_scale,ps] = mapminmax(dataset',0,1); dataset_scale = dataset_scale'; train_wine = dataset_scale(1:mtrain,:); test_wine = dataset_scale( (mtrain+1):(mtrain+mtest),: );)
  3. 所属分类:通讯编程

    • 发布日期:2017-12-24
    • 文件大小:1558528
    • 提供者:袁庆祝
  1. GWO

    3下载:
  2. 灰狼优化算法的核心算法描述,并且配有中文说明(Gray Wolf optimization algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:1024
    • 提供者:谁水说
  1. GWO

    3下载:
  2. 灰狼算法可以解决多目标优化问题,有这方面问题的朋友可以下载自己学习(grew wolf is a algorithm that you can use it)
  3. 所属分类:其他

  1. 23825735GWO123

    0下载:
  2. 狼群算法寻优,基于MATLAB采用智能控制算算法寻求最优解(This work proposes a new meta-heuristic called Grey Wolf Optimizer (GWO) inspired by grey wolves (Canis lupus). The GWO algorithm mimics the leadership hierarchy and hunting mechanism of grey wolves in nature.)
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:1938432
    • 提供者:灰土土
  1. SVRGWO

    4下载:
  2. 一种混合算法,基于灰狼算法优化支持向量回归(A hybrid algorithm ,based on Grey Wolf algorithm to optimize support vector regression)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:2048
    • 提供者:ldldld
  1. GWO

    0下载:
  2. this file is the source code of grey wolf optimization algorithm
  3. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:391168
    • 提供者:navidafsari
  1. 2016.11.07HGWO(DE-GWO)

    5下载:
  2. 灰狼算法用于多目标寻优问题,以阴影遮挡下的光伏电池最大功率点寻优为例编程。(Grey Wolf algorithm is used for multi-objective optimization problem, and the maximum power point optimization of photovoltaic cells under shading is taken as an example.)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-06
    • 文件大小:4096
    • 提供者:赵小乙
  1. gwo-nn

    2下载:
  2. 该版本使用R语言实现了灰狼优化算法(GWO),并利用该算法优化神经网络的权重。(This version uses the R language to implement the gray wolf optimization algorithm (GWO), and uses the algorithm to optimize the weight of the neural network.)
  3. 所属分类:进化算法

    • 发布日期:2018-01-08
    • 文件大小:2048
    • 提供者:dd171290
  1. 2016.11.03DE_SVR(差分进化)

    2下载:
  2. 以优化SVR算法的参数c和g为例,对DE(差分进化)算法MATLAB源码进行了详细中文注解。(Differential Evolution algorithm (DE) is a heuristic random search algorithm based on group differences. This algorithm is proposed by R.S and k.p. rice for solving Chebyshev polynomials. DE algorithm is
  3. 所属分类:Windows编程

  1. GWO

    3下载:
  2. 灰狼算法源代码,包括初始化灰狼种群,29种基准函数的测试(grey wolf optimizer code)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-22
    • 文件大小:21082112
    • 提供者:清兰煜
  1. MOGWO

    1下载:
  2. 在多目标灰色狼优化器(mogwo),固定大小的外部文件集成到该gwo保存和检索的帕累托最优解。该档案被用来定义社会等级,并在多目标搜索空间中模拟灰狼的捕猎行为。(In the Multi-Objective Grey Wolf Optimizer (MOGWO), a fixed-sized external archive is integrated to the GWO for saving and retrieving the Pareto optimal solutions. This
  3. 所属分类:matlab例程

    • 发布日期:2018-05-02
    • 文件大小:47104
    • 提供者:HEIMeiLing-F
  1. EvoloPy-master

    1下载:
  2. 灰狼算法来快速确定适应度值,然后确定猎物的位置,进行下一次的移动(The Grey Wolf algorithm determines the fitness value quickly, and then determines the location of the prey and makes the next move.)
  3. 所属分类:Windows编程

    • 发布日期:2019-03-07
    • 文件大小:22528
    • 提供者:haifeng2415
  1. 图像去噪程序

    1下载:
  2. 小波阈值去噪具有很强的相关性,通过小波阈值处理,可以将噪声分为对应的小波系数,在经过阈值处理可以滤除,从而达到去噪的效果。(Wavelet threshold denoising has a strong correlation. Through wavelet threshold processing, the noise can be divided into corresponding wavelet coefficients. After threshold processing, th
  3. 所属分类:其他

    • 发布日期:2019-05-02
    • 文件大小:790528
    • 提供者:马雪茹
« 12 »
搜珍网 www.dssz.com