Research Article

Compact Sine Cosine Algorithm with Multigroup and Multistrategy for Dispatching System of Public Transit Vehicles

Algorithm 1

CSCA.
Input: Parameters, , , and
Output: Global optimumand its fitness value
(1)for = 1:do
(2)  initialize  = 0,  =  = 10;
(3)  initialize  = ,  =  ;
(4)end for
(5)while<Max Generation do
(6)  Get from via equations (8), (9);
(7)  Update to get via equation (1);
(8)   = compete ( , );
(9)  for i = 1:d do
(10)   Update via equations (5), (6);
(11)   if <then
(12)    =  ;  =  ;
(13)   end if
(14)  end for
(15)end while