Research Article

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

Algorithm 4

Fitness estimation strategy.
(1)   Input: Population and memory
(2) for to do
(3)    FindNearestElementOfM
(4) distance FindTheDistance
(5)   if (distance < ) then
(6)    if (rand(0, 1) <= then
(7)         % Evaluation
(8)      else              (Rule  1)
(9)          % Estimation
(10)   end if
(11)    else
(12)        % Evaluation  (Rule  2)
(13)  end if
(14) end for
(15) Output: fitness values of