Abstract

This paper studies the problem of intelligence optimization, a fundamental problem in analyzing the optimal solution in a wide spectrum of applications such as transportation and wireless sensor network (WSN). To achieve better optimization capability, we propose a multigroup Multistrategy Compact Sine Cosine Algorithm (MCSCA) by using the compact strategy and grouping strategy, which makes the initialized randomly generated value no longer an individual in the population and avoids falling into the local optimum. New evolution formulas are proposed for the intergroup communication strategy. Performance studies on the CEC2013 benchmark demonstrate the effectiveness of our new approach regarding convergence speed and accuracy. Finally, we apply MCSCA to solve the dispatch system of public transit vehicles. Experimental results show that MCSCA can achieve better optimization.

1. Introduction

The optimization problem is the problem of finding the optimal solution according to the optimization direction in a feasible solution domain defined by constraints [1]. Inspired by existing natural phenomena, a large number of researchers have devoted themselves to heuristic algorithms. Among them, the metaheuristic algorithm which shares the collective information of all individuals based on species behavior is a recent hotspot. Swarm intelligence algorithm is a metaheuristic algorithm [2] that can get better results without consuming too much computing time. Swarm intelligence generally simulates a living population, such as a particle swarm that simulates bird swarm [3, 4], wolf swarm [5], fish swarm [6], cat swarm [79], and artificial bee colony [10, 11]. There are also inanimate objects like fireworks [12]. Swarm intelligence optimization algorithms generally have the following characteristics: there are many particles (representing each type of agent), the individuals are independent of each other, individuals move position according to different mechanisms to explore the solution space, and the position movement mechanism generally introduces random numbers for better exploration.

The Sine Cosine Algorithm (SCA) [1] is a new swarm intelligence optimization algorithm proposed by the Australian scholar Mirjalili in 2016. This algorithm has a simple structure and fewer parameters and is easy to implement. In recent years, many scholars have further optimized this algorithm to solve different problems. It is mainly optimized from two aspects. The one aspect is to optimize the algorithm itself, such as the multiobjective version of the SCA algorithm [13] and the binary version of the SCA algorithm [14, 15], based on the opposite learning improved SCA algorithm [16, 17]. The other is to combine the algorithm with other algorithms, such as the SCA algorithm combined with particle swarm optimization algorithm [18, 19] and the SCA algorithm combined with differential evolution algorithm [2023].

Sine Cosine Algorithm with Multigroup and Multistrategy (MMSCA) is an improved SCA algorithm [24]. MMSCA divides the population into groups and uses different update strategies in different groups. It uses two strategies: rand strategy, and best strategy. In the rand strategy, the next generation of solving goals is chosen by using multiple roulette methods. In the best strategy, the best individual in all populations is still the solution target.

The SCA and the improved SCA algorithms [2426] are used in many different fields to solve different problems. For example, the SCA algorithm can solve the economic and emission dispatch problem [27, 28], a design damping controller [29], and a system for battery charging [30], predict wind speed [31], reconfigure the power distribution network [32], segment image [33], and control the load frequency of power system [34]. The SCA and improved SCA algorithms still have some disadvantages. A disadvantage of the SCA algorithm is the algorithm that requires evaluation of each solution in the swarm and needs to call the target function multiple times. It increases the complexity of the algorithm. Another disadvantage is the slow convergence speed.

Based on the above discussions, it is key to effectively deal with high complexity and slow convergence speed. Unlike the existing SCA methods, we develop a compact SCA with multigroup and multistrategy, named MCSCA, to make the initialized randomly generated value no longer an individual in the population and avoid falling into the local optimum. Compact strategy [3538] is a technique based on a probabilistic model. This technique reduces the memory usage and computation time of the algorithm by using a probabilistic model to replace the population from a macroperspective. The idea of grouping [3941] implies that many populations can be iteratively updated simultaneously. The advantage of this method is that it ensures population diversity and further improves the search capability and performance of the algorithm. In particular, when solving complex optimization problems, grouping populations is an effective way to improve the efficiency and accuracy of the algorithm.

The superiority of the proposed MCSCA is proved by the comparison between MCSCA and several heuristic algorithms on benchmark functions. To test the ability of MCSCA in solving practical problems, we apply it to the dispatching system of public transit vehicles, which is one of the problems that transportation needs to solve, which is related to the economic and social benefits of public transportation companies.

