Description: 人工蜂群算法的经典源代码 可以根据自己的需要任意改动 简单易懂-Classic artificial bee colony algorithm source code can be changed according to their needs any straightforward Platform: |
Size: 4096 |
Author:jkjk |
Hits:
Description: 人工蜂群算法的matlab源代码,共有两个版本,原作者版和改进版。
-Artificial Bee Colony (ABC)algorithm matlab source code, there are two versions, the original author version and an improved version.
Artificial Bee Colony (ABC) is one of the most recently defined algorithms by Dervis Karaboga in 2005, motivated by the intelligent behavior of honey bees. Platform: |
Size: 49152 |
Author:weijia |
Hits:
Description: 人工蜂群算法解决函数优化问题代码,内含Sphere,rastrigin,rosenbrock等标准测试函数- ABC algorithm coded using MATLAB language*/
/* Artificial Bee Colony (ABC) is one of the most recently defined algorithms by Dervis Karaboga in 2005, motivated by the intelligent behavior of honey bees.*/
Platform: |
Size: 5120 |
Author:陈旭 |
Hits:
Description: 使用MATLAB语言编写的关于人工蜂群算法应用于函数求最大值的程序-Use MATLAB language function on artificial bee colony algorithm is applied to find the maximum value of the program Platform: |
Size: 25600 |
Author:王飞 |
Hits:
Description: 代码很清晰地表达了蜂群算法的具体流程,还有相应的详细的注释(The code clearly expresses the specific process of bee colony algorithm, as well as the corresponding detailed notes) Platform: |
Size: 17408 |
Author:云端123
|
Hits:
Description: 本文档是matlab版的人工蜂群算法,包含第一版和改进版(This document is the matlab version of the artificial bee colony algorithm, including the first edition and improved version) Platform: |
Size: 58368 |
Author:木棉
|
Hits:
Description: % Bee Colony Optimization in Matlab
% By Adnan ACAN
% Each potential solution is called a Food Source
% Fitness is determined in terms of the quality of food source
% There are three groups of bees: employed bees, onlooker bees, and scout bees.
% Number of employed bees is equal to the number of onlooker bees.
% Employed bees search for the food sorces and gather information on the
% quality of foos sources. Onlooker bees stay in hive and search for food
% sources on the basis of information gathered by employed bees. The scout
% bees search for new food sources randomly. Platform: |
Size: 2048 |
Author:hichem22 |
Hits: