Abstract

We present a metaheuristic called the reactive guided tabu search (RGTS) to solve the heterogeneous fleet multicompartment vehicle routing problem (MCVRP), where a single vehicle is required for cotransporting multiple customer orders. MCVRP is commonly found in delivery of fashion apparel, petroleum distribution, food distribution, and waste collection. In searching the optimum solution of MCVRP, we need to handle a large amount of local optima in the solution spaces. To overcome this problem, we design three guiding mechanisms in which the search history is used to guide the search. The three mechanisms are experimentally demonstrated to be more efficient than the ones which only apply the known distance information. Armed with the guiding mechanisms and the well-known reactive mechanism, the RGTS can produce remarkable solutions in a reasonable computation time.

1. Introduction

In areas such as delivery of fashion apparel, petroleum distribution, chemical transportation, food delivery, and waste recycling, due to the characteristics of the products, vehicles with multiple separated compartments are indispensable for delivering to (or picking up from) clients who require delivery (or pick-up) of more than one (incompatible) type of product. Routing the vehicles in such multicompartments environments has gained some attention in the vehicle routing problem (VRP) circle [13] and it is called the “multicompartment VRP” (MCVRP).

A fixed homogeneous fleet is often assumed in the classic VRP, and also in the MCVRP. However, many researchers (e.g., [49]) claim that the fleet should be assumed heterogeneous because of the following reasons. Firstly, even though the fleet is very likely homogeneous in the inception of a distribution company, after a long time in business, the company tends to own heterogeneous vehicles as a result of vehicle market changes (they would buy different vehicles at different costs) and the different depreciation rates of vehicles [10]. Secondly, it may be wiser for the company to possess/operate a heterogeneous fleet for business flexibility since it can meet different needs of clients.

Heterogeneous fleets are particularly common in multicommodity multicompartment transportation because the physical structure of multicompartment vehicles is more complex than ordinary ones. For example, in the transportation of apparel products, products with different styles and packaging are usually delivered at the same time in one vehicle. Based on the product characteristics, some products are hanged on flexible swing rods and some are packed in boxes. Therefore, the vehicle is reorganized to form multiple separated “compartments” for each type of product. Moreover, products such as gas, chemical, and food require not only separation in multiple compartments, but also special treatments (e.g., temperature, pressure requirements, etc.) during transportation, which imply potential technical differences between vehicles. Therefore, it is natural to consider multicompartment transportation under the setting of heterogeneous fleet.

We formalize the heterogeneous fixed fleet multi-compartment vehicle routing problem (HFFMCVRP) in this article and propose a tabu search-based algorithm called the Reactive Guided Tabu Search (RGTS), which allows a guiding mechanism to collaborate with the well-known reactive mechanism [11], to tackle this problem. The guiding mechanisms employ constantly-updated search history of the appearance of arcs in solutions and the objective values of those solutions in the search to overcome the problem of a large amount of local optima and an induced high diversification. We also change the ways of using the information and compare the resulting different guiding mechanisms to see the delicacy. Experiments on generated HFFMCVRP instances show that (1) the collaboration of guiding mechanism and reactive mechanism significantly improves the efficiency of tabu search, (2) the guiding mechanisms utilizing search history in different ways have similar efficiency, but they all overwhelm the guiding mechanisms without utilizing history information.

In the rest of this paper, we review the literature on two closely related topics, the MCVRP and the HFFVRP, in Section 2. A formal description of the HFFMCVRP is given in Section 3. The outline and details of our proposed algorithm are provided in Section 4. In Section 5, we report computational results and justify the algorithm. Section 6 gives conclusions.

