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 3
Research Article
The Algorithm for Algorithms: An Evolutionary Algorithm Based on Automatic Designing of Genetic Operators
Algorithm 3
The framework of gene calculation.
(1)
Begin
(2)
Input:
,
,
,
,
,
is the length of Chromosome,
.
(3)
(4)
For
to
Do
(5)
If
(
)
Then
(6)
(7)
End If
(8)
End For
(9)
For
to 1
Do
(10)
(11)
End For
(12)
Calculate the last
,
(13)
For
to 1
Do
(14)
If
(
)
Then
(15)
,
(16)
(17)
End If
(18)
End For
(19)
Return
(20)
End