ABC算法程序、含人工蜂群算法的源代码和测试函数我要分享

ABC algorithm program, including artificial bee colony algorithm source code and test function

ABC 蜂群算法 人工蜂群算法

关注次数: 344

下载次数: 3

文件大小: 72KB

代码分类: 智能算法

开发平台: matlab

下载需要积分: 1积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:

其中含有人工蜂群算法的源代码和各种测试函数的源代码,可运行蜂群算法 matlab。


English Description:

It contains the source code of artificial bee colony algorithm and the source code of various test functions, which can run the bee colony algorithm matlab.


代码预览

Code [with-matlab]

Code [with-matlab]\ABCorig.txt

Code [with-matlab]\ABCoriginal.docx

Code [with-matlab]\ABC_MATLAB 第一版

Code [with-matlab]\ABC_MATLAB 第一版\calculateFitness.m

Code [with-matlab]\ABC_MATLAB 第一版\GreedySelection.m

Code [with-matlab]\ABC_MATLAB 第一版\griewank.m

Code [with-matlab]\ABC_MATLAB 第一版\griewank_web.mat

Code [with-matlab]\ABC_MATLAB 第一版\rastrigin.M

Code [with-matlab]\ABC_MATLAB 第一版\rosenbrock.M

Code [with-matlab]\ABC_MATLAB 第一版\runABC.m

Code [with-matlab]\ABC_MATLAB 第一版\Sphere.m

Code [with-matlab]\MATLAB ABC改进版

Code [with-matlab]\MATLAB ABC改进版\ackley.m

Code [with-matlab]\MATLAB ABC改进版\calculateFitness.m

Code [with-matlab]\MATLAB ABC改进版\griewank.m

Code [with-matlab]\MATLAB ABC改进版\rastrigin.m

Code [with-matlab]\MATLAB ABC改进版\rosenbrock.m

Code [with-matlab]\MATLAB ABC改进版\runABC.m

Code [with-matlab]\MATLAB ABC改进版\schwefel.m

Code [with-matlab]\MATLAB ABC改进版\Sphere.m