Research Article

A Methodology for the Hybridization Based in Active Components: The Case of cGA and Scatter Search

Algorithm 3

Pseudocode of a hySSA-rec.
(1) for   to   do
(2)   for   to   do
(3)    for   to   do
(4)      ComputeNeigh (grid, individ());
(5)      GenerateRandomIndivid ( );
(6)      ;
(7)     listSol Recombine (indiv(), );
(8)     Evaluate(listSol);
(9)     eListSol Enhance(listSol);
(10)    bestSol SelectBest(eListSol);
(11)    Add(grid, individ(), bestSol);
(12)   end for
(13)  end for
(14) end for