Research Article

SCOTT: Scheduling of Comprehensive Objectives for Tasks with Multitargets in Computing Networks

Algorithm 3

SCOTT algorithm.
1: Initialize , , , as the sets of available HNs, local maximal CQoS, local optimal task division, and the local optimal TN transmission power.
2: while task is generated do
3: Acquire the TN’s service target factor ;
4: for each HN do
5:  Call Algorithm 1;
6:  Call Algorithm 2;
7:  Update ;
8:  Update ;
9:  Update ;
10: end for
11: Get the optimal HN: ;
12: Get the optimal offloaded task size: ;
13: Get the optimal offloading power: ;
14: Get the maximal CQoS: ;
15: return;
16: end while