|
Algorithm 1 Fuzzy Decision-Based Task Offloading Management (FTOM) Algorithm |
Input: The incoming task, T
Output: Target offload node, O
-
1:
Read the network topology;
-
2:
Read the profile of incoming task T;
-
3:
← FuzzyLogic(, , d, , w); // Output value that fuzzy logic returns
-
4:
Calculate the center of gravity value for crisp output, COG ← Equation (22);
-
5:
Offloading decision, O ← Table 4;
-
6:
return O;
|