Research Article

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

Algorithm 4

Roulette Wheel selection algorithm.
(1)Begin
(2)  Calculate probability for each chromosome ,
(3)  For   to   Do
(4)     
(5)  End For
(6)  If  ()  Then
(6)   is selected for FunctionOptimization
(8)  End If
(9)  Return  
(10) End