Research Article

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

Algorithm 6

Computational procedure of APRE.
(1)   Input: and (where is the maximum number of iterations).
(2)    InitializeM
(3)    ClearCounters()
(4) for to do
(5)  Algorithm 1
(6)  Algorithm 2
(7)  Algorithm 3
(8)  Algorithm 4
(9)   UpdateM
(10)    UpdateCounters( )
(11)     CalculateQualityFactor(M(k))
(12)   Algorithm 5
(13) end for
(14) Solution FindBestElement(M(k))
(15) Output: Solution