Research Article

Distributed Task Offloading Game in Multiserver Mobile Edge Computing Networks

Algorithm 2

The multiuser probabilistic offloading decision (MPOD) algorithm.
Input: , ;
Output:
The equilibrium strategy vector ;
(1)Initialize: each MU sets the initial value of its offloading strategy selection probability to be uniformly distributed, i.e., ;
(2)for each MU do
(3) select an offloading strategy according to ;
(4) compute the new cost value for ;
(5) update strategy selection probability as follows: ;
(6) until all MUs do not adjust their offloading strategies;
(7)end for