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

搜索资源列表

  1. firefly

    4下载:
  2. 萤火虫算法的matlab程序,适合初学者,-Firefly algorithm
  3. 所属分类:matlab例程

    • 发布日期:2013-01-08
    • 文件大小:5598
    • 提供者:renjiaxing
  1. Firefly_Algorithm

    0下载:
  2. Firefly Algorithm for Constrained Optimization-Other Files fa_mincon.m, firefly_simple.m, license.txt
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:5638
    • 提供者:雪狼
  1. simplyfa_mincon

    0下载:
  2. Firefly algorithm for nonlinear constrained optimization
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:3199
    • 提供者:gogo
  1. fa_constrained_demo

    0下载:
  2. Firefly Algorithm for nonlinear constrained optimization
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:4339
    • 提供者:ivory
  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. firefly_algorithm

    0下载:
  2. intelligence algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:8457
    • 提供者:raha
  1. firefly_simple1

    0下载:
  2. 一个萤火虫算法,很好用的。只需要换测试函数即可。不过请注意例如萤火虫个数的等参数的更换。-A firefly algorithm, easy to use. Merely need to replace the test function can be. Oh Oh Oh Oh
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1430
    • 提供者:zhengshi
  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. fire fly code for matlab

    0下载:
  2. a matlab code for firefly algorithm
  3. 所属分类:matlab例程

  1. firefly

    1下载:
  2. 简单的萤火虫算法matlab实现,大家可以下载了看看,并且进行改进。-Simple firefly algorithm matlab realize, we can download a look, and make improvements.
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:4394
    • 提供者:labi
  1. ffa

    0下载:
  2. firefly algorithm based on swarm intelligence works very well in optimizing all types of problems
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1250
    • 提供者:pk
  1. Firefly-Algorithm

    0下载:
  2. 这是用Matlab编写的萤火虫算法。这是一种群体智能算法,在优化中有广泛的应用。-It is used Matlab prepared Firefly algorithm. This is a swarm intelligence algorithm, widely used in optimization.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:5461
    • 提供者:
  1. Firefly-Algorithm

    0下载:
  2. This code implements the firefly algorithm. The code is simple and can be used for any cost function. The firefly algorithm (FA) is a metaheuristic algorithm, inspired by the flashing behaviour of fireflies.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1299
    • 提供者:masoud
  1. ypea112-firefly-algorithm

    0下载:
  2. it is a firefly algorithm to find the FC is the total fuel cost and EC is the total emission. The transmission losses Pl can be found either from load flow or using Bmn coefficients. The multi- objective optimization problem is converted as single
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6428
    • 提供者:kapil
  1. firefly_algorithm

    4下载:
  2. 简单的萤火虫算法,算法收敛性较强,搜索全局最优能力强。(Simple firefly algorithm)
  3. 所属分类:matlab例程

    • 发布日期:
    • 文件大小:8192
    • 提供者:nwpull
  1. ypea112-firefly-algorithm

    0下载:
  2. firefly algorithm for optimizatioon
  3. 所属分类:matlab例程

    • 发布日期:2018-01-01
    • 文件大小:1024
    • 提供者:uros
  1. Firefly_Algorithm

    0下载:
  2. % Firefly Algorithm by X S Yang (Cambridge University) % % Usage: firefly_simple([number_of_fireflies,MaxGeneration]) % eg: firefly_simple([12,50]); % % ======================================================== % %
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:1024
    • 提供者:hichem22
  1. FA

    1下载:
  2. Firefly Algorithm for constrained optimization using % % for the design of a spring (benchmark) % % by Xin-She Yang (Cambridge University) Copyright @2009
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:2048
    • 提供者:hichem22
  1. FA_constrained_optimization

    0下载:
  2. Firefly Algorithm for constrained optimization using % % for the design of a spring (benchmark)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:3072
    • 提供者:hichem22
  1. Firefly Algorithm

    2下载:
  2. 该程序为萤火虫算法matlab源代码,不包含问题、编码、解码等部分,只是单纯的运算方式。可在此基础上继续编写子程序,解决具体问题。(This program is the firefly algorithm matlab source code, does not contain problems, coding, decoding and other parts, just a simple operation. On this basis, you can continue to write
  3. 所属分类:matlab例程

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