Journals
Publish with us
Publishing partnerships
About us
Blog
Mathematical Problems in Engineering
+
Journal Menu
Journal overview
For authors
For reviewers
For editors
Table of Contents
Special Issues
Submit
Mathematical Problems in Engineering
/
2015
/
Article
/
Alg 4
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