Research Article

MABC: Power-Based Location Planning with a Modified ABC Algorithm for 5G Networks

Algorithm 1

The modified employed bees.
(1) Begin
(2) Cycle () 0,
(3) For   to (Food source)
(4)
(5) Another solution found using (Equation (11)) for each called the neighborhood of the current food source
(6) Randomly pick an element after each modified solution of ,  where  
(7) Check the fitness () for the new solution taking an objective fuction using (Equation (14))
(8)
(9) If  fitness of [  Then
(10) Evaluate  
(11)
(12)
(13) End If
(14) End For
(15)
(16) End