The main contributions of the paper are listed as follows:(1)We develop a new compact SCA algorithm for intelligent optimization problems(2)We propose an optimization approach by designing new evolution formulas and utilizing a grouping strategy(3)We extend the MCSCA algorithm in the application of the dispatching system of public transit vehicles

We conduct extensive empirical studies on the CEC2013 benchmark in Section 4. The empirical studies confirm that our new approach significantly outperforms the state-of-the-art approaches.

The rest of the paper is organized as follows. Section 2 gives a brief retrospect to the SCA algorithm and the basic principles of the compact. Section 3 formally proposes the MCSCA algorithm. In Section 4, the results of numerical experiments are presented and discussed. Section 5 introduces the application of this algorithm in the dispatching system of public transit vehicles. Finally, Section 6 gives a conclusion.

Besides the related works discussed above, other related works are categorized as follows.

2.1. Sine Cosine Algorithm

The SCA algorithm is a metaheuristic algorithm that uses mathematical equations to estimate the global optimal solution of the optimization problem. It creates multiple initial random candidate solutions and requires them to use mathematical models based on sine and cosine functions to fluctuate outward or toward the best solution. The algorithm also integrates several random and adaptive variables to emphasize the exploration and use of the search space at different stages of optimization. The update formula is as follows:where is the position of the i-th dimension in the t-th iteration. , , , and are random numbers, , , and , and represents the best individual position after iterations. The updated formula of is as follows:where is a constant, is the number of current iterations, and is the maximum number of iterations.

2.2. Fundamentals of Compact and Grouping

The essence of the compact is based on a probability model to represent the distribution of all particles. The virtual population replaces the actual solution population. This virtual population is encoded in a data structure. This data structure is named the disturbance vector and represented by . There are particles in the original population, and each particle has dimensions. After adding the compact, each dimension can be represented by a normal distribution, so that the original  ×  matrix becomes a 2 ×  matrix:where and are, respectively, vectors containing, for each design variable, mean and standard deviation values of a Gaussian Probability Distribution Function (PDF) [42] truncated within the interval [-1, 1].

The sampling mechanism of a design variable associated with a generic candidate solution from requires an extensive explanation. For each design variable indexed by , a truncated Gaussian PDF with mean value and the standard deviation is associated.where is the error function; see [43]. The update rule for and iswhere represents the i-th dimension, is the virtual population number, and and are obtained by comparing the two particles generated by .

By constructing a Chebyshev polynomial, the probability density function can correspond to a cumulative distribution function with values ranging from 0 to 1. The cumulative distribution function is described by the following equation:

The inverse function of the cumulative distribution is as follows:

Many metaheuristic algorithms have applied the idea of grouping, such as parallel PSO [39], parallel ACO [40], and parallel QUATRE [41]. This method changes the basic characteristics of the traditional SCA algorithm. Each group evolves independently, and the entire population adopts a unified mechanism to evolve. Therefore, it can effectively increase the speed of calculation. Different groups adopt different update formulas, which helps prevent falling into the local optimum while preventing premature convergence.

Although the compact strategy reduces memory usage and computation time, it limits the search capability and convergence speed of the algorithm. Therefore, the compact strategy and the group strategy are combined to improve the performance of the algorithm [44].

2.3. Dispatching System of Public Transit Vehicles

There are many issues worth studying in the direction of transportation, such as vehicle speed estimation and prediction [45, 46], traffic monitoring [47], traffic accident prediction [48], bus arrival time prediction [49], and dispatching system of public transit vehicles [50]. Public transit vehicles have the advantages of large passenger capacity, low road traffic conditions, and access to many areas. So, public transit vehicle is an important direction in this field. It has many issues worth studying, such as the choice of bus types, site construction and road selection [51], calculation of greenhouse gas emissions from public transit vehicles [52], integration of unmanned driving, and public transportation.

In this paper, the improved SCA algorithm is applied to the dispatching system of public transit vehicles. Intelligent dispatch of operating vehicles is one of the problems that transportation needs to solve, which is related to the economic and social benefits of public transportation companies. The bus scheduling problem is a complex nonlinear dynamic optimization problem using a bus dispatching model that takes into account the interests of both the company and the passengers. It is to find an optimal solution that satisfies the proposed objective function in the solution space that satisfies the scheduling constraints. Many algorithms have been used for the dispatching system of public transit vehicles, such as ACO [53], GA [54, 55], and Immune Algorithms (IA) [56]. The dispatching system of public transit vehicles still has many problems such as the fact that weights of the multiobjective function are difficult to be determined, the original data source is not accurate, and the algorithm convergence is slow.

