CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - GSO

搜索资源列表

  1. gso

    1下载:
  2. 一种全新的智能算法----萤火虫群算法。该算法主要用于求解函数.-A new algorithm---- fireflies swarm intelligence. The algorithm used to solve function.
  3. 所属分类:matlab

    • 发布日期:2016-01-14
    • 文件大小:2048
    • 提供者:fukaifang
  1. GSOaHGSO(matlab)

    2下载:
  2. GSO算法及其改进,其中HGSO是通过与和声搜索算法结合而成,主要用于结构的截面优化、几何优化、动力优化、拓扑优化等,具有收敛速度快,收敛结果好的优点,且其改进算法能摆脱局部最优的缺陷。-GSO algorithm and its improvements, HGSO is through a combination of harmony search algorithm, mainly used to optimize the structure of the cross section, g
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:5644
    • 提供者:Li
  1. GSO

    3下载:
  2. 通过此代码实现萤火虫算法仿真,改变函数,即可实现不同的函数结果。-This code implements the firefly algorithm simulation, change the function, you can achieve different function results.
  3. 所属分类:matlab

    • 发布日期:2014-09-06
    • 文件大小:2048
    • 提供者:
  1. GSO2

    1下载:
  2. Abstract:An improved GSO (Group Search Optimizer)Algorithm with predictive model is introduced in this paper. MATLAB implementation of the improved Group Search Optimizer Al gorithm is described in detail.This paper introduced the concept of fu
  3. 所属分类:matlab例程

    • 发布日期:2013-07-20
    • 文件大小:3954
    • 提供者:瞿佳
  1. GSO-CODE

    0下载:
  2. 萤火虫算法的基本源代码,简单易懂,适合新人学习。-GSO simple scource codes,easy for learners。
  3. 所属分类:matlab

    • 发布日期:2017-11-02
    • 文件大小:8247
    • 提供者:张羽
  1. GSO-matlab

    0下载:
  2. 萤火虫算法的matlab程序,对初学者理解萤火虫算法有很大的帮助。-Firefly algorithm matlab program, the algorithm is of great help for beginners to understand fireflies.
  3. 所属分类:matlab

    • 发布日期:2017-11-10
    • 文件大小:38400
    • 提供者:杨洋
  1. base-GSO

    0下载:
  2. 自己调试的GSO程序,简单可运行,适合初学者参考。-The glowworm swarm optimization (GSO) is a swarm intelligence optimization algorithm developed based on the behaviour of glowworms (also known as fireflies or lightning bugs). The behaviour pattern of glowworms which is used
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:3491
    • 提供者:youyou zhang
  1. Wkmeans2D

    0下载:
  2. matlab GSO 经典的标准的群优化算法-matlab GSO
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:991
    • 提供者:胡鹏威
  1. topomation-based-on-GSO-

    4下载:
  2. 基于GSO的拓扑优化,有优化结果 ,效果非常好。-topology optimization based on GSO in MATLAB.
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:13351
    • 提供者:kong-2
  1. yinghuochong

    0下载:
  2. 算法说明:荧火虫算法(GSO:Glowworm swarm optimisation:a new method for optimising mutlti-modal functions) 算法特征:只适用于求极大值(极小值可转化为求极大值) -Algorithm Descr iption: Firefly algorithm (GSO: Glowworm swarm optimisation: a new method for optimising mutlti-modal funct
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:5252
    • 提供者:lirui
  1. GSO

    0下载:
  2. 萤火虫算法,一种新颖的群优化算法,目前比较流行的有两种,一种是FA,一种是GSO,本代码试GSO的实现-glowworm swarm optimization
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4352
    • 提供者:李 策
  1. GSO源代码

    0下载:
  2. 这是一分萤火虫算法,该算法只适用于求极大值(极小值可转化为求极大值) !
  3. 所属分类:matlab例程

    • 发布日期:2014-09-02
    • 文件大小:19456
    • 提供者:liuhaiariel
  1. GS-GSO

    2下载:
  2. 采用高斯变异改进基本萤火虫群优化算法,得到很好的效果-Gaussian variation improve basic fireflies swarm optimization algorithm to get good results
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:2049
    • 提供者:qiong
  1. GSO-TSP

    0下载:
  2. 用matlab 编写GSO算法,解决TSP问题-matlab GSO TSP
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3444
    • 提供者:James shaw
  1. GSO_levy

    0下载:
  2. GSO的一个改进版本,可以加快收敛速度和精度,不过代码效率不是很高,可以作为参考-An improved version of GSO, can accelerate the convergence speed and accuracy, but the code efficiency is not high, can be used as a referen
  3. 所属分类:matlab例程

    • 发布日期:2017-04-11
    • 文件大小:1345
    • 提供者:qiao shi
  1. GSO

    0下载:
  2. 一个基于matlab的GSO(群搜索)寻优算法例程,通过修改适应度函数可以完成不同的寻优任务,可用于开发改进算法或与其他智能优化算法进行对比。-A matlab-based GSO (group search) algorithm optimization routines, by modifying the fitness function optimization can perform different tasks that can be used to develop improved
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:393161
    • 提供者:Edward.J
  1. GSO

    0下载:
  2. 该萤火虫算法(GSO)适用于求最值问题,同时也可与神经网络相结合进行优化问题-The firefly algorithm (GSO) applicable to most value problem, but also can be combined with the optimization of the neural network
  3. 所属分类:matlab

    • 发布日期:2017-12-17
    • 文件大小:4096
    • 提供者:郭浩
  1. 粒子群优化算法以及改进的PSO算法代码matlab

    2下载:
  2. 粒子群算法及其改进,在原有粒子群算法基础上进行改进,增加免疫算法,使其尽快跳出早熟,收敛更快,结果更优!(Particle swarm optimization (PSO) and its improvement are improved on the basis of the existing particle swarm algorithm, and the immune algorithm is added to make it jump out of premature, faster
  3. 所属分类:matlab例程

    • 发布日期:2017-12-17
    • 文件大小:550912
    • 提供者:zhyh_419
  1. GSO

    1下载:
  2. 萤火虫算法(GSO),群智能优化算法,matlab文件
  3. 所属分类:matlab例程

  1. GSO及其改进算法代码

    1下载:
  2. 群搜索算法(GSO)及其改进版本的MATLAB代码实现(Group Search Algorithms (GSO) and Implementation of Its Improved Version of MATLAB Code)
  3. 所属分类:matlab例程

    • 发布日期:2020-03-28
    • 文件大小:17408
    • 提供者:huangbin
搜珍网 www.dssz.com