Much of the literature regarding the MCVRP focuses on dispatching different petroleum products using tank trucks with isolated compartments (e.g., [1215]). For environmental issues, multicompartment vehicles are also used in the collection of source-separated waste streams (e.g., [1618]). Muyldermans and Pang [2] apply a guided local search algorithm to evaluate the cost savings of cocollection over single collection in waste collection. El-Fallahi et al. [1] point out another application involving the distribution of cattle food to farms, and they first use the term “multicompartment VRP” to classify such problems. Believing that “the problem is harder than the VRP and only very small instances can be solved by commercial MIP solvers,” they develop a memetic algorithm (MA) and a tabu search (TS) algorithm to tackle the problem. The MA and TS are evaluated in instances that were generated from the capacitated VRP benchmark instances. We note that although very few MCVRP literature directly focuses on the transportation of chemical and fashion products, similar to other VRP, the MCVRP is a common problem for these and many other areas (see, e.g., [1921]). Back to the MCVRP, Derigs et al. [3] comprehensively introduce a solver suite of heuristic components covering a broad range of alternative methods for construction, local search, large neighborhood search, and metaheuristics to solve the MCVRP. Comparisons between these components are made in order to determine the best composition of the solver suite. However, in the MCVRP instances generated by bisecting classic VRP instances, these heuristics all failed to produce MCVRP solutions of negligible gaps with respect to the corresponding best-known VRP solutions (the instance-generating process guarantees that a feasible VRP solution is also feasible to the MCVRP). This suggests that the MCVRP is difficult and there is still room for improvement. Besides, these papers are creditable in that they are devoted to the problem commonly found in multicommodity distribution, but there is one thing missing, that is, the heterogeneous fleet. Taillard [4] first addresses the heterogeneous fleet routing issue; noticing that the feasibility check and the cost evaluation of a move require more additional effort in the HFFVRP than in the homogeneous VPRs, he uses a column generation method combined with adaptive memory programming (AMP) embedded in a TS, called the heuristic column generation (HCG), to solve the problem. Though coped with powerful solver CPLEX, the HCG fails to produce most of the BKS (best-known solution) unveiled later by other HFFVRP metaheuristics mentioned below.

Tarantilis et al. [22] propose a list-based threshold accepting algorithm (LBTA), and Tarantilis et al. [23] develop a backtracking adaptive threshold accepting algorithm (BATA). Both LBTA and BATA belong to the class of threshold accepting (TA) algorithms [24]. TA explores the solution search space by allowing uphill moves using a threshold value in order to escape premature local optima. In BATA, the threshold value is not only lowered, but it is also raised—or backtracked—depending on failure to find a new solution using the former value; while in LBTA, a list of values is continually updated and the maximum value is used to update the threshold during the search. Tarantilis et al. [25] establish a guided TS (GTS) in which “bone” (chain of nodes) operations rather than node or edge operations are considered. The neighborhood search is then guided by a mechanism that continually modifies the objective function through penalty along undesired edges chosen during iterations. Li et al. [5] propose a record-to-record travel (RTR) algorithm, denoted as the HRTR, for the HFFVRP. The HRTR alternately applies downhill moves and record-to-record travel moves in the inner loop, while in the outer loop the current solution is perturbed by a procedure of removing and reinserting nodes in order to break through the local traps. Li et al. [26] develop a heuristic in which a multistart adaptive memory programming (MAMP) at each iteration constructs multiple provisional solutions from the elite pool. This pool is continuously upgraded by a modified TS. Path relinking is also integrated as an intensification strategy to enhance the performance of the MAMP. Brandão [27] designs an elaborated TS that includes several techniques such as shaking/perturbation, adaptive parameters updating, postoptimization, and strategic oscillation in order to maximize the robustness.

Being the MCVRP or the HFFVRP, or other rich VRP, the algorithms for them are designed to be more and more complicated and specific to cope with the increasing complexities of the rich VRP. Intrinsically, the HFFMCVRP is more complex than the MCVRP and the HFFVRP since it carries the characteristics of both of them, which leaves one little choice but metaheuristics when trying to tackle the HFFMCVRP. Therefore, we propose the RGTS for this task.

3. Description of the HFFMCVRP

Before we present the algorithm, we describe the HFFMCVRP first.

The HFFMCVRP is defined on the undirected network . Vehicles of the same type share the same characteristics. Customers may place several orders requesting different products, and the orders can be served separately; that is, the customers can be visited more than once. The objective of the HFFMCVRP is to seek the routes with the minimal total transportation cost to serve all the customer orders by assigning the orders to compartments in different vehicles such that all capacities and incompatibilities constraints are met. The HFFMCVRP can be formulated as an integer program as follow:

Objective (1) aims at minimizing the total travel cost. Constraint (2) ensures that all vehicles depart at most once from depot 0. Constraint (3) ensures that if a vehicle arrives at a location, then it must leave from this location afterward. Constraints (2)-(3) make sure that a vehicle tour must always start and end at depot 0. Constraint (4) enforces the location of depot 0 at position 1. Constraint (5) makes sure that if node is never visited by vehicle , its position will be . Constraint (6) imposes the condition that the position of node is just higher than the position of node , if vehicle travels from to . Constraints (4)–(6) complete the subtour elimination. Constraint (7) sets a limit on the number of vehicles available, where if vehicle is of type , otherwise 0. Constraint (8) states that the goods loaded into compartment on vehicle must not exceed the compartment capacity . Constraint (9) ensures that each order is assigned to exactly one compartment of a vehicle. Constraint (10) imposes the restriction that a vehicle must visit customer if any orders from are assigned to the vehicle. Constraint (11) makes sure that the total order number of a product in a compartment cannot exceed the total order number of a product. Constraints (12)-(13) describe the incompatibilities and (14)–(17) indicate the decision variables.

4. The Proposed RGTS Algorithm

In our RGTS algorithm, we first obtain an initial feasible solution through a simple procedure. This solution is subsequently improved by a number of well-known operators in the TS framework. In order to seek better quality solutions, we applied a reactive mechanism and a guided mechanism to strengthen the TS.

4.1. Constructing the Initial Solution

First, a void route is generated for each vehicle in the fleet (e.g., for a fleet consisting of three type-A vehicles and two type-B vehicles, five dedicated routes denoted as “A, A, A, B, B” will be generated). Then, following Procedure 1, a feasible initial solution can be generated (not necessarily, but for all our tests, it happened to be so) (see Figure 1).

Procedure 1. Construction of the initial solution is as follows. (1)Sort all the orders in ascending order according to the demand.(2)While there are unserved orders, find the closest one to the depot. According to the relationship , find , and assign to (i.e., add to the end of route   of ).(3)One by one, insert the sorted orders into route using least-cost insertion while maintaining route feasibility.(4)Update and repeat steps (2)-(3) until all orders are served.

4.2. Operators and Neighborhood Reduction Strategy

Operators define the local search moves. We implement several well-known operators. Specifically, for an interroute operation, we use , 1-0 move (interrelocate), 1-1 move (interswap), and 2-1 move (three-point move), while for an innerroute operation, we use swap, relocate, and 2-opt. Note that the nodes in a route now mean order nodes, not customer nodes.

Due to the high complexity of the VRPs, even metaheuristics may require a significant amount of computation when solving medium/large-scale problems. Accordingly, there is nearly a consensus (e.g., [5, 28]) that one should implement the so-called neighborhood reduction strategy to focus on desirable neighborhoods so as to reduce computation. In our mechanism, a nontabu move is allowed only if it connects edge such that the owner of , customer , is a neighbor of the owner of , customer ; that is, where is a small number used to define the limit of neighborhoods and is the average distance of all edges (of customer nodes) starting from .

4.3. Guiding Mechanism

A guiding mechanism is a systematic method that continuously identifies low-quality features and tries to reject them by penalizing them in the objective function so as to guide the search into unexplored domains of the solution space. In routing problems or shortest path problems, it is common to define long edges as low-quality features. A long edge is more likely to be selected according to a utility function and then to be penalized by adding an extra value to its original distance; as a result, this edge can be highly possibly avoided in future search. Voudouris and Tsang [29] first introduce a guiding mechanism into the local search when solving the traveling salesman problem. Every time the local search falls in a local optima , the edge in corresponding to the maximum value of utility function is penalized as , where indicates the times that edge   has been penalized and is an experimentally valued parameter that defines the strength of penalties. Tarantilis et al. [25] introduce another guiding mechanism into the tabu search (the guided tabu search, GTS) and successfully applied it to the HFFVRP. A parameter is used to switch on/off the guiding mechanism; that is, during every iterations, an edge in the current solution is selected according to utility function and penalized as , where is the average length of all edges beginning from locations and in the edge set and is only used for   iterations, and the original one is then substituted back. This allows some self-correction in the algorithm because a “bad” edge can have a second chance to become “good,” since “bad” and “good” are defined by the somewhat naïve utility function. Tarantilis et al. [25] claim that their utility function considers not only the distance , but also the relative positions of and according to the rest of the customer population (i.e., ), which leads to a more balanced edge selection.

Edge selection determined by utility function plays a key role in the guiding mechanism because a poor selection would turn guiding into misleading. In the above two guiding mechanisms, such misleading may be avoided by decreasing the utility function values of edges that have been penalized many times before. That is, the edges of higher values of have smaller values of , so the selection will not be restricted on a small set of edges. However, except for , other factors in those utility functions (viz., and ) are predetermined characteristics of the problems, thus containing no information about the evolution of the search that might serve as useful memories. To utilize such renewable information about the evolution of the search, we introduce a matrix to collect information about the appearance of edges in sound solutions. At the beginning, every is set to one and is updated each time an operator returns a local optima ; that is, for every edge in , if , renew , otherwise , where is the incumbent best-found solution. By applying , we are able to propose a more “just” utility function which utilizes historic search information to evaluate the edges better. Note that in step (2) of Procedure 2, we reset to its default state, a unit matrix, if the search is considered to be in the chaos. Thus, it allows further self-correcting opportunity. It also serves as an important link between the guiding mechanism and the reactive mechanism.

Three utility functions are given in (19). They all contain the matrix but differ in using other predetermined characteristics of the problems, and (note that distance between two orders is distance between their corresponding customers). Function can be considered as the most comprehensive function, while   as the purest and   as the modest. In all utility functions, the more often the edge appears in good solutions, the higher the value of is, leading to a smaller value of , hence a less possibility of edge being selected and penalized; Note that we use the standard penalty term for all utility functions. Our proposed guiding mechanism is sketched out in Procedure 2 (see Figure 2).

Procedure 2. The guiding mechanism is as follows. is the local optima returned by an operator Update If select edge ,penalize edge by for iterations;else.

4.4. Reactive Mechanism

The reactive TS (RTS) is first proposed by Battiti and Tecchiolli [11]. The primary feature of their RTS is the reactive mechanism for adapting the tabu tenure, or tabu list size , to the evolution of the search in order to free the search trajectory from a limited part of the search space, instead of entirely avoiding closed search cycles or repetitions. The RTS has been successfully applied to the VRP, with a few modifications (e.g., [3032]). They demonstrate the robustness of the RTS and the limiting effect of parameter changes. Therefore, we apply the standard routine of the RTS with an additional modification: turning on/off the neighborhood reduction strategy and resetting a matrix used in the guiding mechanism (step (2) of Procedure 3) to default state. The reactive mechanism is described in Procedure 3 and the parameters are described in parameters section (see Figure 3).

Procedure 3. The reactive mechanism is as follows. is the local optima returned by an operator.  .If ,;else; go to (4). If ,;if ,. If ,;. If ,.In Procedure 3, note that implies that we use another list containing the objective values of former best-found solutions to help detect repetition; namely, a repetition is detected if has been reached before, even if   is a new solution with different structure. In other words, the “repetition” is a harsh one here. In addition to the dynamic change of tabu tenure, the second feature of RTS is the “escape procedure,” which is activated when the search is considered to be drowning in chaos, that is, when . Unlike the escape procedure of Battiti and Tecchiolli [11], which consists of a series of random moves, we use   as a switch to turn off the neighborhood reduction strategy in order to free the search from a restricted area of solution space; the neighborhood reduction strategy is turned back on itself if the repetition is not detected in the next iteration. Moreover, the matrix used in the guiding mechanism is set to the default state; that is, , so as to provide more opportunities of self-correction mentioned in last subsection. Now we present the framework of our algorithm in Figure 4.

5. Computational Results

Our proposed algorithm was programmed in Visual Studio 2008 C# and executed on a laptop with Intel (R) Pentium (R) Dual CPU at 1.32 GHz, 1 GB of RAM in Windows XP. To the best of our knowledge, no instances are publicly available for the HFFMCVRP; therefore, we generate test instances based on the existing HFFVRP instances, which themselves are generated from classic VRP instances.

5.1. The HFFMCVRP Instances Sets

The well-known HFFVRP benchmark instances set, the “T-8” set, in Taillard [4], numbered from 13 to 20, is modified to generate our instances. The generating procedure is basically the same as the ones used in El-Fallahi et al. [1] and Muyldermans and Pang [2], which can be summarized as creating two compartments of same capacity or bisecting the capacity of each vehicle and the demand of each customer. As a result, there are two products; each client orders the same amounts of them (consider complementary or correlated products, e.g., two types of petroleum); each vehicle has two compartments; product   must be delivered in compartment of whichever vehicle. The characteristics of the generated instances (called TC-8) are summarized in Table 1.

The benefit of such generating procedure is that the BKSs of T-8 can serve as benchmarks or target solutions for algorithms solving TC-8 since feasible T-8 solutions are also feasible TC-8 solutions (the two orders of every customer are shipped together). Besides, the TC-8, though not real life instances, may be representative of them to some extent. For example, in medium sized cities such as Dalian in China, a major oil company typically has around 100 regular customers and 10–20 vehicles, which may be represented by instances 17–20, while the number of customers and number of vehicles in apparel products delivery, food delivery, and waste recycling can be small or big, dependent on the size of the related company/sector (e.g., supermarket or store, common solid waste, or toxic waste). In such cases, instances 13–16 are somewhat representative.

Intuitively, the bisection of a T-8 instance with customer nodes results in a TC-8 instance with order nodes—in other words, edges in its corresponding graph while there are only edges in the graph of the T-8 instance. This fact indicates that a TC-8 instance should have a much larger search space and more local traps than its corresponding T-8 instance.

5.2. Parameter Tuning

Like many other metaheuristics, the RGTS employs a variety of parameters that require a tuning procedure in order to achieve the optimum balance between computational effort and solution quality. Observing the success of RTS in several cases [3033], we boldly follow the similar parameter settings regarding the reactive mechanism as found in literature. To be prudent, we also carried out extensive tests and finally reached the ones in Table 2. Note that the initial value of is set to be rather than “1” in standard RTS to avoid meaningless adjustment of tabu list size during early-stage iterations. As for the parameters regarding the guiding mechanism, we varied them within relatively wide ranges and tested RGTS’s performance on five randomly generated instances. More specifically, the candidate values of are  , and the candidate values of are . Other parameters, after intensive tests, are summarized in Table 2.

5.3. Results on TC-8

We have defined three different utility functions above, and now we want to see how they affect the efficiency of the guiding mechanism before we test the RGTS. We conduct comparisons between algorithms with different guiding mechanisms (i.e., different utility functions and penalty terms) and without reactive mechanisms, and the results are shown in Table 3. The first row lists different guiding mechanisms, where “VT” represents the mechanisms using the utility function and penalty term proposed by Voudouris and Tsang [29] and “T” represents the one proposed by Tarantilis et al. [25], while “U1,” “U2,” and “U3” are mechanisms with utility functions , , and , respectively, and the standard penalty term. Other aspects such as the construction procedure, the operators, and the algorithmic routines are defined in Section 4. “OV” stands for the best objective values reached by the algorithms and “CPU” indicates the required running times in seconds.

Table 3 shows that mechanisms “VT” and “T” are outperformed by “U1,” “U2,” and “U3,” which all take into account. This suggests that utilizing the search history information does improve a guiding mechanism’s efficiency. However, the results obtained by “U1,” “U2,” and“U3” are quite close, indicating that once search history information is used to help select undesired edges, edge distance does not matter that much. In fact, it is the “U2” without taking account of any distance information but only search history information returns the best results. After all, edges with long distance are not necessarily undesirable. From now on, we use “U2” without further statements.

To visualize the diversification effect and the effectiveness of the guiding mechanism, we provide Figure 5 to demonstrate the progress of TS with (black line) and without (grey line) the use of the guiding mechanism for Problem 19 of TC-8. It is obvious that without the guiding mechanism, the basic TS (to keep it running longer, the is set to 100) is trapped after a few iterations and is unable to escape. In contrast, with the guiding mechanism the algorithm seems to be skillful in avoiding local optima and finally leads to a better solution. Similar results are observed in tests of other problems.

The HFFMCVRP is so complex that even the algorithm with “U2” is unable to unveil TC-8 solutions very close to the best-known solutions of the HFFVRP benchmark T-8. So we allow the guiding mechanisms to collaborate with the well-known reactive mechanism (RGTS) and see if such collaboration results in repulse or intimacy between these two mechanisms. In Table 4, we compare RGTS with its reduced versions, that is, TS without either guiding or reactive mechanisms (TS), TS with only reactive mechanism (TS-R), and TS with only guiding mechanism (TS-G).

Table 4 clearly supports that the two mechanisms can coexist and supplement each other. The collaboration of two mechanisms yields the most (average 4.86%) improvement over the basic TS. Note that compared to the BKS of T-8 (see Table 5), the RGTS produces solutions to TC-8 with an average gap 4.06%. Though it is not a small gap, we content with it since TC-8 has quite different structure from T-8 and is far more complex than T-8; moreover, the BKSs of T-8 are found by several specifically designed algorithms and parameter settings. However, incontestably, there is room for further improvement on the algorithm for the HFFMCVRP.

