|
Algorithm 1 Cost-based MILP algorithms for the DRO task offloading problem. |
Input: the convex probability distributional set , stochastic sample space , trade-off coefficient , confidence level , ambiguous set parameters and ;
Output: offload decision X, optimal cost value to satisfy distribution robustness;
Solve the MILP formulation SDP problem with a confidence level of , to obtain the optimal values of the continuous variables X and the optimal cost value;
for i from 0 to do
Sort()
if then
else
end if
end for
if then
end if
|