3. Compact SCA Algorithm with Multigroup and Multistrategy

In this section, we first propose a compact SCA algorithm in Section 3.1 and then develop optimization techniques inspired by the idea of grouping to avoid the local optimum issue in Section 3.2.

3.1. Compact Sine Cosine Algorithm (CSCA)

The pseudocode of our compact SCA algorithm denoted by CSCA is shown in Algorithm 1. We initially set the dimension as , the population size as , and the upper and lower bounds as and . The vectors μ and σ of are initialized to 0 and 10. The variable is set as , which is used to store the global optimum, and is set to infinity, which is used to store the fitness value corresponding to the global optimum (Line 1–4). Then, we iteratively use equation (8) to generate a random solution ranging from -1 to 1 and use equation (9) to control the generated solution in the decision space (Line 6). The solution is updated according to equation (1) (Line 7). The variables and are set as a random solution and updated solution. The values of the objective function corresponding to the two solutions are compared, and is set as the better solution (Line 8). After that, for the solution, we first update according to equations(5)and(6) (Line 10). The variable represents the objective function value corresponding to . If is less than the given threshold, the best and values will be updated to winner and , respectively (Line 11–13). Finally, and are compared to update the global optimum.

3.2. Compact Sine Cosine Algorithm with Multigroup and Multistrategy (MCSCA)

The SCA algorithm can generate a set of values per iteration. After adding the idea of compact, the initialized randomly generated value is no longer an individual in the population, but a set of vectors used for compact. In this case, it is easy to fall into the local optimum. Therefore, the idea of grouping is added. Grouping is a common idea in optimization algorithms. After adding group ideas, a set of values can be generated per iteration, which increases the diversity of the population and jumps out of the local optimal. So, the searchability and convergence speed are improved, and the solution is found faster (Algorithm 1).

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

The communication strategy between groups adopts the idea of differential evolution. The differential evolution algorithm is a random parallel optimization algorithm based on population evolution and is a simple and efficient random global optimization method [57]. This article uses the following differential evolution formula and improved differential evolution formula:where stands for mutation factor, generally taking the value 0.5, and , , , and represent random individuals in the population. is the global optimal individual and represents the current individual.

The original differential evolution strategy is to update the individuals in the population according to the above formula. This algorithm groups the population, and in the corresponding formula also changes from the individual to the optimal of a group. For example, originally represents a random individual in the population, which represents the optimal individual in a random group in this algorithm. Four formulas are used for communication between groups, among which equations (11)–(13) are improved on common formulas. DE/current-to-rand/1 represents updating the current solution with a random solution, DE/best-to-rand/1 represents updating the global optimum with a random solution, and DE/best-to-current/1 represents updating the global optimum with the current solution. Using the random solution and the current solution to influence the global optimum can speed up the convergence speed, and updating the current solution can increase the randomness of the solution.

The pseudocode of our Compact Sine Cosine Algorithm with Multigroup and Multistrategy denoted by MCSCA is shown in Algorithm 2. We initially set the variable to represent the global optimum, set the variable to represent the fitness value corresponding to the global optimum, set the variable to represent the number of groups, set to store the best in the group, and set to store the fitness value corresponding to (Line 1–3). Dimension, population size, upper, lower, and vectors of are consistent with those set by CSCA. Then, we iteratively use equations (8) and (9) to generate a random solution in the decision space and update this solution according to equation (1) (Line 6–7). and are set as this random solution and updated solution. The values of the objective function corresponding to the two solutions are compared, and is set as the better solution. represents the objective function value corresponding to the , and we update according to equations (5) and (6) (Line 9).

After that, the optimum in the group and the corresponding fitness value are updated by comparing with . The global optimum is updated by communication strategy between groups. The specific intergroup communication strategy is to cycle the number of groups, and the following four strategies are executed with equal probability.

Strategy 1 compared the fitness value of the current group and the global optimum to determine whether to replace it. If there is no need to replace, update the global optimum according to equation (10). Strategy 2 compares the optimal value of the current group and the optimal value of the random group. If the fitness value of the random group is better, the best value and fitness value of the current group are replaced with the best value and fitness value of this random group. Otherwise, the random group is updated according to equation (11). Strategy 3 and Strategy 4 update the global optimum according to equations (12) and (13), respectively. After executing the intergroup strategy, use the sorting statement to find the worst and the best of optimal individuals of all groups and update the worst to the best (Algorithm 2).

