Research Article

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

Algorithm 2

Population initialization based on OBL.
Input: the number of search agent Num, upper bound of solution space lb, and lower bound ub
Output: new population PB
(1)For i = 1 to Num do
(2)  Randomly generate an initial population P
(3)   According to formula (20), the opposite population PW of population P is generated
(4)  Calculate the fitness of P and PW according to the fitness function (11) in order
(5)  Select individuals with higher fitness and put them in the final population PB
(6)End for