Firefly algorithm: Difference between revisions

Content deleted Content added
Link to video.
No edit summary
Line 44:
It can be shown that the limiting case <math>\gamma \rightarrow 0 </math> corresponds to the standard [[Particle Swarm Optimization]] (PSO). In fact, if the inner loop (for j) is removed and the brightness <math>I_j</math> is replaced by the current global best <math>g^*</math>, then FA essentially becomes the standard PSO.
 
To view the effects of fireflys when solving many test function watch this video on[2].[https://www.youtube.com/watch?v=O7dHhEhPZMI Firefly swarm]
 
== Criticism<ref>{{Citation|last=Eladl.G Alex|title=Firefly Algorithm by Alaa M.El-Adl|date=2016-09-18|url=https://www.youtube.com/watch?v=O7dHhEhPZMI|accessdate=2016-09-18}}</ref> ==