Input: Parameters, , , , and
Output: Global optimumand its fitness value
(1) Set the number of groups , each group is ;
(2) initialize , and of each group;
(3) Initialize  = ,  = ;
(4)while t<do
(5)  for i = 1:do
(6)   Get , via equations (8). (9) and (1);
(7)    = compete ( , );
(8)   for i = 1:do
(9)    Update via equations (5), (6);
(10)   end for
(11)   if <then
(12)     = ;  = ;
(13)   end if
(14)   Update and ;
(15)   if rand<0.25 then
(16)    Execute Strategy 1;
(17)   else if rand<0.5 then
(18)    Execute Strategy 2;
(19)   else if rand<0.75 then
(20)    Execute Strategy 3;
(21)   else
(22)    Execute Strategy 4;
(23)   end if
(24)  end for
(25) Change the worst individual to the best individual by the sorting statement;
(26)end while

4. Experiments

We conduct extensive empirical studies to evaluate the efficiency and effectiveness of our proposed algorithms for the dispatching system of public transit vehicles. In specific, we evaluate the following algorithms:(1)SCA: the algorithm in [1].(2)MMSCA: the algorithm in [24].(3)CSCA: the approach discussed in Section 3.1(4)MCSCA: the approach discussed in Section 3.2

All algorithms are implemented in MATLAB2018a. All experiments are conducted on a machine with an Intel (R) Core (TM) 2.60 GHz CPU and 12 GB memory running 64-bit Windows 10. We evaluate the performance of all algorithms on the CEC2013 benchmark functions as follows:(1) are unimodal benchmark functions(2) are basic multimodal functions(3) are composite functions

There are four key parameters in the intergroup communication strategy of the MCSCA algorithm, that is, the mutation factor corresponding to the four formulas. The value of the mutation factor will affect the convergence of the algorithm. If the value of the mutation factor is too small, it will easily fall into the local optimum, and if the value of the mutation factor is too large, the algorithm is difficult to converge. So, Taguchi’s method [58] is used to obtain a reasonable combination of the four mutation factors. Taguchi’s method detects part of the possible combination of factors, but not all combinations. This method uses the smallest number of trials to detect the best combination. The value of F ranges from 0 to 2. So, the level settings of the four factors are 0.5, 1, and 1.5. A full-factorial analysis needs  = 81 experiments. Taguchi’s method adopts the orthogonal arrays. Therefore, an orthogonal array , that contains only 9 experiments is adopted in our experiment. We conducted ten tests on CEC2013 to find the average value. When the mutation factors are all 0.5, the effect is the best.

4.1. Comparing CSCA and MCSCA with SCA and MMSCA

We compare our proposed algorithms, CSCA and MCSCA, with the existing algorithms, SCA and MMSCA. Here, we selected 15 figures with obvious optimization effects to show in Figure 1. Table 1 presents the results in the 28 CEC2013 benchmark functions. Generally, MCSCA outperforms CSCA; the only difference between these two algorithms is that MCSCA uses the proposed Multigroup and Multistrategy. Thanks to the compact technique, the performance of CSCA is much better than the performance of SCA in most functions.

As shown in Table 1, compared with the SCA algorithm, the MCSCA achieves better results in 16 benchmark functions. Compared with MMSCA, the proposed MCSCA algorithm performs better on 17 benchmark test functions. Compared with CSCA, the MCSCA algorithm is better in all benchmark functions. Among the unimodal benchmark functions, our MCSCA approach over , , and can achieve the best accuracy compared to that of SCA and MMSCA algorithms. From Figure 1, we can see that the convergence speed in our MCSCA algorithm increases significantly. Among the eight composite functions, for and , the MMSCA algorithm is better optimized. For the remaining six composite functions, the MCSCA algorithm is better optimized. The reason for the significant optimization effect is the intergroup communication strategy of MCSCA, which uses the idea of differential evolution. The basic idea of the communication strategy between groups is to use the difference between the two group optimal values to affect the current group optimal value or the global optimal value. It increases the randomness of the solution. After intergroup communication is complete, the worst individual in all groups is found by a ranking statement and replaced with the global optimum. This method speeds up convergence.

