Firefly Algorithm: Part II
Versión 1.0.0 (210 KB) por
Adisorn Owatsiriwong
This is an example code of Firefly algorithm to solve optimization problem.
It is convenient to explain the algorithm from the pseudo code. Considering the pseudo code of Firefly algorithm as given in Yang (2008)
Randomly generate n firefly populations
For k = 1: max_iterations
Initially, compute light intensity I (brightness) for each firefly
For i = 1: n
For j = 1:n (inner loop)
% update intensity for each firefly
if( < ), then move firefly i towards j
end
end
rank the fireflies and find the best global g (store the best solution for each iteration)
end
Citar como
Adisorn Owatsiriwong (2026). Firefly Algorithm: Part II (https://es.mathworks.com/matlabcentral/fileexchange/160078-firefly-algorithm-part-ii), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Se creó con
R2023b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS LinuxEtiquetas
Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.
| Versión | Publicado | Notas de la versión | |
|---|---|---|---|
| 1.0.0 |
