Research Article

A Comparative Analysis of Swarm Intelligence Techniques for Feature Selection in Cancer Classification

Pseudocode 3

Pseudocode for SFL.
Generate random population of solutions (frogs);
   Calculate fitness function value of each frog;
    Repeat for specific number of times
     Sort the population in descending order of their fitness;
     Divide into memeplexes;
     Repeat for specific number of iterations
     For each memeplex determine the best and worst frogs and ;
     Identify the best frog for the entire population ;
     Improve the worst frog position using
     If
         
         if
         generate the random solution for
     end;
     Combine the evolved memeplexes;
    end;
   Present the best frog
   end;