4.2. Comparison with the Existing Compact Methods

To further verify the effectiveness of the algorithm, this paper also compares it with three other compact algorithms, including CBA, PCABC, and CPSO. The number of iterations is one thousand. Each algorithm is tested 30 times for the average. The experimental results are shown in Table 2.

It can be seen that the MCSCA algorithm has better solution accuracy compared to CBA, CPSO, and PCABC, except for . CBA and CPSO approach only add compact ideas to the original SCA algorithm, which saves memory but is easy to fall into a local optimum and converge ahead of time. The PCABC, like the MCSCA algorithm, adds grouping ideas to the compact algorithm.

But the intergroup communication strategy of the MCSCA algorithm uses the idea of differential evolution and multiple strategies. It updates the group optimum to increase the diversity of population solutions and updates the global optimum to maintain the strong local optimization ability of the original algorithm and avoid the instability of the algorithm caused by the introduction of the rand strategy. Thus, the MCSCA algorithm has a more pronounced optimization effect.

According to the comparison results of the two phases of experiments, the MCSCA algorithm shows strong competitiveness compared with other algorithms of the same type. To further study the feasibility and effectiveness of this algorithm in practical applications, this paper applies the algorithm to the dispatching system of public transit vehicles.

4.3. Comparing MCSCA with DE and DE Variants

The intergroup communication strategy of the proposed algorithm uses a differential evolution mechanism. So, in order to fully demonstrate the effectiveness of the proposed method, this paper also compares the proposed algorithm with DE and DE variants, including JADE, SHADE, and LSHADE [5961]. The test results are shown in Table 3. JADE algorithm incorporates parameter adaptation and greedy compilation strategies in the traditional DE algorithm. SHADE uses a historical memory of recently successful parameter sets based on JADE. LSHADE linearly reduces the population size based on SHADE.

According to the data in Table 3, compared with the DE algorithm and improved DE algorithms, the MCSCA algorithm has better results than these algorithms in 13 functions. But the effect on other benchmark functions is not the best. Compared with the original DE algorithm, the MCSCA algorithm is only unsatisfactory in the effects of . The main reason for this effect is that the MCSCA algorithm divides the population into groups and adopts a variety of intragroup communication strategies. Different communication strategies focus on different goals. This method can accelerate the convergence speed without falling into the local optimum while reducing memory.

5. MCSCA Algorithm on the Dispatching System of Public Transit Vehicles

Public transportation is an important part of urban transportation. Good bus dispatching is of great significance for improving the urban transportation environment, improving the travel conditions of citizens, and improving the economic and social benefits of bus companies. Optimal bus dispatching is a rhythmic and repetitive driving plan. It organizes a large number of vehicles on a prescribed route and is made according to the number, direction, and time of passenger flow after studying the rules of passenger flow. It is a complex nonlinear dynamic optimization problem.

Before describing the optimal scheduling of buses, the following assumptions need to be made:(1)The application is aimed at the dispatch of public transportation vehicles on a certain route in the urban public transportation system(2)The model is built considering only the one-way case of this route(3)The buses of this route are of the same vehicle type(4)When each bus of this route passes through various stations, there are no passengers left(5)In the same time period, two adjacent buses have the same time interval(6)Passengers arriving at the station at each time period obey even distribution(7)The bus has a certain running time between two adjacent stops(8)The ticket price is the same throughout the journey

Under the above assumptions, the optimal dispatching problem of a certain route is described as follows.

In a dispatching problem of public transportation, it is known that a bus route with a total mileage of has stations in total, and the operating time of vehicles in one day is . The operating time can be divided into time periods. The departure interval of the k-th time period is . The bus models of this route are the same and arrive at the station on time. The bus fare for each passenger is . The problem needs to consider both the operating profit of the bus company and the service level of the bus company (the length of waiting time for passengers). According to the passenger flow and operating conditions of each station in a day, it solves the vehicle operating timetable of this route, that is, the departure time interval of each period of operating time.

The purpose of the optimal bus dispatching system is to balance the interests of both the bus company and the passengers, from the perspective of the bus company and the passengers. From the perspective of the bus company, in order to ensure the lowest operating cost of the bus company, it is necessary to control the number of departures of the bus company. From the perspective of the passengers, it is necessary to consider that the long waiting time of the passengers will make the passengers impatient. Therefore, the following objective function is established:

