Research Article

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

Algorithm 2

Pseudocode of a SS.
(1) CreateSet();
(2) Enhance();
(3) CreateSet(); / = /
(4) while  stop condition not reached  do
(5)   Combinate();
(6)  Enhance();
(7)  Update();
(8) end while