Research Article
An Improved Artificial Bee Colony Algorithm in LoRa Wireless Communication System for Efficient Multimedia Transmission
Algorithm 2
Program diagram of the RBFABC algorithm.
| Init , , | | input initial population | | set the total number N | | while (iter <= maxcycle) | | produce new solutions | | | apply the greedy selection | | | | if ( <= fitness) then | | | | | | | | end if | | memorize the best position so far | | | | until C = maximum cycle number | | end while | | output the optimal solution | | end |
|