Research Article

Heuristic-Based Firefly Algorithm for Bound Constrained Nonlinear Binary Optimization

Algorithm 1

Standard FA.
Data:  , ,
Set  ;
Randomly generate , ;
Evaluate , rank fireflies (from lowest to largest );
while    and   do
  forall     such that   do
   forall     such that   do
     Compute randomization term;
     Compute attractiveness  ;
     Move firefly towards using (3);
  Evaluate , rank fireflies (from lowest to largest );
  Set  ;