Since our HFFMCVRP instance set TC-8 is generated from the HFFVRP benchmark set T-8, we wonder how well does our HFFMCVRP algorithm perform in solving T-8. Hence, we apply the RGTS to T-8 with little modification and the same parameter settings, even though it is not intentionally designed for the HFFVRP. According to Table 5, it is fair to say that RGTS is robust, because it unveiled solutions of an average 2.06% gap with regard to the BKSs of T-8 found by four remarkable algorithms. Note that similar gaps can be observed in the MCVRP literature (see [13]); that is, the designed-for-MCVRP algorithms can produce VRP solutions of above 1% gap with respect to the BKSs of the classic VRP in relatively long running times. El Fallahi et al. [1] claimed that the VRP solution is hard to find because of its special structure in a MCVRP context: the two products for each customer must be regrouped in the same trip. Since the HFFVRP is more difficult than the classic VRP because of the heterogeneous fleet, we reckon that 2.06% is expected and acceptable.

6. Conclusions

In this paper, we studied the HFFMCVRP, which is a rich vehicle routing problem commonly found in the practice of multicommodities (e.g., oil, food, fashion, and waste collection) distribution where multicompartment vehicles are indispensable due to safety and health issues. Heterogeneous fleet is almost universal in realistic logistic, and more so when it comes to multicompartment vehicle as the vehicles may have more technical differences. Hence, the HFFMCVRP successfully captures the essence of real life multicommodities distribution. However, not enough attention, which it deserves, has been paid to it.

We propose a hybrid algorithm RGTS to solve the HFFMCVRP. The RGTS systematically integrates a reactive mechanism and a guiding mechanism within the TS framework. The guiding mechanism is capable of utilizing historic information continuously fed from the search evolution to help more impartially select edges for penalization. Experiments have shown that compared to classic guiding mechanisms employing only predetermined information (i.e., edge distance), our mechanism provided the best results on all generated instances. Moreover, once search history information is used to help select undesired edges, edge distance information may not matter that much. After all, edges with long distance are not necessarily undesirable. To enhance its efficiency, the well-known reactive mechanism is also incorporated in RGTS, and experiments supported that two mechanisms can coexist and supplement each other. The collaboration of two mechanisms yielded an average 4.86% improvement over the basic TS.

For the future research, except for algorithmic issues such as further improvements in the RGTS and designing exact algorithms, one may consider a loading subproblem in the distribution of multiple products in multiple compartments, especially when the compartments are flexible and the products are special (e.g., in shape, form, etc.).

Notations

:Node set including one depot (node 0)
:Client set, that is,
: Edge set, that is,
:Distance of edge ,  ,  ,  
:Vehicle set
:Vehicle type set
: Subset of containing only vehicles of type
Variable cost per unit distance of vehicle
:Compartment set of vehicle
: Capacity of compartment
:Product set
:Order set
: Customer who places order
: Product type of order
:Quantity of order
: Orders placed by customer , that is,
: Orders for product , that is,
: Set of products incompatibilities, , that is, , indicates that products and must not be delivered together in the same compartment
: Set of incompatibilities between products and compartments, , that is, , means that products must not be delivered in compartment
: = 1 if vehicle travels from node to , otherwise = 0
: = 1 if order is assigned to compartment , otherwise
: = 1  if product is assigned to compartment , otherwise
: The position of node in the tour of vehicle , indicates that node is never visited by vehicle .

Parameters

: Tabu list
:Long tabu list for detecting repetition
:Switch of the neighborhood reduction strategy
:Counter for repetitions
:Constant threshold for
:Counter for
:Constant threshold for
:Percentage increase for
:Percentage decrease for
:Number of iterations between two consecutive repetitions
:Constant threshold for
:Number of iterations since the last change of
:Changing threshold for
:Counter used to calculate
:Frequency of guiding mechanism
Maximum number of consecutive iterations allowed when the best-found solution has not been improved.

Conflict of Interests

The authors declare that there is no conflict of interests regarding the publication of this paper.

Acknowledgments

This work is supported in part by the Natural Science Foundation of China under Grant no. 70971141, the Natural Science Foundation of Guangdong Province under Grant no. 9151027501000049, the Ministry of Education Humanities and Social Sciences Planned Project under Grant no. 09YGA630156, and the 985 project of Sun Yat-sen University. The authors would like to thank the anonymous referees for their valuable suggestions.