Multiobjective Firefly Algorithm (MOFA)

版本 2.0.0 (6.4 KB) 作者: XS Yang
This demo shows how the multiobjective firefly algorithm (MOFA) works.
604.0 次下载
更新时间 2020/3/29

查看许可证

The multiobjective firefly algorithm (MOFA) is a nature-inspired optimization algorithm. This demo solves the bi-objective ZDT3 functions with D=30 (dimensions), and the obtained Pareto Front is displayed. It is relatively straightforward to extend this code to solve other multi-objective functions and optimization problems. You can change the objective functions, the dimensionality, and simple lower and upper bounds (Lb, Ub). Some parameter tuning to vary parameters slightly (such as theta, gamma, and number of iterations) may help improve the quality of the solutions.

引用格式

XS Yang (2024). Multiobjective Firefly Algorithm (MOFA) (https://www.mathworks.com/matlabcentral/fileexchange/74755-multiobjective-firefly-algorithm-mofa), MATLAB Central File Exchange. 检索来源 .

Yang, Xin-She. “Multiobjective Firefly Algorithm for Continuous Optimization.” Engineering with Computers, vol. 29, no. 2, Springer Science and Business Media LLC, Jan. 2012, pp. 175–84, doi:10.1007/s00366-012-0254-1.

查看更多格式
MATLAB 版本兼容性
创建方式 R2009b
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

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

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

Updated version.

1.0.0