搜索资源列表
matlab
- matlab 蜂群算法工具箱,简单快速的解决TSP问题-matlab
[matlab]altificialbeecolonyalgorithm
- 人工蜂群算法的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
ABC0317modified
- 改进版蜂群算法-modified ABC
FABC_MATLAB_wo
- 国外蜂群算法(Artificial Bee Colony Algorithm ,ABC)源码,已通过测试。 -Foreign colony algorithm (Artificial Bee Colony Algoriithm, ABC) source complete source code, has been tested.
abc人工蜂群算法
- abc算法,更好得理解人工蜂群算法,帮我我们在理解他的过程有很大帮助
人工蜂群算法源代码
- 人工蜂群算法源代码,可以运行,会有结果图以及运行结果。
人工蜂群算法
- 人工蜂群算法
人工蜂群算法
- 人工蜂群算法
ABC_MATLAB_web
- 蜂群借鉴蜜蜂觅食机制,用于函数优化、组合优化(ARTIFICIAL BEE COLONY ALGORITHM)
19-ABC
- 人工蜂群算法是Karaboga于2005年提出的一种新颖的群集智能优化算法。算法主要模拟智能采蜜行为,蜜蜂根据各自的分工进行不同的采蜜活动(Artificial bee colony algorithm () is a novel swarm intelligence optimization algorithm proposed by Karaboga in 2005. The algorithm mainly simulates the intelligent honey collectin
sousuoeryuanhanshujixiaozhi
- 人工蜂群算法优化,搜索二元函数的极小值问题(ABC-algorithm search the min)
ABC0
- 人工蜂群算法的原始MATLAB代码,可以在此基础上加以修改使用(Artificial bee colony algorithm primitive MATLAB code)
iterate_best_path
- 蜂群算法在TSP上的应用,可以运行,代码完整,运行顺畅(The application of the swarm algorithm on the TSP can run, the code is complete and the operation is smooth)
ABC算法
- matlab语言的人工蜂群算法,包括最初版本和改进版两版(Matlab language artificial bee colony algorithm, including the initial version and the improved version)
ABC-K-means
- 基于改进人工蜂群算法的K均值聚类算法-喻金平-郑杰-梅宏标,matlab(K-means clustering algorithm based on improved artificial bee colony algorithm-Yu Jinping-Zheng Jie-Mei Hongbiao, matlab)
蛙跳算法
- 蛙跳算法,基于蛙跳算法实现优化变分模态分解的K和a.(Frog jump algorithm, based on the frog jump algorithm to achieve optimal variational mode decomposition K and A.)
蜂群算法
- 程序分为两部分,一是基础的蜂群算法,且代码有解释,二是改进蜂群算法,增加了贪婪选择的过程,希望有帮助。
ABC2_MATLAB
- MATLAB人工蜂群算法,用于车间AGV的调度,路径规划。(MATLAB, ABC Algorithm. Scheduling and path planning for workshop AGV.)
基本人工蜂群算法
- 基本人工蜂群算法,包含雇佣蜂、观察蜂、侦察蜂阶段,可对结果输出以及绘制图像,将算法打包成函数可以直接用。另外有与粒子群算法的对比图象,论文中直接用的那种。