Research Article

Automatic Circle Detection on Images Based on an Evolutionary Algorithm That Reduces the Number of Function Evaluations

Algorithm 3

Exploration operation of APRE algorithm.
(1)   Input: Current population
(2) for to do
(3)    SelectElements()  % Considering that
(4)  for to   do
(5)    if then
(6)     DEMutation % (7)
(7)    else
(8)     TrigonometricMutation % (8)
(9)    end if
(10)   if then
(11)   
(12)   else
(13)   
(14)   end if
(15)  end for
(16) end for
(17) Output: Population