Research Article
Robustness of the Storage in Cloud Data Centers Based on Simple Swarm Optimization Algorithm
Algorithm 2
Pseudocode for LA with variable structure [
22].
(1) | Initialize p to [1/s, 1/s, …, 1/s]/∗s is the number of actions∗/ | (2) | while not done | (3) | Select an action i based on the probability vector p | (4) | Evaluate action and return a reinforcement signal β | (5) | Update probability vector using learning rule | (6) | end while |
|