Process / pipelineMetaheuristics
人工蜂群(ABC)优化
人工蜂群(Artificial Bee Colony, ABC)是一种基于种群的群体智能元启发式算法,由Karaboga和Basturk于2007年提出。它模拟了蜜蜂群体的协作觅食行为,以在连续数值优化问题中搜索最优解。该算法将候选解分配给三种蜂——即工蜂、观察蜂和侦察蜂——并通过局部搜索和概率选择迭代地改进它们,使其非常适合研究人员和工程师处理复杂、多模态的优化场景。
阅读完整方法
仅限会员
登录使用免费账户登录即可阅读本节。
Method map
The neighbourhood of related methods — select a node to explore.
来源
- Karaboga, D., & Basturk, B. (2007). A powerful and efficient algorithm for numerical function optimization: artificial bee colony (ABC) algorithm. Journal of Global Optimization, 39(3), 459–471. DOI: 10.1007/s10898-007-9149-x ↗
如何引用本页
ScholarGate. (2026, June 2). Artificial Bee Colony (ABC) Optimization. ScholarGate. https://scholargate.app/zh/optimization/artificial-bee-colony
Which method?
Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.
Compare side by side →