搜索资源列表
-
5下载:
人工蜂群算法解决函数优化问题代码,内含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
-
-
0下载:
人工蜂群算法的经典源代码 可以根据自己的需要任意改动 简单易懂-Classic artificial bee colony algorithm source code can be changed according to their needs any straightforward
-
-
0下载:
人工蜂群算法(简称ABC)是由土耳其埃尔吉耶斯大学的Karaboga在2005年提出的一种基于蜜蜂群智能搜索行为的随机优化算法-Artificially colony algorithm (hereinafter referred to as ABC) is by Turkish elgie yves university in 2005 Karaboga
-
-
0下载:
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.-Artificial Bee Colony (ABC) is one of the most recently defined algorithms by Dervis Karabo
-
-
0下载:
蜂群算法是模仿蜜蜂行为提出的一种优化方法,是集群智能思想的一个具体应用,它的主要特点是不需要了解问题的特殊信息,只需要对问题进行优劣的比较,通过各人工蜂个体的局部寻优行为,最终在群体中使全局最优值突现出来,有着较快的收敛速度。为了解决多变量函数优化问题,Karaboga提出了人工蜂群算法ABC模型(artificial bee colony algorithm)。 -artificial bee colony algorithm
-
-
1下载:
人工蜂群算法的sphere,rosenbrock,schwefel,ackley,griewank函数实现-The artificial bee colony algorithm of sphere, rosenbrock,schwefel, ackley, griewank function implementation
-
-
1下载:
基于人工蜂群算法(artificial bee colony algorithm)的聚类优化算法-Clustering optimization algorithm based on artificial bee colony algorithm
-
-
0下载:
很好的一个蜂群算法 基于matlab的源程序 从作者那要过来的。 ARTIFICIAL BEE COLONY ALGORITHM-Good bee colony algorithm matlab source code from the author to come. ARTIFICIAL BEE COLONY ALGORITHM
-
-
0下载:
离散人工蜂群算法用于解决特征选取问题,可以学习文章中将群智能算法离散化的方法,以便于解决离散问题。-Discrete artificial bee colony algorithm for solving feature selection problem, you can learn article will swarm intelligence algorithm discretization method, in order to solve the discrete problem.
-
-
0下载:
人工蜂群算法是今年来蓬勃发展的一类新型智能算法。这个代码是算法发明人写的,调试可用。-Artificial bee colony algorithm is a new AI algorithm. The code was written by the algorithm inventor and it is useful.
-
-
0下载:
人工蜂群算法matlab代码,注释详尽,经运行测验,运行效果良好-Artificial bee colony algorithm matlab code, detailed notes, after running tests, running well
-
-
0下载:
群智能算法可以用来优化多个参数的复杂函数式——人工蜂群算法-Swarm intelligence algorithm can be used to optimize the functional complexity of multiple parameters- Artificial bee colony algorithm
-
-
0下载:
人工蜂群算法的C语言代码,结构清晰,可以方便的修改自己需要的参数。-Artificial bee colony algorithm C language code, clear structure, you can easily modify the parameters they need.
-
-
2下载:
人工蜂群ABC算法的VC++源代码,在四个基准目标函数下,经仿真测试可成功运行,对刚接触ABC的初学者很有帮助-ABC VC++ artificial bee colony algorithm source code, in the four benchmark objective function, the simulation tests can be run successfully, very helpful for beginners new to ABC
-
-
1下载:
人工蜂群算法Matlab工具箱,包含基本优化测试函数。-artificial bee colony algorithm, MATLAB
-
-
0下载:
用人工蜂群算法解决不同问题,其中包括算法的整个过程-Artificial bee colony algorithm to solve different problems, including the entire process of the algorithm
-
-
0下载:
人工蜂群算法源程序,很重要的智能算法,很好,不错-Artificial bee colony algorithm source code, very important, very good
-
-
0下载:
人工蜂群算法是一种较优秀的群体智能算法.尽管产生时间较晚,算法的很多方面(如引导信息素、信息素扩散机制、最优种群大小等)尚需进一步研究,但其性能仍可与现有许多群体智能算法相媲美,如蚁群算法、粒子群算法等.人工蜂群算法现已成为人工智能领域的一个研究热点问题.随着各项研究的不断深入,人工蜂群算法一定能够更多的解决更多实际问题.-Artificial bee colony algorithm Matlab procedures to achieve
-
-
0下载:
人工蜂群算法是模仿蜜蜂行为提出的一种优化方法,具有较快的收敛速度和寻优精度。-Artificial bee colony algorithm is to mimic the behavior of an optimization method proposed by bees, has a faster convergence rate and optimization accuracy.
-
-
0下载:
基本的(Artificial bee colony algorithm ABC)人工蜂群算法源代码,本人亲自测试并通过的,使用C语言编写。-The basic (Artificial bee colony algorithm ABC) artificial bee colony algorithm source code, the use of C language.
-