Research Article

GCWOAS2: Multiobjective Task Scheduling Strategy Based on Gaussian Cloud-Whale Optimization in Cloud Computing

Algorithm 1

Gaussian cloud model generation.
Input: the expectations , entropy , and cloud drop number N
Output: membership function value
(1)For i = 1 to N do
(2) Generate a normal distribution random number according to formula (21)
(3) Generate a normal distribution random number according to formula (22)
(4) Calculate the membership function by formula (23)
End for