Research Article

Scheduling Parallel Intrusion Detecting Applications on Hybrid Clouds

Algorithm 1

Framework of general ILS.
1: Initialize the solution and regard it as the current solution;
2: Regard the initial solution as the best solution;
3: while (termination criterion is not met) do
4: Perform a local search method on the current solution;
5: Update the best solution if a new one is found;
6: Perform a perturbation operator on the best solution and regard the obtained solution as the current solution;
7: end while
8: return The best solution;