Research Article

Dynamically Dimensioned Search Embedded with Piecewise Opposition-Based Learning for Global Optimization

Algorithm 2

POBL and GS algorithm [21].
Begin: Input and its fitness value , golden section ratio
(1)  Set ,
(2)  for to do
(3)   
(4)  end for
(5)  Calculate the fitness value of ,
(6)  if then
(7)   
(8)  end if
(9)  Set
Update the search interval for next iteration using GS method
(10)  for to do
(11)   Set ,
(12)   Calculate the fitness values of and , and
(13)   if then
(14)    Set
(15)   else
(16)    Set
(17)   end if
(18) end for