Research Article

Distributed Task Offloading Game in Multiserver Mobile Edge Computing Networks

Algorithm 1

The real-time update computation offloading algorithm (RUCO).
Input: , ;
Output:
The equilibrium strategy vector ;
(1)Initialize: each MU selects its first strategy from to compute the initial value of cost function , according to (8) or (9);
(2)for each MU do
(3) get the current game environment;
(4) select the new best strategy ;
(5) compute the new value for ;
(6)if then
(7)  ;
(8)else
(9)  send a request to update;
(10)  if request accepted then
(11)   update strategy ;
(12)  end if
(13)end if
(14) until an Equilibrium strategy profile is gained;
(15)end for