Research Article

An Improved Artificial Bee Colony Algorithm in LoRa Wireless Communication System for Efficient Multimedia Transmission

Algorithm 1

The program diagram of the artificial swarm optimization algorithm.
Init , ,
input initial population
set the total number
while (iter < = maxcycle)
  
  apply the greedy selection process
  
  if then
   
  else
   
  end if
   if then
   end if
  memorize the best position so far
  
  until C = maximum cycle number
end while
output the optimal solution
end