Algorithm 2 FDRT’s MEC Server Parameter Aggregation. |
INPUT: mobile device agent parameters OUTPUT: global model parameter // means that MD is within the coverage of MEC server , where denotes the set of MDs within the coverage of // means that MEC server is a server near , where denotes the set of servers near // denotes the number of MDs within range of MEC server 1: ; 2: for in do 3: ; 4: end for 5: ; 6: ; 7: ; 8: for in do 9: if then 10: ; 11: ; 12: end if 13: end for 14: ; 15: return ; |