搜索资源列表
Firefly_Algorithm
- Firefly Algorithm for Constrained Optimization-Other Files fa_mincon.m, firefly_simple.m, license.txt
simplyfa_mincon
- Firefly algorithm for nonlinear constrained optimization
fa_constrained_demo
- Firefly Algorithm for nonlinear constrained optimization
firefly-algorithm
- 几篇介绍firefly algorithm 的文章,包括一篇最新的综述类文章,对初学者应该非常有用。-A few articles for firefly algorithm , including a comprehensive article.It will be very useful for beginners.
firefly-algorithm
- 萤火虫算法作为一种新颖的仿生群智能优化算法.萤火虫算法在连续空间和离散空间优化的可行性和有效性,具有良好的应用前景.-firefly algorithm (FA) is developed as a novel bionic swarm intelligence optimization method. the new bioinspired algorithm has better feasibility and validity for continuous space optimizati
firefly-algorithm
- 萤火虫算法的源程序很适合学习萤火虫算法与运用。-Firefly algorithm source firefly algorithm is very suitable for learning
firefly-algorithm
- The firefly algorithm (FA) is a metaheuristic algorithm, inspired by the flashing behaviour of fireflies. The primary purpose for a firefly s flash is to act as a signal system to attract other fireflies. Xin-She Yang formulated this firefly algorith
Firefly-Algorithm
- 这是用Matlab编写的萤火虫算法。这是一种群体智能算法,在优化中有广泛的应用。-It is used Matlab prepared Firefly algorithm. This is a swarm intelligence algorithm, widely used in optimization.
Firefly-Algorithm
- 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.
ypea112-firefly-algorithm
- 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
Firefly-Algorithm
- 萤火虫算法源于模拟自然界萤火虫在晚上的群聚活动的自然现象而提出的,每只萤火虫被视为解空间的一个解,萤火虫种群作为初始解随机的分布在搜索空间中,然后根据自然界萤火虫的移动方式进行解空间中每只萤火虫的移动。通过每一代的移动,最终使的萤火虫聚集到较好的萤火虫周围,也即是找到多个极值点,从而达到种群寻优的目的。-Firefly firefly algorithm derived the simulation of natural phenomena in the natural night clust
Firefly-algorithm-
- 人工萤火虫算法(FA)及其改进。很好的学习人工萤火虫的文章。-This article describe the firefly algorithm and its modification.It s really a good material to study.
firefly-algorithm
- The firefly algorithm (FA) is a metaheuristic algorithm, inspired by the flashing behaviour of fireflies.
firefly_algorithm
- 简单的萤火虫算法,算法收敛性较强,搜索全局最优能力强。(Simple firefly algorithm)
ypea112-firefly-algorithm
- firefly algorithm for optimizatioon
firefly algorithm
- 实现萤火虫算法,实现了一篇论文,主要是优化算法,用于寻找多目标时的最优值,效果比较理想,可以通过动图展示出来(Firefly algorithm to achieve)
Firefly_Algorithm
- % Firefly Algorithm by X S Yang (Cambridge University) % % Usage: firefly_simple([number_of_fireflies,MaxGeneration]) % eg: firefly_simple([12,50]); % % ======================================================== % %
FA
- Firefly Algorithm for constrained optimization using % % for the design of a spring (benchmark) % % by Xin-She Yang (Cambridge University) Copyright @2009
Firefly Algorithm
- 该程序为萤火虫算法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
FA_2
- 萤火虫算法,亲测可用,只需要更改main函数中的相关参数即可(Firefly algorithm, which can be used for pro testing, only needs to change the relevant parameters in the main function.)