搜索资源列表
yichuanfahua
- 用萤火虫算法来优化粒子群算法,使得性能更优。-Firefly algorithm to optimize particle swarm algorithm, better performance.
SwarmFireFly
- 比较全面和系统地介绍萤火虫算法的原理和方法,并给出了比较通用的代码模式,是目前能找到的最全面的萤火虫算法的介绍。-More comprehensive and systematic introduction to the principles and methods of Firefly algorithm, and gives a more generic code mode, the firefly algorithm can find the most comprehensive intr
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
- Pro. Yang Xinshe的萤火虫优化算法论文,详细描述了该算法的原理及过程,值得学习参考。-Pro. Yang Xinshe fireflies optimization algorithm paper, a detailed descr iption of the principles and process of the algorithm, it is worth learning reference.
GSO
- 这是基本的萤火虫算法,简单高效,非常适合初学者使用。-This is the basic of firefly algorithm, simple and efficient, very suitable for beginners to use.
yhc
- 萤火虫算法是一种新的智能优化算法,用于寻找最优值,解决各种工程问题。-Firefly algorithm is a new intelligent optimization algorithms for finding the optimal value, solve engineering problems.
FA-BP
- 萤火虫算法适用于各个方面的极值寻优,优化模型参数,提升模型精度。-Firefly algorithm is suitable for the optimization extreme of the various aspects of optimizing the model parameters, improve the model accuracy.
fa_ndim
- 萤火虫算法源代码,带入数据可以直接使用,优化不同模型,极值寻优。-The firefly algorithm source code, to the data can be used directly, different optimization model, the extremal optimization.
Firefly-Algorithm
- 萤火虫算法源于模拟自然界萤火虫在晚上的群聚活动的自然现象而提出的,每只萤火虫被视为解空间的一个解,萤火虫种群作为初始解随机的分布在搜索空间中,然后根据自然界萤火虫的移动方式进行解空间中每只萤火虫的移动。通过每一代的移动,最终使的萤火虫聚集到较好的萤火虫周围,也即是找到多个极值点,从而达到种群寻优的目的。-Firefly firefly algorithm derived the simulation of natural phenomena in the natural night clust
firefly algorithm
- 实现萤火虫算法,实现了一篇论文,主要是优化算法,用于寻找多目标时的最优值,效果比较理想,可以通过动图展示出来(Firefly algorithm to achieve)
FA
- 优化算法,基于萤火虫优化算法FA,主要程序为fa(Firefly optimization algorithm)