Bacterial Foraging Optimization

Bacterial Foraging Optimization
1.5K Downloads
Updated 5 Nov 2015

View License

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

Cite As

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

MATLAB Release Compatibility
Created with R2014a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Physics in Help Center and MATLAB Answers
Tags Add Tags

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0