搜索资源列表
MATLAB-ABC
- 人工蜂群算法在函数优化上的应用 matlab 应用仿真 函数优化-Artificial bee colony algorithm application in function optimization matlab simulation function optimization
artificial-bee-colony
- 蜂群算法,使用蜂群算法进行选择优化改进,并且得到最适应的结果。可以运行-ABC article bee colony
ABC
- 原始人工蜂群算法求解无约束优化问题,改进了原始算法获得了更好的优化性能-original artificial bee colony algorithm for solving unconstrained optimization problems,we modified this algorithm and obtain a better performance
ABC
- artificial bee colony算法的C++实现-artificial bee colony algorithm
ABC
- 这是一个有关人工分群算法优化函数最优值得算法。-This is a clustering algorithm to optimize the function of artificial worth optimal algorithm.
ABC-algorithm
- 详细地介绍了人工蜂群算法的编写,并用几个标准测试函数来验证了它-The writing of the artificial colony algorithm are described in detail, and several standard test functions to verify it
[with-matlab]
- 这是一个关于蜂群算法的源代码,其中有最初版本的和改进后的版本。-This is a algothrim about the ABC
Arrange_Recursive
- c语言描述下的递归算法的无重复全排列,例:对字符串a[2]= abc 的全排列:abc acb bac bca cab cba-The recursive algorithm of the C language is arranged without duplication
EDE
- 求解电力系统经济调度的蜂群算法的代码,MATLAB-abc code to solve economic dispatch
MATLAB ABC Improved version
- 代码很清晰地表达了蜂群算法的具体流程,还有相应的详细的注释(The code clearly expresses the specific process of bee colony algorithm, as well as the corresponding detailed notes)
ABCv2
- 人工蜂群算法是比较传统的算法,程序有例子和测试函数,大家可以学习(you can learn this algorithm.)
源程序
- 利用ABC算法,设计适应度函数,求解最优 图像融合参数(Using ABC to solve image fusion)
DataHash
- 官方哈希加密算法 % EXAMPLES: % % Default: MD5, hex: % DataHash([]) % 5b302b7b2099a97ba2a276640a192485 % % MD5, Base64: % Opt = struct('Format', 'base64', 'Method', 'MD5'); % DataHash(int32(1:10), Opt) % +tJN9yeF89h3jOFNN55XLg % %
DE
- 差分进化算法(Differential Evolution, DE)是一种基于群体差异的启发式随机搜索算法,该算法是由R.Storn和K.Price为求解Chebyshev多项式而提出的。DE算法也属于智能优化算法,与前面的启发式算法,如ABC,PSO等(DE optimization algorithm)
“群体智能算法”Matlab工具箱3.0
- 群体智能算法”Matlab工具箱3.0 集成了八种种群体智能算法:'PPNGA','SFLA','MSFLA','AF-SFLA','PSO','ABC','DEr1','DEb2' % 2、适应度函数开放了一个参数Parmaters,接收本文件Options.Parmaters传递的参数,实例参见m文件F3_Rastrigin.m % 3、本程序设置了三个终止条件,终止条件3是必需的;终止条件1,2是可选的,不需要时隐去代码即可 % 4、在优化参数设置中,小种群设置与大种群设置各有优势
Artificial Bee Colony
- artificial bee colony蜂群算法(ABC)代码(matlab code of artificial bee colony)
ABC人工蜂群算法
- ABC (artificial clustering algorithm) is used to solve numerical problems.
蜂群算法
- 多目标柔性作业车间调度问题(Multiobjective Flexible Job-shop Scheduling Problem, MFJSP)是复杂的 NP-hard 问题,相较于基础的车间调度问题更符合实际情况,求解难度也相对较高。,该算法主要通过模拟蜜蜂的觅食来解决实际问题。由于 ABC 算法具有搜索速度快、精度高、鲁棒性强等优点,在车间调度领域得到广泛应用。(Multiobjective Flexible Job-shop Scheduling Problem, MFJSP)