The objective function can be written aswhere is the weighting coefficient of the consumption of the bus company, is the weighting coefficient of the consumption of the passengers, represents the objective function cost of the bus company, and represents the objective function of passenger loss. In equation (16), is the total kilometers of the route, is the number of time period, is the time period, represents the time length of the period, is the departure interval of the k period, and is the cost of consumption per bus per kilometer. In equation (17), is the number of stations, is the station, and is the cost of loss per passenger waiting for a unit of time. is the total number of departures in the k-th period and it is equal to the ratio of the length of the period to the departure interval. is the passenger arrival rate at the j-th station in the k-th period, and it is equal to the ratio of the number of passengers on the j-th station in the k-th period to the length of time.

Besides, there is a hidden constraint. If the bus company wants to achieve a profitable goal, it must make the total fare collected by the bus company greater than the bus company’s minimum consumption cost. That is, the following formula must be satisfied:where is the passenger arrival rate at the j-th station in the k-th period.

The code part of the constraint condition adopts the penalty function method. The penalty function is a commonly used method to deal with constraint conditions. It transforms constrained optimization problems into unconstrained optimization problems. If the fare collected by the bus company is less than its minimum consumption cost, the departure interval is increased, so that the consumption of the bus company is reduced. The departure interval is in minutes. If the condition is not met in one cycle, the time interval of a time period is randomly selected again and incremented by 1.

Assuming that there are 10 stations on the bus route, the total kilometers of the route is 8 km and the operating hours of the bus company are from 6 am to 9 pm every day. The variable represents the departure interval. The passenger flow of each station in each time period is shown in Table 4.

The other parameters of the MCSCA algorithm are set as follows:  = 1,  = 1,  = 1, and the max of iteration equals 200. This application performs 10 optimization tests for the settings of 3 different parameters and and compares with SCA and MMSCA algorithms.

Situation 1. Let  = 0.2,  = 0.8, the operation result is  = 3037.2,  = (2, 3, 4, 2, 3), and the unit is the minute. We obtained the optimized results’ comparison as shown in Table 5 and curves of the objective function value as shown in Figure 2.

Situation 2. Let  = 0.5,  = 0.5, the operation result is  = 3506.75,  = (2, 2, 3, 2, 4), and the unit is the minute. We obtained the optimized results’ comparison as shown in Table 6 and curves of the objective function value as shown in Figure 3.

Situation 3. Let  = 0.8,  = 0.2, the operation result is  = 2743.4033,  = (3, 4, 6, 3, 7), and the unit is the minute. We obtained the optimized results’ comparison as shown in Table 7 and curves of the objective function value as shown in Figure 4.
The simulation result shows that, in the morning peak and evening peak, the passenger flow is large, and the departure frequency is higher, and when the passenger flow is low, the departure frequency is also reduced. The optimization result basically conforms to the actual situation. In actual application, the value of and depends on whether the decision-maker is more inclined to benefit the bus company or the consumer. The purpose of designing three sets of different weight values is to prove that MCSCA has a better optimization effect in any case.
According to Tables 57, regardless of the values of and , the average value of the convergence accuracy of the MCSCA algorithm on this application is significantly better than the SCA algorithm and the MMSCA algorithm. And the difference between the best value and the worst value is significantly smaller than the other two algorithms. It indicates that the MCSCA is more stable. According to Figures 24, not only has the MCSCA algorithm a significant advantage in convergence accuracy but also the convergence speed is significantly better than the SCA algorithm and the MMSCA algorithm.

6. Conclusion

In this paper, we developed a compact-based SCA algorithm, CSCA, which can reduce the number of optimized variables and the required running memory. To improve the performance of our approach, we further proposed the MCSCA algorithm, which combines grouping strategy to speed up the convergence speed. Extensive empirical studies on benchmark CEC2013 demonstrate the effectiveness of our approach and the efficiency of our techniques. Furthermore, applying the MCSCA algorithm to the dispatching system of public transit vehicles can get a minimum cost value than that of SCA and MMSCA algorithms, which further testify the effectiveness and superiority of the proposed MCSCA algorithm. A possible future work is considered to continue the improvement of the SCA algorithm and apply it to more practical engineering problems.

Data Availability

Public CEC2013 was used. No data were used to support this study.

Conflicts of Interest

The authors declare that there are no conflicts of interest regarding the publication of this paper.