Research Article
An Adaptive Data Placement Architecture in Multicloud Environments
Algorithm 4
Algorithm SOA: data placement optimization step by step.
| Input: The state matrix, , the transfer matrix, . | | Output: The optimal data placement solution during , | (1) | Calculate data placement solution with the lowest | (2) | for t = 1 to T-1 do | (3) | Find the solution with ; | (4) | end for | (5) | | (6) | return; |
|