Firefly Evolutionary Regression Algorithm

Firefly Fuzzy Linear Regression Algorithm
216 download
Aggiornato 9 gen 2022

Visualizza la licenza

%% Firefly Fuzzy Regression Algorithm - Created in (9 Jan 2022).
% Firefly algorithm is one of the most decent algorithms in optimization
% which could be used for various tasks and biasing weights. It is
% relatively faster than others just like DE algorithm. So, there was no a
% proper evolutionary linear regression Matlab code available in the web
% and I decided to make one. You can use your data. System uses fuzzy logic
% to create initial model and biases weights into a fit model by Firefly algorithm. You can play
% with parameters (higher values, more calculation time).
% ------------------------------------------------
% Feel free to ontact me if you find any problem using the code:
% mosavi.a.i.buali@gmail.com
% SeyedMuhammadHosseinMousavi
% My Google Scholar: https://scholar.google.com/citations?user=PtvQvAQAAAAJ&hl=en
% My GitHub: https://github.com/SeyedMuhammadHosseinMousavi?tab=repositories
% My ORCID: https://orcid.org/0000-0001-6906-2152
% My Scopus: https://www.scopus.com/authid/detail.uri?authorId=57193122985
% My MathWorks: https://www.mathworks.com/matlabcentral/profile/authors/9763916#
% ------------------------------------------------
% Hope it help you, enjoy the code and wish me luck :)

Cita come

S. Muhammad Hossein Mousavi (2024). Firefly Evolutionary Regression Algorithm (https://www.mathworks.com/matlabcentral/fileexchange/104775-firefly-evolutionary-regression-algorithm), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2019a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.1

title

1.0.0