Research Article

An Enhanced Artificial Bee Colony Algorithm with Solution Acceptance Rule and Probabilistic Multisearch

Algorithm 1

Solution acceptance rule.
Input: , , ,
Output:
(1)Evaluate and . //Set and
(2)if    then
(3)  set  
(4)  
(5)else
(6)  Calculate . //Use (6).
(7)  Produce a random number within the range 0, 1
(8)  if    then
(9) set
(10)   
(11)  else
(12)   
(13)end if
(14) end if