Research Article

The Algorithm for Algorithms: An Evolutionary Algorithm Based on Automatic Designing of Genetic Operators

Algorithm 2

The framework of the unit function optimization.
(1)Begin
(2)  Suppose the function optimization population is , ,
(3)  Suppose the operator generating population is , ,
(4)  For   to NP  Do
(5)    Select randomly , :
(6)    Select , by Roulette Wheel Selection algorithm
(7)    
(8)    For   to   Do
(9)       If   or   Then
(10)         
(11)       Else
(12)       
(13)       End If
(14)    End For
(15)    If   (   Then
(16)      
(17)      
(18)    Else
(19)      
(20)    End If
(21)  End For
(22)End