登录
首页 » matlab » 萤火虫算法算例

萤火虫算法算例

于 2020-10-18 发布 文件大小:4314KB
0 367
下载积分: 1 下载次数: 27

代码说明:

  多个萤火虫算法基础算例,为萤火虫算法通用算例(benchmark problem for firefly algorithm)

文件列表:

萤火虫算法算例\19.pdf, 243214 , 2017-05-27
萤火虫算法算例\25.pdf, 294341 , 2017-05-27
萤火虫算法算例\27.pdf, 681757 , 2017-05-27
萤火虫算法算例\33.pdf, 868374 , 2017-05-27
萤火虫算法算例\34.pdf, 797412 , 2017-05-27
萤火虫算法算例\41.pdf, 343059 , 2017-05-27
萤火虫算法算例\50.pdf, 456844 , 2017-05-27
萤火虫算法算例\51.pdf, 1019530 , 2017-05-27
萤火虫算法算例\example\example1\baogan.txt, 52966 , 2017-03-11
萤火虫算法算例\example\example1\constraint.m, 1268 , 2017-05-27
萤火虫算法算例\example\example1\fa_mincon.m, 7980 , 2014-02-12
萤火虫算法算例\example\example1\ffa_mincon.m, 4823 , 2017-03-11
萤火虫算法算例\example\example1\fitness.m, 696 , 2017-05-27
萤火虫算法算例\example\example1\inputans.txt, 85 , 2017-05-10
萤火虫算法算例\example\example1\mainfa.m, 652 , 2017-05-27
萤火虫算法算例\example\example1\STRESS.TXT, 86 , 2017-03-13
萤火虫算法算例\example\example2\constraint.m, 538 , 2017-05-27
萤火虫算法算例\example\example2\fa_mincon.m, 7980 , 2014-02-12
萤火虫算法算例\example\example2\ffa_mincon.m, 4823 , 2017-03-11
萤火虫算法算例\example\example2\fitness.m, 693 , 2017-05-27
萤火虫算法算例\example\example2\inputans.txt, 85 , 2017-05-10
萤火虫算法算例\example\example2\mainfa.m, 650 , 2017-05-29
萤火虫算法算例\example\example5\constraint.m, 1238 , 2017-05-28
萤火虫算法算例\example\example5\fa_mincon.m, 7980 , 2014-02-12
萤火虫算法算例\example\example5\ffa_mincon.m, 4823 , 2017-03-11
萤火虫算法算例\example\example5\fitness.m, 755 , 2017-05-23
萤火虫算法算例\example\example5\inputans.txt, 85 , 2017-05-10
萤火虫算法算例\example\example5\mainfa.m, 694 , 2017-05-27
萤火虫算法算例\example\example5简化\constraint.m, 1238 , 2017-05-28
萤火虫算法算例\example\example5简化\fa_mincon.m, 7980 , 2014-02-12
萤火虫算法算例\example\example5简化\ffa_mincon.m, 4823 , 2017-03-11
萤火虫算法算例\example\example5简化\fitness.m, 755 , 2017-05-23
萤火虫算法算例\example\example5简化\inputans.txt, 85 , 2017-05-10
萤火虫算法算例\example\example5简化\mainfa.m, 694 , 2017-05-31
萤火虫算法算例\example\example5简化\readme.txt, 62 , 2017-06-09
萤火虫算法算例\Mixed variable structural optimization using Firefly Algorithm.pdf, 789042 , 2016-07-15
萤火虫算法算例\example\example1, 0 , 2017-06-09
萤火虫算法算例\example\example2, 0 , 2017-06-09
萤火虫算法算例\example\example5, 0 , 2017-06-09
萤火虫算法算例\example\example5简化, 0 , 2017-06-09
萤火虫算法算例\example, 0 , 2017-06-09
萤火虫算法算例, 0 , 2017-06-09

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Toolbox_all_algorithms
    这是MATLAB中最新的优化工具箱,它利用最近提出的7种算法来优化您的问题。 此工具箱中提供的算法包括: 灰狼优化器(GWO),蚂蚁狮子优化器(ALO),多功能优化器(MVO),蜻蜓算法(DA),蛾火焰算法(MFO),正弦余弦算法(SCA)和鲸鱼优化算法(WOA) 。(This is the latest optimization toolbox in MATLAB, which optimizes your problem using seven algorithms recently proposed. The algorithms provided in this toolbox include: GWO, ALO, MVO, DA, MFO, SCA and WOA.)
    2019-03-27 14:54:43下载
    积分:1
  • NSGA 代码
    说明:  多目标遗传算法的完整代码,测试函数使用ZDT和DTLZ函数(Complete code of multi-objective genetic algorithm, test function uses ZDT and dtlz function)
    2020-04-25 10:06:17下载
    积分:1
  • GA
    说明:  经典遗传算法案例,利用遗传算法求解铁罐问题(genetic algorithm optimization)
    2020-06-16 04:00:01下载
    积分:1
  • gaot
    matlab环境下的遗传算法工具包,可直接调用(Genetic algorithm toolkit)
    2018-07-12 20:58:14下载
    积分:1
  • 原BBO程序包
    能实现原生BBO算法,以及与其他进化算法进行对比(The native BBO algorithm can be implemented and compared with other evolutionary algorithms)
    2021-04-23 14:18:47下载
    积分:1
  • 粒子群的寻优机制 pso
    说明:  粒子群算法的寻优机制,另附十余个测试函数。主程序为test_basic(Particle Optimization Algorithm)
    2020-06-24 00:40:02下载
    积分:1
  • ALO
    说明:  蚁狮优化算法是一种群智能优化算法,调节参数少,易于实现。(Ant lion algorithm is a new meta heuristic swarm intelligence algorithm proposed by mirjalili in 2015)
    2021-02-17 09:47:37下载
    积分:1
  • 蚁群
    用蚁群算法来解决TSP问题的matlab代码,用的蚁周模型,参数为实验选择的最优参数(Ant arithmetic and TSP problem)
    2018-01-19 14:29:02下载
    积分:1
  • GAs
    说明:  使用matlab 实现遗传算法,算法采用二进制交叉变异,对于初学者很好理解(Use matlab to implement genetic algorithm, the algorithm uses binary crossover mutation, which is well understood for beginners)
    2020-08-21 10:48:05下载
    积分:1
  • GA最大PSB20180117
    遗传算法最大化峰值旁瓣电平,给出阵元数,阵列长度,遗传及交叉因子,得出最优的PSB(The genetic algorithm maximizes the peak sidelobe level, giving the number of array elements, the length of the array, the genetic and crossover factors, and derives the optimal PSB)
    2018-01-17 17:02:36下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载