Research Article

A Hybrid Artificial Bee Colony Algorithm for the Service Selection Problem

Procedure 3

Send employed bees.
Begin
for  each employed bee   do
generate a new path through the Procedure 2;
if  ()  then  // is the remember food source by the employed bee
;
;    //set its trial as 0;
else
++;    //increment its trial number by 1
endif;
endfor
End