Research Article

A Genetic Algorithm with Location Intelligence Method for Energy Optimization in 5G Wireless Networks

Algorithm 1

The modified crossover.
(1) Begin
(2)   is a random individual from selected individuals
(3)   is a random individual from selected individuals
(4)   is a selected base station based on roulette wheel from
(5)   is a selected base station based on roulette wheel from
(6)  For to
(7)    For to
(8)     If a random number from is less than   Then
(9)      = a random real number in [min(), max()]
(10)       = a random real number in [min(), max()]
(11)       = a random real number in [min(), max()]
(12)     Else
(13)      
(14)      
(15)      
(16)      End If
(17)     End For
(18)   End For
(19) End