Bacterial Foraging Optimization

Bacterial Foraging Optimization
1.5K 次下载
更新时间 2015/11/5

查看许可证

Classical Bacterial Foraging Optimization with an application to Rosenbrock function.
The code is made improving the Bacterial Foraging code of Wael Korani,
http://www.mathworks.com/matlabcentral/fileexchange/20217-bacterial-foraging
Based on Section 2.2 of,
Chen, Hanning, Yunlong Zhu, and Kunyuan Hu. "Cooperative bacterial foraging optimization." Discrete Dynamics in Nature and Society 2009 (2009)

Currently the BFO code is programmed to optimize the two-variable Rosenbrock function,
f(x,y) = (a-x)^2 + b*(y-x^2)^2
(rose_fungraph plots a countourplot of the Rosenbrock function)
To optimize other functions it is necessary to change,
fitnessBFO.m

引用格式

Rolando Gonzales Martinez (2024). Bacterial Foraging Optimization (https://www.mathworks.com/matlabcentral/fileexchange/53835-bacterial-foraging-optimization), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2014a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Physics 的更多信息
标签 添加标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0