Multiple Ant Colony Optimization for a Rich Vehicle Routing Problem: a Case Study
|
|
|
- Kathlyn Carr
- 9 years ago
- Views:
Transcription
1 Multiple Ant Colony Optimization for a Rich Vehicle Routing Problem: a Case Study Paola Pellegrini, Daniela Favaretto, Elena Moretti Department of Applied Mathematics University Ca Foscari of Venice Dorsoduro 3825/E, I Venice, Italy [email protected], [email protected], [email protected] Abstract Rich vehicle routing problems try to represent situations that can be found in reality. Starting from a case study, in this paper a rich vehicle routing problem is analyzed. The elements that characterize it are mainly the presence of multiple objectives, constraints concerning multiple time windows, heterogeneous fleet, maximum duration of the subtours, and multiple visits. Two variants of the Ant Colony Optimization metaheuristic are proposed for tackling this problem. The specific framework is called Multiple Ant Colony Optimization. It is finalized to the consideration of multi-objective problems. Two algorithms are tested. The results appear very satisfactory. Keywords: vehicle routing problem, multiple objectives, multiple time windows, heterogeneous fleet, multiple visits, multiple ant colonies The authors would like to thank Mauro Birattari for the useful advice during the preparation of this paper. They also thanks IRIDIA, Université Libre de Bruxelles, Belgium, for allowing the use of computing power. 1
2 The vehicle routing problem (VRP) has been first proposed by Dantzig and Ramser (1959). It consists in the determination of the optimal set of routes to serve a given set of customers using a fixed fleet of vehicles. Following this study, many algorithms have been presented. Both optimal and approximated approaches have been considered. This problem is known to be NP-hard (Lenstra and Rinnooy Kan, 1981). Many variants have been also analyzed. They are obtained by adding different kinds of constraints. These constraints can be related to: time windows in which the service must be performed, the requirement of inserting in the same tours both pickup and delivery of goods, the availability of different types of vehicles, the presence of more than one depot, etc. Introducing these features implies a significant increase in the complexity of the problem, which further reduces the dimension of the instances that can be solved to optimality within a reasonable time. For this reason the literature is more and more focusing on heuristic and metaheuristic approaches. In recent years, moreover, thanks to the increasing efficiency of these methods and the availability of a larger computing power, the interest has been shifted to other variants identified as rich VRP. The problems grouped under this denomination have in common the characteristics of including additional constraints, aiming a closer representation of real cases. Following this trend, the rich vehicle routing problem studied in this paper is inspired by the analysis of a case study. It is characterized by many different types of constraints, each of which unanimously classified as challenging even when considered alone. These features are: the presence of multiple time windows, the availability of different types of vehicles, the requirement of multiple visits to some customers and the limitation of the duration of each subtour. Moreover, the problem is multi-objective with two objectives to be considered in hierarchic order. The first one is the minimization of the number of vehicles used, and the second one is the minimization of the total time required by the subtours. We use the metaheuristic approach known as Ant Colony Optimization 2
3 (Dorigo and Stützle, 2004) to tackle this problem. We consider two of its most successful variants: Ant Colony System (Dorigo and Gambardella, 1997a) and MAX MIN Ant System (Stützle and Hoos, 1997). They are both studied in a multiple colonies framework. The respective results are compared. The Randomized Nearest Neighbor heuristic and a Tabu Search algorithm are used as reference elements. The instances used to evaluate the different behavior of the algorithms are produced using an instance generator. The analysis is performed on four classes of instances. In Section 1 the case study is presented. This priority is due to the main role that the practical case has in the development of this study. In Section 2 the resulting rich vehicle routing problem is proposed. In Section 3 the two Ant Colony Optimization algorithms considered are described. Section 4 presents the Tabu Search approach and Section 5 the Randomized Nearest Neighbor heuristic. Section 6 describes the instances used for the analysis and Section 7 the experimental setup. Finally Section 8, reports the computational results and Section 9 some conclusions. 1 The Case Study The case study at the basis of this study is concerned to an Italian firm. Its major activity consists in the delivery of a wide number of food products to restaurants and retailers in the North-East region of the country. This task is accomplished by external suppliers of vehicles. The cost of each vehicle consists in a fixed amount related to the vehicle itself and in a variable one due to the working hours of the driver. The firm decides the set of customers to be assigned to each vehicle and the sequence according to which the customers must be visited. The fee owed to a driver is much lower for the first eight hours than for the following ones, and then the firm imposes tours of limited duration. This structure allows to consider as virtually unlimited the dimension of the fleet available. Moreover, the usable vehicles are of two kinds. They differ for what concerns the external dimensions and the load and unload system. In 3
4 particular, the bigger vehicles are endowed with a large posterior door, while the smaller ones are characterized by a system of plural lateral doors. As a consequence, the use of the first type is very convenient for serving customers with high demand. At the same time the second type is more practical for visiting the customers requiring low quantities. In this sense, the demand of each customer may imply the use of one or the other kind of vehicle. Another element having an impact on the choice of the kind of vehicle to be used is the geography of the area considered. The customers are all located in a quite well defined region which includes both cities and smaller towns. Most of these urban areas are characterized by an ancient historical center. Owing to the narrow dimension of the streets belonging to these centers, the customers there located must be served using small vehicles. As it is widespread practise in this sector, the firm allows the customer to choose when to receive the delivery. To this aim, they can indicate at most three time intervals for each of the five working days of the week. This gives a total of at most fifteen time windows per customer. Moreover, each customer can require to be served more than once a week. When this is the case, the firm must take care of placing the visits in non-consecutive days unless the customer himself explicitly requires consecutive visits. The aim of the firm is the minimization of the cost of completing all the deliveries. As previously explained, this cost has two main components: a fix one, which is related to the utilization of the vehicle, and a variable one, which is related to the amount of time required to complete the tour assigned. The fix component has the stronger impact. This makes a set of few tours requiring a certain time preferable to another set including more tours and implying a smaller amount of hours. The general aim then can be split in two objectives which have to be pursued hierarchically: the first is the minimization of the number of vehicles required to complete the services, the second is the minimization of the total time needed. The procedure currently applied by the firm to establish the tours consists first of all in splitting the customers in groups of seventy to eighty, and then 4
5 in deciding the assignments to the different vehicles according to a weekly time horizon. Tours are scheduled on the basis of the experience and the knowledge of the territory of the logistic manager. In agreement with the firm, the aim of the research presented in this paper is proposing an algorithm for solving this second step, considering then the first clusterization as non-modifiable. 2 The rich vehicle routing problem The VRP has been solved in the literature with exact methods, heuristics and metaheuristics. Examples of exact methods can be found in: Agarwal, Mathur and Salkin (1989); Christofides, Mingozzi and Toth (1981); Fisher (1994); Hadjiconstantinou, Christofides and Mingozzi (1995). Some heuristics are presented in: Beasley (1983); Dror and Levy (1986); Gillett and Miller (1974); Stewart and Golden (1984). And finally metaheuristics are described in: Alfa, Heragu and Chen (1991); Bullnheimer, Hartl and Strauss (1999); Gendreau, Hertz and Laporte (1994); Potvin, Dubé and Robillard (1996). For a quite complete review of the papers available on this argument we refer the reader to Toth and Vigo (2002). On the other hand, to the best of our knowledge, the rich vehicle routing problem object of this paper has not yet been considered. Following the characteristics of the case study presented in the previous section, this problem consists in the determination of the set of subtours that allow to serve all the customers using the minimum number of vehicles, as first objective, and the minimum total time. First of all, let us analyze the constraint related to the requirement of multiple visits to a single customer. In the classical formulations of VRP, every customer must be visited exactly once. In order to maintain this logic, the multiple services are treated as follows. Each customer j requiring s j > 1 services is duplicated s j 1 times. All the characteristics of j, such as the type of vehicle required or the distances from all the other customers, are replicated for the new dummy customers. The distance between them is set infinite. The w j time windows of customer j are equally distributed among j and the dummy cus- 5
6 tomers related to him. Finally, some constraints must be added to assure that different visits are scheduled at a suitable time distance, as will be discussed and explained in the following. The time horizon considered is split in disjoint subperiods, which represent different days. Each subtour must belong to only one of these subperiods and its total time length must not exceed a fixed duration. As in the classical VRP the demand of all the customers must be met and the capacity of the vehicles has to be respected. Moreover, a specific type of vehicle must be associated to each subtour. 3 Multiple Ant Colony System and Multiple MAX MIN Ant System 3.1 Dealing with the Ant Colony Optimization s frameworks Ant Colony Optimization (ACO) is a metaheuristic based on the foraging behavior of ants. Ants are able to find the shortest path between the nest and a food source by using as indirect communication the pheromone trail (Goss et al., 1989). The metaheuristic starting from this model, consists in using the solutions previously found to modify the pheromone values, biasing in this way the search toward high quality solutions (Zlochin et al., 2004). A complete analysis of this metaheuristic can be found in Dorigo and Stützle (2004). Many ACO algorithms have been proposed in the literature. The two most successful variants, when dealing with routing problems are recognized to be Ant Colony System (ACS) first proposed by Dorigo and Gambardella (1997a,b) and MAX MIN Ant System (MMAS) first introduced by Stützle and Hoos (1997). The general framework of the ACO algorithms implemented for this study is reported in Table 1. In this study, the swap local search is combined 6
7 Table 1: General framework of ACO algorithms Procedure ACO Initialize data Find the starting solution with the Deterministic Nearest Neighbor heuristic Pheromone Trail Initialization Determine the nearest neighbor list for each node i N while (time elapsed < time available) do For each ant a Construct Solution Select the best ant â Apply Local Search to Solution â Check if new best Solution is found Apply Pheromone Update If (iteration number is multiple of 50) Check if it is time for pheromone re-initialization end-procedure with the algorithm. This procedure consists in the inversion in the sequence of the position of couples of consecutive customers. When all the couples have been considered the procedure stops. When an improvement is found the inversion procedure is restarted one step before the improvement. This local search is well known in the literature and it was first proposed by Lin (1965). It offers the advantage of not being very expensive in terms of computational time although it offers satisfactory results. In our case this element is crucial since the addition of many constraints could make most of the other typical procedures very time consuming. Peculiarities of this implementation are the presence of the nearest neighbor (nn) list (Dorigo and Stützle, 2004, pag ) and the re-initialization of the pheromone. In particular, this re-initialization is performed when a measure of the convergence of the algorithm becomes greater than a determined threshold. The measure of convergence is represented by the inverse of the average branching factor introduced by Gambardella and Dorigo (1995). The two ACO variants considered differ for the three procedures referred to as Pheromone Trail Initialization, Construct Solution, and Pheromone 7
8 Table 2: Summary of the relevant formulas related to pheromone for ACS and MMAS algorithms ACS Pheromone Trail τ 0 = Initialization Pheromone Update τ ij = (1 ρ)τ ij + ρ τ bsf ij τ MAX τ bs ij { MMAS 1 N Cost Starting Solution s 1/Cost bsf τ ij = (1 ρ)τ ij + τ bsf ij if (i, j) bsf 0 otherwise (bsf= best-so-far solution) if τ ij > τ MAX then τ ij = τ MAX if τ ij < τ min then τ ij = τ min 1 N Cost bsf τ min τ MAX ( N 1 ) ( N 2 1)0.05 N 1 Local Pheromone τ ij = (1 ψ)τ ij + ψτ 0 Update Update. In particular, as for the way pheromone is treated, the procedures are shown in Table 2, with τ 0 pheromone initialization level, τ ij pheromone level on the arc (i, j), and ρ and ψ parameters of the algorithms. The element that characterizes the MAX MIN Ant System approach is the limitation of the possible range of pheromone trail values to the interval [τ min, τ MAX ]. By the Construct Solution procedure a feasible solution with a fixed number of vehicles is generated. The procedure is reported in Table 3, with an highlight on the part in which the two algorithms differ. As it can be seen, the difference consists in what is called pseudorandom proportional rule that characterizes the Ant Colony System. It allows to define more explicitly in which measure to concentrate the search of the system around the best-so-far solution. Moreover, the application of a Local Pheromone Update, again typical of ACS, is needed to make the pheromone evaporating from the edge just used. This is done for allowing a greater exploration of different tours. It is applied on every 8
9 Table 3: Procedure for constructing solutions Procedure Construct Solution Set tabulist = Set Solution = Set i = 0 while ( Solution < N ) do If (nnlist i tabulist nnlist i ) Then SearchSpace = {j nnlist i tabulist C } Else SearchSpace = {j tabulist C } If SearchSpace feasible customers Then \ if MMAS \ \ if ACS \ For each node j SearchSpace such that j is feasible Draw a random number q If (q q 0 ) Then Set the probability of being chosen Next node j = τ ij α p ij = ηβ ij ϑν ij z SearchSpace,z feasible τ iz ηβ α iz ϑν iz Select randomly next node j = argmax z {τ iz η β iz ϑν iz : z SearchSpace, z feasible} Else For each node j SearchSpace such that j is feasible p j = Set the probability of being chosen τ ij η β ij ϑ(ij)ν z SearchSpace:z feasible τ izη β iz ϑν iz Select randomly next node j Apply Local Pheromone Update Solution = Solution {j} tabulist = tabulist {j} Update parameters i = j Else if non inserted depot Then j = depot, reset parameters Else Break end-while end-procedure 9
10 arc (i, j) after its insertion in the tour. It must be noticed, moreover, that in the MAX MIN Ant System procedure for selecting the customer to move to, the pheromone level of the arcs is arisen at the power of α, while in the Ant Colony System this does not happen. In both cases, anyway, the choice follows a measure of attractiveness represented by the product of the pheromone level τ ij and two heuristic measures η ij and ϑ ij (Favaretto, Moretti and Pellegrini, 2005). The value of η ij is proportional to the time t ij necessary to go from node i to node j and to the urgency of serving customer j. This measure is given by the time interval between the present moment (now) and the one in which the chosen time window ([ê j, ˆl j ]) closes. The number of times in which the node j has not been touched in the previous routes is also considered (IN j ). More precisely, 1 η ij = (1) max{1, γ(max{now + t ij, ê j } now)(ˆl j now) INj 3 }, where is γ is a scale factor used to have homogeneous quantities. This formula is the one proposed by Gambardella, Taillard and Agazzi (1999) for the VRP with single time windows, apart from the presence of the coefficient γ and from the raising to the third power of IN j, which is introduced to privilege the choice of customers difficult to visit. The computation of ϑ ij is focused on the presence of multiple time windows. It depends both on the time still available to visit node j being in node i at the instant now and on the number of time windows of customer j: 1, if SW j =, ϑ ij = { 1 [ ] }, otherwise (2) max 1, ξ (l v SWj vj evj ) (l max j now t ij ) w 3 j where SW j = {v {1,..., w j } l v j > ˆl j } is the set of the time windows of customer j subsequent the one chosen, l max j is the end of his last time window and ξ is a scale factor introduced to have homogeneous quantities. Remark that if there is no time windows successive to the current instant, the value of ϑ must be set equal to 1 so that the criterion on which the next node is chosen relies completely on η and τ. 10
11 3.2 Dealing with specific constraints In order to apply these procedures to the rich VRP considered, two elements must be clarified concerning the satisfaction of the different constraints: the definition of feasible customers has to be given, and a way for dealing with the multiple time windows has to be stated. First of all, the constraint on the duration of each subtour is quite easy to treat. This can be done by stating that if visiting customer j and going back to the depot implies that the current subtour lasts more than the available time, then j is unfeasible. For taking into account the differences among vehicles, the following procedure has been applied. First of all, one type of vehicle ˆk is fixed as default. Then the insertion of the customers begins considering the capacity constraint imposed by type ˆk, and without taking into account the type of vehicle possibly required by the customers. When the first customer requiring a specific type of vehicle is inserted, this type is considered for the subtour. The following customers will be feasible if either they do not require a specific class of vehicles or they require the class already established. When considering customers for the insertion while the vehicle is still the default one, if the cumulated demand is larger than the capacity of some type of vehicle, then all the customers requiring such types are set as unfeasible. Finally, periodic constraints must be satisfied. In the same way as explained in the description of the problem in Section 2, before starting all the procedures, the set of customers is analyzed, and each of those requiring more than one visit is duplicated assigning to each dummy customer some time windows of the original one. If this division of the time windows allows a suitable separation between the services, it is recorded that the visits to these customers must happen with at least a certain distance. This distance depends from the number of visits required. When constructing a solution, these customers are treated as totally independent apart from the necessary distance between the services, when imposed, which might render some of them unfeasible at some step. 11
12 As far as the multiple time windows are concerned, the procedure used is quite straightforward. It consists in choosing dynamically the one to be considered. It corresponds to the first one closing after the moment in which the customer can be reached, if such time window exists. The number and duration of the not yet closed time windows is nonetheless taken into account in the choice via the computation of the heuristic measure ϑ. 3.3 Dealing with multiple objectives For facing the problem proposed by the firm and analyzed in Sections 1 and 2, the algorithms must operate considering the two objectives in hierarchical order. They represent the minimization of the number of vehicles used, and the minimization of the time required to complete the tour. To this aim, a very interesting approach has been presented Gambardella, Taillard and Agazzi (1999) consisting in the implementation of a system of multiple colonies, according to which two kinds of colonies with different specializations are exploited. This system has been developed to tackle a multi-objective vehicle routing problem with time windows using Ant Colony System and has never been implemented for other ACO variants, despite reaching very encouraging results. The two kinds of colonies employed (VEI and TIME) are specialized following the two objectives of the problem. Given a certain number of vehicles v, the VEI colonies search for a feasible solution, while the TIME ones try to improve its quality in terms of total time. The implementation proposed here is sequential, differently from the parallel one proposed in Gambardella, Taillard and Agazzi (1999), in which the two type of colonies work at the same time. Here, VEI colonies are started first. Their aim is to fix the minimum number of vehicles with which ants are able to find a feasible solution. As soon as a feasible solution is found with a certain number of vehicles, VEI colonies are restarted decreasing this number. Then, once the final number of vehicles is fixed, TIME colonies are activated. This change imposes the choice of some criteria accord- 12
13 ing to which the algorithm should pass from VEI to TIME colonies. Since the stop criterion of the whole procedure is the computational time, we decided to express in terms of time also the chance allowed to VEI colonies to improve the solution according to their own objective. It is quite predictable that the lower the number of vehicles used is, the lower the number of feasible solutions is, and so the more difficult it is to find them. Then, when diminishing v, it is expected that the VEI colonies need a longer time to find a solution. On the other hand, if such a solution does not exist, it is not convenient wasting computational time that might be used to improve the current solution in terms of total time. For dealing with this trade off, the VEI colonies are allowed to operate for a time t VEI : t VEI = max{2, 5ˆt} (3) 0 if the current number of vehicles is the first one ˆt = considered by a VEI colony (4) otherwise t prev with t prev equal to the time that has been necessary for the VEI colonies to find a feasible solution with the previous number of vehicles considered. We will refer to the value t VEI as partial stopping criterion. In Gambardella, Taillard and Agazzi (1999) the number of vehicles is decreased of one unit at a time, starting from the one used in the solution found by the Deterministic Nearest Neighbor heuristic. In this implementation, once a feasible solution is found with v vehicles, new VEI colonies are started (with a re-initialized pheromone matrix as for Gambardella, Taillard and Agazzi (1999)) being allowed to use only v 2 vehicles. If a better solution is found, this procedure is repeated. Otherwise, if a solution with v 2 vehicles has not been found after the partial stopping criterion is met, VEI colonies are started using v 1 vehicles. When the TIME colonies are started the level of pheromone is reset equal to the one present when the feasible solution with that number of vehicles was found. This procedure is not present in the original algorithm (Gambardella, Taillard and Agazzi, 1999), and has been inserted here since it has proved to be very efficient in earlier experiments. 13
14 At each solution built by these TIME colonies a check for the number of vehicle used is performed. This is done since proceeding in the successive trials, ants tend to concentrate on profitable areas of the search space. It is possible, and not too infrequent, that they manage to find a solution with one vehicle less than the available ones. In this case this new number is recorded and used for the following iterations. The solution with the lower number of vehicles becomes the new best-so-far. In this sense we might state that the TIME colonies used in this paper are somehow hybrids of the TIME and the VEI ones proposed by Gambardella, Taillard and Agazzi (1999). A remarkable feature characterizing the VEI colonies is related to the pheromone update. As soon as an ant finds a feasible tour with the desired number of vehicles, the activity of the colony stops and new colonies are activated with less vehicles available. Following Gambardella, Taillard and Agazzi (1999), the pheromone update during the activity of this kind of colony is performed twice according to the formula for the Pheromone Update reported in Table 2. First of all, the best feasible solution found so far is considered. Remark that this solution uses a number of vehicles greater that the one currently considered. Then, the best solution with the current number of vehicles is used. This current best solution is the one including the greater number of nodes. In case this number is common to more than one sequence, it is the one implying the shortest total time. In a way then, also VEI colonies can be considered as hybrid. The two algorithms obtained following these steps will be referred as Multiple Ant Colony System (M-ACS) and Multiple MAX MIN Ant System (M- MMAS). 4 Tabu Search Tabu Search (Glover, 1986; Glover and Laguna, 1997) is one of the most successful metheuristics for the vehicle routing problem with single time windows. For this reason it is considered as a reference point for the algorithms proposed 14
15 here. The idea represented by this metaheuristic consists in exploring the solution space via a local search procedure, using a short term memory in order to avoid sequences of moves that constantly repeat themselves. In the algorithm considered here, the starting solution is generated with the Deterministic Nearest Neighbor heuristic and its neighborhood is explored via the swap local search procedure. The short term memory is represented by a list of forbidden moves (called tabu list): The algorithm records the last solutions found and excludes them from the set of available feasible ones. The tabu list can include either complete or partial solutions, in order to reduce the computational inefficiency (Gendreau, 2003, p.43). Clearly if solution components are stored, it is possible that good quality solutions are forbidden for being partly equal to another recently visited. To avoid this counter effect an aspiration criterion (Gendreau, 2003, p.44) is used, allowing forbidden moves in case the new solution is the new best one. In this implementation solution components are considered, recording subsequences of 6 customers centered on the swapped couple. The solutions including forbidden components with probability p f > 0 (the other solutions are evaluated with probability p a ). The length of this list, i.e. the number of solutions forbidden at each step, known as tabu tenure (Gendreau, 2003, p.43-44), is a parameter of the algorithm. If its value is low, the search is concentrated on small areas of the search space. If it is high, a larger region is explored. In this implementation, a random value between λ N and N is assigned to the tabu tenure at each step, with N number of customers and λ parameter (0 λ 1: the higher the value is, the higher is the probability of having a large value associated with the tabu tenure). The tabu list is handled in a Fist In First Out manner. 15
16 5 Randomized Nearest Neighbor As additional reference point to evaluate the performance of the two ACO algorithms presented, the Randomized Nearest Neighbor heuristic (Pellegrini, 2005) is considered. It consists in an adaptation of the Nearest Neighbor heuristic proposed by Solomon (1987) for tackling the rich VRP analyzed, joined to a stochastic element. The original algorithm consists in the successive insertion of the nearest customer. The concept of closeness when dealing with time windows is not easy to define. The reason is that the waiting time implied by the choice of the spatially closest feasible customer may have a great impact on the quality of the solution. Solomon proposed a measure based on the weighted sum of the distance of the customer from the current location, the urgency of serving him (related to the lateness of the closure of his time window), and the waiting time that his immediate insertion would imply. The tours are constructed choosing one after the other the customer that allow to minimize this distance until feasible moves are available, and returning to the depot when this is not the case. This procedure is iterated until all the customers have been served. In order to apply this procedure to the problem we are considering, the same methods explained in Section 3.2 are applied. After the construction of a tour, moreover, the swap local search is performed. The insertion of the stochastic element consists in modifying the choice criterion for the first node of each subtour, making this selection randomly among the customers not yet visited. After this choice, the procedure continues deterministically until the depot is reached again and a new subtour must be started. The Randomized Nearest Neighbor (RNN), then, consists in the reiteration of this procedure alternated to the local search one. The multiple objectives are considered when solutions are compared. In this case the preferred one is always the one implying fewer vehicles, and if this number is equal, the one requiring the smaller total time. 16
17 6 The Instances Considered Being the case study presented in Section 1 the starting point of this analysis, we study the behavior of the different algorithms when having to deal with instances similar to those that have to be solved by the firm itself. We implemented therefore an instances generator. The first need is then to analyze the structure of a typical instance. As said in Section 1, we are interested in sets of customers with cardinality of the order of 70 to 80 elements, as for the subsets of customers considered by the firm. The customers are geographically quite close, so that they can be considered as grouped in one cluster. A city is represented as a set of concentric circles, the number of which depends on the population of the city considered (the higher the population, the higher the number of circles). Given that the towns in the interested region of Italy are not very large, we consider a cluster made of either one or two circles. We will refer to the areas bounded by two consecutive circles as to zones. The nodes are uniformly distributed in each zone and the depot is located in the most external one. The matrix of distances is produced for each instance. Distances are expressed in travel time. They are calculated associating to each zone a coefficient, that represents the speed, for which the Euclidean distance must be multiplied. To reproduce the situation of real cities, where this speed decreases when one approaches the center, the coefficient becomes smaller while moving from a zone to a more internal one. The speed considered in order to compute these coefficients are 15 km/h for the most internal circle of the city and 40 km/h for the most external one. For a detailed description of this procedure we refer the reader to Pellegrini and Birattari (2005), in which an instances generator for the vehicle routing problem with stochastic demand is described. In this framework the same procedure for the localization of the nodes is used. Apart from the geographical location of the nodes, many characteristics must be assigned to each customer in order to consider all the present constraints. Again, before deciding the ratio according to which fixing these features, we 17
18 need to take a look to the way they are settled in practice. The data relative to an instance representative of those supplied by firm are reported in Table 7 (Appendix). They are related to the type of vehicle needed for the service, the number of services required and the demand relative to each one. The requirement of multiple visits is quite rare, while the need of a specific type of vehicle is observable more often and it is split almost equally between the two available ones. These two elements are almost constant in all the available real instances, and so we decided to keep them constant also in the ones generated: The number of customers requiring a specific type of vehicle varies between 15 and 18 and the number of those requiring multiple services (in our case two) is equal to 5. The specific customers are randomly drawn according to a uniform distribution. Given that two types of vehicles are available to the firm, we considered two different types as well. The capacities are set equal to 200 and 300. As shown in Table 7 (Appendix) the distribution of the demands is characterized by a quite high variance. In previous studies (Pellegrini, 2005) this element has proven to increase quite strongly the difficulty of the instances. In order to test the algorithms on instances able to reflect the real ones, but also to get a deeper understanding of their behavior when dealing with cases with different and somehow recognized level of difficulty, we decided to consider the situations with both low and high variance of the distribution from which the demands are drawn. For this reason the bounds of this distribution are set equal either to 10 and 15, 10 and 20, or 10 and 25 - low variance - or to 5 and 45, 5 and 50, or 5 and 55 - high variance -. Finally, the parameters related to the assignment of the time windows must be fixed. The time windows concerning the representative instance considered in Table 7 are reported in Figure 4 (Appendix). A time horizon of a week, five working days, is considered. The starting and ending values of the time windows are considered in terms of the number of minutes elapsed, starting the count at 0:00 am of the first day. The time horizon is then equal to the interval [0, 7200] and is reproduced in our generator. As it is expected being a real 18
19 case, the distribution of these intervals does not follow a strict schema, even if a main trend is detectable. The first clear element is that for each day all the time windows are fixed in an interval shorter than the 24 possible hours. This element is very common in reality, but it is seldom reproduced in benchmark instances. For reproducing this situation we impose that the time windows can neither start before 7:00 am nor end after 7:00 pm. Secondly, apart from some exceptions, most of the customers allow to be served in few time windows with a quite long duration. As before, the impact of the number and the duration of the time windows on the difficulty of an instance has been analyzed in Pellegrini (2005), resulting that the configuration with many short intervals is more difficult than one with less longer ones. In order to differentiate the characteristics of the instances, then, we decided to consider two structures for the time windows varying the intervals from which their number (ntw ), their duration (du) and the minimum distance between two consecutive ones (di) are drawn: In one case ntw [2, 5], du [240, 420] minutes, di = 60 minutes. In the other ntw [4, 10], du [120, 180] minutes, di = 80 minutes. The procedure used to assign the time windows is presented in detail in Pellegrini (2005). Combining the two configurations of the time windows with those concerning the variance of the demands we obtain four classes of instances: 1. dem {[10, 15], [10 20], [10 25]}, ntw [2, 5], du [240, 420], di = 60; 2. dem {[5, 45], [5, 50], [5, 55]}, ntw [2, 5], du [240, 420], di = 60; 3. dem {[10, 15], [10, 20], [10, 25]}, ntw [4, 10], du [120, 180], di = 80; 4. dem {[5, 45], [5, 50], [5, 55]}, ntw [4, 10], du [120, 180], di = Experimental Setup The experiments have been run on a cluster of an AMD Opteron TM 244. The executables have been generated from C++ source. The code is publicly avail- 19
20 able on the web page The computational time considered as stop criterion is 15 seconds for each instance. 900 instances of each class have been generated following the procedure presented in Section 6. Among these, 500 have been used for tuning the parameters and 400 for the experiments. Following Bianchi et al. (2005), some basic procedures as the local search are common to all the algorithms, in order to obtain an unbiased comparison of their behaviors. Following Birattari (2004a,b), we perform the experiments on a large set of instances, running the algorithms once on each of them. For each of these four sets the relevant parameters of each algorithm have been tuned. Moreover, starting all the algorithms from the solution found by the Deterministic Nearest Neighbor heuristic (DNN), its parameters (the weights to be assigned to the three components of the distance measure: c1, c2 and c3) have been tuned as well. The range considered is: c1 I, c2 I, c3 I, I = {i j : i 0 = 0.2, i j + 1 = i j j [0, 13]}. For this aim we use the F-Race algorithm proposed by Birattari et al. (2002). The ranges of values chosen for the parameters and the selected candidates for each class of instances and for each algorithm are reported in Tables 4 and 5 respectively. The number of ants for each colony and the length of the nearest neighbor list have been fixed equal to N and N 3 respectively (with N number of nodes of the graph), following the experience of the authors and preliminary experiments. 8 Results In this section the results of the computational experience are presented, considering as reference the behavior of the Deterministic Nearest Neighbor. The element that first emerges is the dominance of the M-MMAS over the other algorithms. In Figure 1 the ranking of the different approaches is reported for each class of instances. As it appears evident in the strong majority of the cases the M-MMAS outperforms the other approaches. This better behavior is observable also in Table 6, in which the number of instances with an improvement with respect to the DNN, and the average percentage of these improvement, 20
21 Table 4: Value of the parameters chosen for applying the F-Race procedure for each algorithm M-ACS M-MMAS RNN TS ρ {0.05, 0.1, 0.5} ρ {0.05, 0.1, 0.5} c1 {0.55, 0.6, λ {0.5, 0.6, β {2, 3, 5} β {2, 3, 5} 0.65, 0.7, 0.75, 0.75, 0.8, 0.85, 0.9} ν {2, 3, 5} ν {2, 3, 5} 0.8, 0.85} p a {0.2, 0.25, 0.3, q 0 {0.8, 0.85, 0.9} α {0.5, 0.75, 1.0, c2 {0.2, 0.3, 0.4, 0.35, 0.4, 0.45} ψ {0.1, 0.2, 0.3} 1.25, 1.5, 1.75, 0.5, 0.6, 0.7} p f {0.5, 0.7, 0.75, 2.0, 2.25, 2.5} c3 {0.2, 0.25, 0.3, 0.8, 0.85, 0.9} 0.35, 0.4, 0.45} tot 243 tot 243 tot 252 tot 252 Table 5: Selected candidates after the F-Race procedure for each class of instances for each algorithm class DNN M-ACS M-MMAS RNN TS 1 c1 = 0.85, ρ = 0.1, β = 3, ρ = 0.5, β = 2, c1 = 0.8, λ = 0.5, c2 = 0.65, ν = 5, q 0 = 0.8, ν = 2, α = 1.0 c2 = 0.6, p a = 0.2, c3 = 0.2 ψ = 0.2 c3 = 0.2 p f = c1 = 0.85, ρ = 0.2, β = 5, ρ = 0.05, β = 2, c1 = 0.85, λ = 0.5, c2 = 0.6, ν = 3, q 0 = 0.8, ν = 2, α = 1.75 c2 = 0.6, p a = 0.2, c3 = 0.2 ψ = 0.1 c3 = 0.2 p f = c1 = 0.85, ρ = 0.1, β = 5, ρ = 0.5, β = 5, c1 = 0.8, λ = 0.5, c2 = 0.65, ν = 2, q 0 = 0.8, ν = 2, α = 1.0 c2 = 0.5, p a = 0.2, c3 = 0.2 ψ = 0.1 c3 = 0.2 p f = c1 = 0.8, ρ = 0.1, β = 5, ρ = 0.5, β = 5, c1 = 0.85, λ = 0.5, c2 = 0.7, ν = 5, q 0 = 0.8, ν = 2, α = 1.0 c2 = 0.4, p a = 0.2, c3 = 0.2 ψ = 0.2 c3 = 0.2 p f =
22 (a) Class 1 (b) Class 2 (c) Class 3 (d) Class 4 Figure 1: Ranking of the performance of the algorithms in terms of a linear combination of the results referred to the two objectives. are presented for each algorithm. Given the priority of the minimization of the number of vehicles, if a solution is preferable in this sense the travel time is not considered. The second objective is checked when no difference is detectable about the first. As it can be seen, in general M-MMAS and M-ACS behave in a quite similar way. They improve significantly the number of vehicles used in the best solution found and do not make a real difference with respect to the total travel time when they are not able to make a difference in terms of the first objective. It can be observed, moreover, that even if the number of instances in which the number of vehicles decreases with respect to the DNN is very similar for the two algorithms, the average value of this difference is much higher when considering M-MMAS. A completely different behavior is observable for RNN, where the number of vehicles is quite seldom improved (in about 50% of the cases). When this happens the difference is less stressed than for the ACO algorithms. On the other hand the total travel time is diminished much more often. Finally, TS places itself between the ACO algorithms and RNN. The number of instances in which the number of vehicles is improved is close to the one de- 22
23 Table 6: Number of instances in which any improvement with respect to the DNN has been found and average percentage improvement. cl. M-ACS M-MMAS RNN TS veh. µ% veh. µ% veh. µ% veh. µ% time µ% time µ% time µ% time µ% tected for ACO algorithms, and once it is even bigger. Nonetheless, the average improvement is always quite lower. The value referred to the total travel time in this case is comparable to the one concerning RNN. The predominance of the ACO algorithms with respect to the first objective of the problem is clear also when observing Figure 2. Here the distribution of the percentage improvement with respect to the DNN s solutions is presented. In all the classes of instances the Randomized Nearest Neighbor performs worse than the others, despite often achieving an improvement with respect to its deterministic counterpart. It is also observable, as considered before, that M-MMAS obtains better results than M-ACS, which are in any case much better than those of DNN and RNN. As far as TS is concerned, it is remarkable that in most of the cases its results are located between RNN and M-ACS, a part from class 3 in which it behaves better than this ACO algorithm. Focusing on the differences in the four classes, for RNN the behavior does not significantly change and for TS it changes only in class 1. For both the ACO algorithms it is detectable that the relative performance with respect to DNN is not very sensible to the changes in the configuration of the time windows, 23
24 (a) Class 1 (b) Class 2 (c) Class 3 (d) Class 4 Figure 2: Percentage improvement in the number of vehicles with respect to DNN s solutions. while it appears influenced by the differences related to the distribution of the customers demands. In general the improvement is stronger in the most difficult cases. This trend is very evident for M-ACS, while it is just detectable for M- MMAS. Figure 3 reports the percentage difference in travel time between the solutions found by couples of algorithm. For each boxplot the instances in which the number of vehicles used is the same for the two algorithms reported in the respective title are considered. The relation used is such that the values greater than zero imply a better performance of the second algorithm reported. The graphics are referred only to class 1, since the results are qualitatively equivalent through the different instances. Considering the ratios represented, the following relations are deductable: TS M-MMAS M-ACS RNN, where with the symbol we mean that, according to the second objective of the problem, the second algorithm is preferable to the first. The predominance of RNN might be due to the fact that it builds solutions without posing an accent 24
25 Figure 3: Percentage difference between couple of algorithms in the total time relative to the solutions found, considering the instances of class 1 for which the number of vehicles used is equal. on one of the two objectives, which are considered only when different sequences must be compared. When solutions with the final number of vehicles are quite easy to find, this approach results advantageous. Instead, ACO algorithms actually waste 4 seconds focusing just on the number of vehicles (2 seconds trying to find a solution with the original number of vehicles decreased by two, and 2 more searching for one with the starting number minus one). As a consequence, they can investigate the one that will be the final search space only for the remaining 60% of the time available. The worse performance of TS can maybe be explained with the fact that it is focused on the first objective for all the computational time. Finally, let us try to compare the approaches presented with the one currently applied by the firm object of the case study. It is not very easy to analyze the differences, since following the tours provided by the firm about 20% of the time windows are violated. In any case, the ACO algorithms find feasible solutions which imply in average the same number of vehicles currently used, even if the total travel time needed is bigger. In terms of average performance TS is the third algorithm, followed by RNN and DNN, all supplying tours requiring more vehicles than those currently used but clearly not violating any constraint. Since only few real instances are available, no more details on the results related to the case study are reported. 25
26 9 Conclusion Two Multiple-ACO algorithms are presented for solving a rich vehicle routing problem inspired by a case study. Its characteristics are: multiple hierarchically ordered objectives, multiple time windows, heterogeneous fleet of vehicles, periodic constraints and limited duration of the subtours. As reference elements the Deterministic and Randomized Nearest Neighbor heuristics and a Tabu Search algorithms are considered. The ACO algorithms proposed perform significantly better than these alternatives, both on instances generated for the theoretical analysis and on those available for the case study. 10 Appendix Table 7: Relevant data about the customers: type of vehicle required (V {big (b), small (s), indifferent (-) }), number of services (S), demand (D). n. V S D n. V S D n. V S D n. V S D b b s s s b s s s s b s s b b b s b
27 Figure 4: Time windows of the customers belonging to a representative instance supplied by the firm. References Agarwal Yogesh, Mathur Kamlesh and Salkin Harvey M. (1989). A setpartitioning algorithm for the vehicle routing problem, Networks 19,
28 749. Alfa Attahiru S., Heragu Sunderesh S. and Chen Mingyuan (1991). A 3-opt based simulated annealing algorithm for vehicle routing problems, Computers & Industrial Engineering 21, Beasley John E. (1983). Route-first cluster-second methods for vehicle routing, Omega 11, Bianchi Leonora, Birattari Mauro, Chiarandini Marco, Manfrin Max, Mastrolilli Monaldo, Paquete Luis, Rossi-Doria Olivia and Schiavinotto Tommaso (2005). Hybrid metaheuristics for the vehicle routing problem with stochastic demand, accepted for publication on Journal of Mathematical Modelling and Algorithms. Birattari Mauro, Stützle Thomas, Paquete Luis and Varrentrapp Klaus (2002). A racing algorithm for configuring metaheuristics In William B. Langdon et al. (Eds.) GECCO 2002: Proceedings of the Genetic and Evolutionary Computation Conference, Morgan Kaufmann, San Francisco, CA, USA. Birattari Mauro (2004a). On the estimation of the expected performance of a metaheuristic on a class of instances. How many instances, how many runs?, Technical Report TR/IRIDIA/ , IRIDIA, Université Libre de Bruxelles, Brussels, Belgium. Birattari Mauro (2004b). The problem of tuning metaheuristics, as seem from a machine learning perspective., PhD thesis, Université Libre de Bruxelles, Brussels, Belgium. Bullnheimer Bernd, Hartl Richard F. and Strauss Christine (1999). An improved ant system for the vehicle routing problem, Annals of Operations Research 89, Christofides Nicos, Mingozzi Aristide and Toth Paolo (1981). Exact algorithms for the vehicle routing problem based on the spanning tree and shortest path relaxation, Mathematical Programming 20, 1981,
29 Dantzig George B., Ramser John H. (1959). The truck dispatching problem, Management Science 6, Dorigo Marco and Gambardella Luca M. (1997a). Ant colonies for the traveling salesman problem, ByoSystems 43, Dorigo Marco and Gambardella Luca M. (1997b). Ant colony system: A cooperative learning approach to the traveling salesman problem, IEEE Transaction on Evolutionary Computation 1, Dorigo Marco and Stützle Thomas (2004). Ant Colony Optimization, MIT Press, Cambridge, MA, USA. Dror Moshe and Levy Larry (1986). Vehicle routing improvement algorithms: Comparison of a greedy and a matching implementation for inventory routing, Computers and Operations Research 13, Favaretto Daniela, Moretti Elena, Pellegrini Paola (2005). Ant colony system for a vrp with multiple time windows and multiple visits available on the website Fisher Marshall L. (1994). Optimal solution of vehicle routing problems using minimum k-trees, Operations Research 42, Gambardella Luca M. and Dorigo Marco (1995). Ant-Q: A reinforcement learning approach to the traveling salesman problem, In Kaufmann Morgan (Ed.) Proceedings of the Eleventh International Conference on Machine Learning, Morgan Kaufmann, San Francisco, CA, USA. Gambardella Luca M., Taillard Eric and Agazzi Giovanni (1999). MACS- VRPTW: A multiple ant colony system for vehicle routing problem with time windows, In Corne David, Dorigo Marco and Glover Fred (Eds.) New idea in optimization, 63 76, McGraw-Hill, London, UK. Gendreau Michel, (2003). An introduction to tabu search, In Glover Fred and Kochenberger Gary A. (Eds.) Handbook of metaheuristics, 37 54, Kluwer Academic Publishers, Norwell, MA, USA. 29
30 Gendreau Michel, Hertz Alain and Laporte Gilbert (1994). A tabu search heuristic for the vehicle routing problem, Management Science 40, Gillett Billy E. and Miller Leland R. (1974). A heuristic algorithm for the vehicle dispatch problem, Operations Research 22, Glover Fred, Future paths for integer programming and links to artificial intelligence, Computers & Operations Research 13, Glover Fred and Laguna Manuel (1997). Tabu Search, Kluwer Academic Publishers, Norwell, MA, USA. Second edition. Goss Simon, Aron Serge, Deneubourg Jean L. and Pasteels Jacques M. (1989). Self-organized shortcuts in the Argentine ant, Naturwissenschaften 76, Hadjiconstantinou Eleni, Christofides Nicos and Mingozzi Aristide (1995). A new exact algorithm for the vehicle routing problem based on q-paths and k-shortest paths relaxations, Annals of Operations Research 61, Lenstra Jan K. and Rinnooy Kan Alexander H.G. (1981). Complexity of vehicle routing and scheduling problems, Networks 11, Lin Shen (1965). Computer solutions of the traveling salesman problem, Bell Systems Technology Journal 44, Pellegrini Paola (2005). Application of two nearest neighbor approaches to a rich vehicle routing problem, TR/IRIDIA/ , IRIDIA, Université Libre de Bruxelles, Brussels, Belgium. Pellegrini Paola and Birattari Mauro (2005). Instances generator for the vehicle routing problem with stochastic demand, TR/IRIDIA/ , Université Libre de Bruxelles, Brussels, Belgium. 30
31 Potvin Jean-Yves, Dubé Danny and Robillard Christian (1996). A hibrid approach to vehicle routing using neural networks and genetic algorithms, Applied Intelligence 6, Solomon Marius M. (1987). Algorithms for the vehicle routing and scheduling problem with time window constraints, Operation Research 35, Stewart William R. Jr and Golden Bruce L. (1984). A lagrangean relaxation heuristic for vehicle routing, European Journal of Operational Research 15, Stützle Thomas and Hoos Holgers H. (1997). The MAX MIN Ant System and local search for the traveling salesman problem, In Bäck Thomas, Michalewicz Zbigniew and Yao Xin (Eds.) Proceedings of the 1997 IEEE International Conference on Evolutionary Computation (ICEC 97), , IEEE Press, Piscataway, NJ, USA. Toth Paolo and Vigo Daniele (2002). The Vehicle Routing Problem, SIAM monographs on discrete matemathics and applications, Philadelphia, PA, USA. Zlochin Mark, Birattari Mauro, Meuleau Nicolas and Dorigo Marco (2004). Model-based search for combinatorial optimization: A critical survey. Annals of Operations Research 131,
An ant colony optimization for single-machine weighted tardiness scheduling with sequence-dependent setups
Proceedings of the 6th WSEAS International Conference on Simulation, Modelling and Optimization, Lisbon, Portugal, September 22-24, 2006 19 An ant colony optimization for single-machine weighted tardiness
Finding Liveness Errors with ACO
Hong Kong, June 1-6, 2008 1 / 24 Finding Liveness Errors with ACO Francisco Chicano and Enrique Alba Motivation Motivation Nowadays software is very complex An error in a software system can imply the
Two objective functions for a real life Split Delivery Vehicle Routing Problem
International Conference on Industrial Engineering and Systems Management IESM 2011 May 25 - May 27 METZ - FRANCE Two objective functions for a real life Split Delivery Vehicle Routing Problem Marc Uldry
Ant colony optimization techniques for the vehicle routing problem
Advanced Engineering Informatics 18 (2004) 41 48 www.elsevier.com/locate/aei Ant colony optimization techniques for the vehicle routing problem John E. Bell a, *, Patrick R. McMullen b a Department of
Using Ant Colony Optimization for Infrastructure Maintenance Scheduling
Using Ant Colony Optimization for Infrastructure Maintenance Scheduling K. Lukas, A. Borrmann & E. Rank Chair for Computation in Engineering, Technische Universität München ABSTRACT: For the optimal planning
Adaptive Memory Programming for the Vehicle Routing Problem with Multiple Trips
Adaptive Memory Programming for the Vehicle Routing Problem with Multiple Trips Alfredo Olivera, Omar Viera Instituto de Computación, Facultad de Ingeniería, Universidad de la República, Herrera y Reissig
Branch-and-Price Approach to the Vehicle Routing Problem with Time Windows
TECHNISCHE UNIVERSITEIT EINDHOVEN Branch-and-Price Approach to the Vehicle Routing Problem with Time Windows Lloyd A. Fasting May 2014 Supervisors: dr. M. Firat dr.ir. M.A.A. Boon J. van Twist MSc. Contents
Solving the Vehicle Routing Problem with Multiple Trips by Adaptive Memory Programming
Solving the Vehicle Routing Problem with Multiple Trips by Adaptive Memory Programming Alfredo Olivera and Omar Viera Universidad de la República Montevideo, Uruguay ICIL 05, Montevideo, Uruguay, February
vii TABLE OF CONTENTS CHAPTER TITLE PAGE DECLARATION DEDICATION ACKNOWLEDGEMENT ABSTRACT ABSTRAK
vii TABLE OF CONTENTS CHAPTER TITLE PAGE DECLARATION DEDICATION ACKNOWLEDGEMENT ABSTRACT ABSTRAK TABLE OF CONTENTS LIST OF TABLES LIST OF FIGURES LIST OF ABBREVIATIONS LIST OF SYMBOLS LIST OF APPENDICES
A hybrid ACO algorithm for the Capacitated Minimum Spanning Tree Problem
A hybrid ACO algorithm for the Capacitated Minimum Spanning Tree Problem Marc Reimann Marco Laumanns Institute for Operations Research, Swiss Federal Institute of Technology Zurich, Clausiusstrasse 47,
Modified Ant Colony Optimization for Solving Traveling Salesman Problem
International Journal of Engineering & Computer Science IJECS-IJENS Vol:3 No:0 Modified Ant Colony Optimization for Solving Traveling Salesman Problem Abstract-- This paper presents a new algorithm for
Fifty Years of Vehicle Routing
Fifty Years of Vehicle Routing by Gilbert Laporte Canada Research Chair in Distribution Management HEC Montréal Vehicle Routing Problem Depot m (or at most m) identical vehicles based at the depot n customers
Research Paper Business Analytics. Applications for the Vehicle Routing Problem. Jelmer Blok
Research Paper Business Analytics Applications for the Vehicle Routing Problem Jelmer Blok Applications for the Vehicle Routing Problem Jelmer Blok Research Paper Vrije Universiteit Amsterdam Faculteit
Journal of Theoretical and Applied Information Technology 20 th July 2015. Vol.77. No.2 2005-2015 JATIT & LLS. All rights reserved.
EFFICIENT LOAD BALANCING USING ANT COLONY OPTIMIZATION MOHAMMAD H. NADIMI-SHAHRAKI, ELNAZ SHAFIGH FARD, FARAMARZ SAFI Department of Computer Engineering, Najafabad branch, Islamic Azad University, Najafabad,
Waste Collection Vehicle Routing Problem Considering Similarity Pattern of Trashcan
International Journal of Applied Operational Research Vol. 3, o. 3, pp. 105-111, Summer 2013 Journal homepage: www.ijorlu.ir Waste Collection Vehicle Routing Problem Considering Similarity Pattern of Trashcan
Ant Colony Optimization (ACO)
Ant Colony Optimization (ACO) Exploits foraging behavior of ants Path optimization Problems mapping onto foraging are ACO-like TSP, ATSP QAP Travelling Salesman Problem (TSP) Why? Hard, shortest path problem
A Scatter Search Algorithm for the Split Delivery Vehicle Routing Problem
A Scatter Search Algorithm for the Split Delivery Vehicle Routing Problem Campos,V., Corberán, A., Mota, E. Dep. Estadística i Investigació Operativa. Universitat de València. Spain Corresponding author:
VEHICLE ROUTING AND SCHEDULING PROBLEMS: A CASE STUDY OF FOOD DISTRIBUTION IN GREATER BANGKOK. Kuladej Panapinun and Peerayuth Charnsethikul.
1 VEHICLE ROUTING AND SCHEDULING PROBLEMS: A CASE STUDY OF FOOD DISTRIBUTION IN GREATER BANGKOK By Kuladej Panapinun and Peerayuth Charnsethikul Abstract Vehicle routing problem (VRP) and its extension
An Improved Ant Colony Optimization Algorithm for Software Project Planning and Scheduling
An Improved Ant Colony Optimization Algorithm for Software Project Planning and Scheduling Avinash Mahadik Department Of Computer Engineering Alard College Of Engineering And Management,Marunje, Pune [email protected]
Obtaining Optimal Software Effort Estimation Data Using Feature Subset Selection
Obtaining Optimal Software Effort Estimation Data Using Feature Subset Selection Abirami.R 1, Sujithra.S 2, Sathishkumar.P 3, Geethanjali.N 4 1, 2, 3 Student, Department of Computer Science and Engineering,
Cost Models for Vehicle Routing Problems. 8850 Stanford Boulevard, Suite 260 R. H. Smith School of Business
0-7695-1435-9/02 $17.00 (c) 2002 IEEE 1 Cost Models for Vehicle Routing Problems John Sniezek Lawerence Bodin RouteSmart Technologies Decision and Information Technologies 8850 Stanford Boulevard, Suite
Un algorithme génétique hybride à gestion adaptative de diversité pour le problème de tournées de véhicules et ses variantes
Un algorithme génétique hybride à gestion adaptative de diversité pour le problème de tournées de véhicules et ses variantes Thibaut VIDAL LOSI et CIRRELT Université de Technologie de Troyes et Université
ANT COLONY OPTIMIZATION ALGORITHM FOR RESOURCE LEVELING PROBLEM OF CONSTRUCTION PROJECT
ANT COLONY OPTIMIZATION ALGORITHM FOR RESOURCE LEVELING PROBLEM OF CONSTRUCTION PROJECT Ying XIONG 1, Ya Ping KUANG 2 1. School of Economics and Management, Being Jiaotong Univ., Being, China. 2. College
An ACO Approach to Solve a Variant of TSP
An ACO Approach to Solve a Variant of TSP Bharat V. Chawda, Nitesh M. Sureja Abstract This study is an investigation on the application of Ant Colony Optimization to a variant of TSP. This paper presents
STUDY OF PROJECT SCHEDULING AND RESOURCE ALLOCATION USING ANT COLONY OPTIMIZATION 1
STUDY OF PROJECT SCHEDULING AND RESOURCE ALLOCATION USING ANT COLONY OPTIMIZATION 1 Prajakta Joglekar, 2 Pallavi Jaiswal, 3 Vandana Jagtap Maharashtra Institute of Technology, Pune Email: 1 [email protected],
Optimal Planning with ACO
Optimal Planning with ACO M.Baioletti, A.Milani, V.Poggioni, F.Rossi Dipartimento Matematica e Informatica Universit di Perugia, ITALY email: {baioletti, milani, poggioni, rossi}@dipmat.unipg.it Abstract.
Optimization of patient transport dispatching in hospitals
Optimization of patient transport dispatching in hospitals Cyrille Lefèvre and Sophie Marquet Supervisors: Yves Deville and Gildas Avoine 1500 minutes Thesis motivation MedSoc NPO asked us to conduct a
An Efficient Algorithm for Solving a Stochastic Location-Routing Problem
Journal of mathematics and computer Science 12 (214) 27 38 An Efficient Algorithm for Solving a Stochastic LocationRouting Problem H.A. HassanPour a, M. MosadeghKhah a, M. Zareei 1 a Department of Industrial
ACO Hypercube Framework for Solving a University Course Timetabling Problem
ACO Hypercube Framework for Solving a University Course Timetabling Problem José Miguel Rubio, Franklin Johnson and Broderick Crawford Abstract We present a resolution technique of the University course
EA and ACO Algorithms Applied to Optimizing Location of Controllers in Wireless Networks
2 EA and ACO Algorithms Applied to Optimizing Location of Controllers in Wireless Networks Dac-Nhuong Le, Hanoi University of Science, Vietnam National University, Vietnam Optimizing location of controllers
Solving the Vehicle Routing Problem with Genetic Algorithms
Solving the Vehicle Routing Problem with Genetic Algorithms Áslaug Sóley Bjarnadóttir April 2004 Informatics and Mathematical Modelling, IMM Technical University of Denmark, DTU Printed by IMM, DTU 3 Preface
Transportation. Transportation decisions. The role of transportation in the SC. A key decision area within the logistics mix
Transportation A key decision area within the logistics mix Chapter 14 Transportation in the Supply Chain Inventory Strategy Forecasting Storage decisions Inventory decisions Purchasing & supply planning
D A T A M I N I N G C L A S S I F I C A T I O N
D A T A M I N I N G C L A S S I F I C A T I O N FABRICIO VOZNIKA LEO NARDO VIA NA INTRODUCTION Nowadays there is huge amount of data being collected and stored in databases everywhere across the globe.
An Integer Programming Model for the School Timetabling Problem
An Integer Programming Model for the School Timetabling Problem Geraldo Ribeiro Filho UNISUZ/IPTI Av. São Luiz, 86 cj 192 01046-000 - República - São Paulo SP Brazil Luiz Antonio Nogueira Lorena LAC/INPE
The Problem of Scheduling Technicians and Interventions in a Telecommunications Company
The Problem of Scheduling Technicians and Interventions in a Telecommunications Company Sérgio Garcia Panzo Dongala November 2008 Abstract In 2007 the challenge organized by the French Society of Operational
The Trip Scheduling Problem
The Trip Scheduling Problem Claudia Archetti Department of Quantitative Methods, University of Brescia Contrada Santa Chiara 50, 25122 Brescia, Italy Martin Savelsbergh School of Industrial and Systems
INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & TECHNOLOGY (IJCET)
INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & TECHNOLOGY (IJCET) International Journal of Computer Engineering and Technology (IJCET), ISSN 0976 6367(Print), ISSN 0976 6367(Print) ISSN 0976 6375(Online)
Dimensioning an inbound call center using constraint programming
Dimensioning an inbound call center using constraint programming Cyril Canon 1,2, Jean-Charles Billaut 2, and Jean-Louis Bouquard 2 1 Vitalicom, 643 avenue du grain d or, 41350 Vineuil, France [email protected]
VEHICLE ROUTING PROBLEM
VEHICLE ROUTING PROBLEM Readings: E&M 0 Topics: versus TSP Solution methods Decision support systems for Relationship between TSP and Vehicle routing problem () is similar to the Traveling salesman problem
. 1/ CHAPTER- 4 SIMULATION RESULTS & DISCUSSION CHAPTER 4 SIMULATION RESULTS & DISCUSSION 4.1: ANT COLONY OPTIMIZATION BASED ON ESTIMATION OF DISTRIBUTION ACS possesses
MuACOsm A New Mutation-Based Ant Colony Optimization Algorithm for Learning Finite-State Machines
MuACOsm A New Mutation-Based Ant Colony Optimization Algorithm for Learning Finite-State Machines Daniil Chivilikhin and Vladimir Ulyantsev National Research University of IT, Mechanics and Optics St.
A Set-Partitioning-Based Model for the Stochastic Vehicle Routing Problem
A Set-Partitioning-Based Model for the Stochastic Vehicle Routing Problem Clara Novoa Department of Engineering and Technology Texas State University 601 University Drive San Marcos, TX 78666 [email protected]
A hierarchical multicriteria routing model with traffic splitting for MPLS networks
A hierarchical multicriteria routing model with traffic splitting for MPLS networks João Clímaco, José Craveirinha, Marta Pascoal jclimaco@inesccpt, jcrav@deecucpt, marta@matucpt University of Coimbra
ACO FOR OPTIMAL SENSOR LAYOUT
Stefka Fidanova 1, Pencho Marinov 1 and Enrique Alba 2 1 Institute for Parallel Processing, Bulgarian Academy of Science, Acad. G. Bonchev str. bl.25a, 1113 Sofia, Bulgaria 2 E.T.S.I. Informatica, Grupo
Vehicle Routing and Scheduling. Martin Savelsbergh The Logistics Institute Georgia Institute of Technology
Vehicle Routing and Scheduling Martin Savelsbergh The Logistics Institute Georgia Institute of Technology Vehicle Routing and Scheduling Part I: Basic Models and Algorithms Introduction Freight routing
Hybrid Heterogeneous Electric Fleet Routing Problem with City Center Restrictions
Hybrid Heterogeneous Electric Fleet Routing Problem with City Center Restrictions Gerhard Hiermann 1, Richard Hartl 2, Jakob Puchinger 1, Thibaut Vidal 3 1 AIT Austrian Institute of Technology 2 University
TRANSPORT PLANNING IN CONDITIONS OF DIFFERENT TRANSPORT TARIFFS APPLICATION OF INTEGER PROGRAMMING
TOTAL LOGISTIC MANAGEMENT No. 1 2008 PP. 25 31 Paweł HANCZAR TRANSPORT PLANNING IN CONDITIONS OF DIFFERENT TRANSPORT TARIFFS APPLICATION OF INTEGER PROGRAMMING Abstract: This paper presents the application
A Proposed Scheme for Software Project Scheduling and Allocation with Event Based Scheduler using Ant Colony Optimization
A Proposed Scheme for Software Project Scheduling and Allocation with Event Based Scheduler using Ant Colony Optimization Arjita sharma 1, Niyati R Bhele 2, Snehal S Dhamale 3, Bharati Parkhe 4 NMIET,
Solving a New Mathematical Model for a Periodic Vehicle Routing Problem by Particle Swarm Optimization
Transportation Research Institute Iran University of Science and Technology Ministry of Science, Research and Technology Transportation Research Journal 1 (2012) 77-87 TRANSPORTATION RESEARCH JOURNAL www.trijournal.ir
Multi-Objective Ant Colony Optimization for Solving the Twin- Screw Extrusion Configuration Problem
Multi-Objective Ant Colony Optimization for Solving the Twin- Screw Extrusion Configuration Problem Cristina Teixeira*, J. A. Covas*, Thomas Stützle** and A. Gaspar-Cunha* *IPC/I3N-Institute for Polymer
IAJIT First Online Publication
Using the Ant Colony Algorithm for Real-Time Automatic Route of School Buses Tuncay Yigit and Ozkan Unsal Department of Computer Engineering, Süleyman Demirel University, Turkey Abstract: Transportation
ANT COLONY OPTIMIZATION AND LOCAL SEARCH FOR THE PROBABILISTIC TRAVELING SALESMAN PROBLEM: A CASE STUDY IN STOCHASTIC COMBINATORIAL OPTIMIZATION
U N I V E R S I T E L I B R E D E B R U X E L L E S, U N I V E R S I T E D E U R O P E Faculté des Sciences appliquées Année académique 2005-2006 ANT COLONY OPTIMIZATION AND LOCAL SEARCH FOR THE PROBABILISTIC
A Study of Local Optima in the Biobjective Travelling Salesman Problem
A Study of Local Optima in the Biobjective Travelling Salesman Problem Luis Paquete, Marco Chiarandini and Thomas Stützle FG Intellektik, Technische Universität Darmstadt, Alexanderstr. 10, Darmstadt,
A novel ACO technique for Fast and Near Optimal Solutions for the Multi-dimensional Multi-choice Knapsack Problem
A novel ACO technique for Fast and Near Optimal Solutions for the Multi-dimensional Multi-choice Knapsack Problem Shahrear Iqbal, Md. Faizul Bari, Dr. M. Sohel Rahman AlEDA Group Department of Computer
A MIXED INTEGER PROGRAMMING FOR A VEHICLE ROUTING PROBLEM WITH TIME WINDOWS: A CASE STUDY OF A THAI SEASONING COMPANY. Abstract
A MIXED INTEGER PROGRAMMING FOR A VEHICLE ROUTING PROBLEM WITH TIME WINDOWS: A CASE STUDY OF A THAI SEASONING COMPANY Supanat Suwansusamran 1 and Pornthipa Ongunaru 2 Department of Agro-Industrial Technology,
Charles Fleurent Director - Optimization algorithms
Software Tools for Transit Scheduling and Routing at GIRO Charles Fleurent Director - Optimization algorithms Objectives Provide an overview of software tools and optimization algorithms offered by GIRO
Swarm Intelligence Algorithms Parameter Tuning
Swarm Intelligence Algorithms Parameter Tuning Milan TUBA Faculty of Computer Science Megatrend University of Belgrade Bulevar umetnosti 29, N. Belgrade SERBIA [email protected] Abstract: - Nature inspired
Constrained Clustering of Territories in the Context of Car Insurance
Constrained Clustering of Territories in the Context of Car Insurance Samuel Perreault Jean-Philippe Le Cavalier Laval University July 2014 Perreault & Le Cavalier (ULaval) Constrained Clustering July
Binary Ant Colony Evolutionary Algorithm
Weiqing Xiong Liuyi Wang Chenyang Yan School of Information Science and Engineering Ningbo University, Ningbo 35 China Weiqing,[email protected], Liuyi,[email protected] School Information and Electrical
A CENTROID-BASED HEURISTIC ALGORITHM FOR THE CAPACITATED VEHICLE ROUTING PROBLEM
Computing and Informatics, Vol. 30, 2011, 721 732 A CENTROID-BASED HEURISTIC ALGORITHM FOR THE CAPACITATED VEHICLE ROUTING PROBLEM Kwangcheol Shin Department of Computer Science Korea Advanced Institute
On a Railway Maintenance Scheduling Problem with Customer Costs and Multi-Depots
Als Manuskript gedruckt Technische Universität Dresden Herausgeber: Der Rektor On a Railway Maintenance Scheduling Problem with Customer Costs and Multi-Depots F. Heinicke (1), A. Simroth (1), G. Scheithauer
A Logistic Management System Integrating Inventory Management and Routing
A Logistic Management System Integrating Inventory Management and Routing Ana Luísa Custódio* Dept. Mathematics FCT UNL *[email protected] Rui Carvalho Oliveira** CESUR/Dept. Civil Engineering IST UTL **[email protected]
An ACO/VNS Hybrid Approach for a Large-Scale Energy Management Problem
An ACO/VNS Hybrid Approach for a Large-Scale Energy Management Problem Challenge ROADEF/EURO 2010 Roman Steiner, Sandro Pirkwieser, Matthias Prandtstetter Vienna University of Technology, Austria Institute
Online vehicle routing and scheduling with continuous vehicle tracking
Online vehicle routing and scheduling with continuous vehicle tracking Jean Respen, Nicolas Zufferey, Jean-Yves Potvin To cite this version: Jean Respen, Nicolas Zufferey, Jean-Yves Potvin. Online vehicle
The Goldberg Rao Algorithm for the Maximum Flow Problem
The Goldberg Rao Algorithm for the Maximum Flow Problem COS 528 class notes October 18, 2006 Scribe: Dávid Papp Main idea: use of the blocking flow paradigm to achieve essentially O(min{m 2/3, n 1/2 }
Design and Analysis of ACO algorithms for edge matching problems
Design and Analysis of ACO algorithms for edge matching problems Carl Martin Dissing Söderlind Kgs. Lyngby 2010 DTU Informatics Department of Informatics and Mathematical Modelling Technical University
A Performance Comparison of GA and ACO Applied to TSP
A Performance Comparison of GA and ACO Applied to TSP Sabry Ahmed Haroun Laboratoire LISER, ENSEM, UH2C Casablanca, Morocco. Benhra Jamal Laboratoire LISER, ENSEM, UH2C Casablanca, Morocco. El Hassani
Alpha Cut based Novel Selection for Genetic Algorithm
Alpha Cut based Novel for Genetic Algorithm Rakesh Kumar Professor Girdhar Gopal Research Scholar Rajesh Kumar Assistant Professor ABSTRACT Genetic algorithm (GA) has several genetic operators that can
Integration of ACO in a Constraint Programming Language
Integration of ACO in a Constraint Programming Language Madjid Khichane 12, Patrick Albert 1, and Christine Solnon 2 1 ILOG 2 LIRIS, UMR 5205 CNRS / University of Lyon ANTS 08 Motivations Ant Colony Optimization
Distributed Optimization by Ant Colonies
APPEARED IN PROCEEDINGS OF ECAL91 - EUROPEAN CONFERENCE ON ARTIFICIAL LIFE, PARIS, FRANCE, ELSEVIER PUBLISHING, 134 142. Distributed Optimization by Ant Colonies Alberto Colorni, Marco Dorigo, Vittorio
Stochastic Ship Fleet Routing with Inventory Limits YU YU
Stochastic Ship Fleet Routing with Inventory Limits YU YU Doctor of Philosophy University of Edinburgh 2009 Declaration I declare that this thesis was composed by myself and that the work contained therein
An Iterated Local Search heuristic for the Heterogeneous Fleet Vehicle Routing Problem
J Heuristics manuscript No. (will be inserted by the editor) An Iterated Local Search heuristic for the Heterogeneous Fleet Vehicle Routing Problem Puca Huachi Vaz Penna Anand Subramanian Luiz Satoru Ochi
t := maxγ ν subject to ν {0,1,2,...} and f(x c +γ ν d) f(x c )+cγ ν f (x c ;d).
1. Line Search Methods Let f : R n R be given and suppose that x c is our current best estimate of a solution to P min x R nf(x). A standard method for improving the estimate x c is to choose a direction
On the Impact of Real-Time Information on. Field Service Scheduling. Ioannis Petrakis, Christian Hass, Martin Bichler 1
On the Impact of Real-Time Information on Field Service Scheduling Ioannis Petrakis, Christian Hass, Martin Bichler 1 Department of Informatics, TU München, Germany Mobile phone operators need to plan
The Multi-Depot Vehicle Routing Problem with Inter-Depot Routes
The Multi-Depot Vehicle Routing Problem with Inter-Depot Routes Benoit Crevier, Jean-François Cordeau and Gilbert Laporte Canada Research Chair in Distribution Management HEC Montréal 3000 chemin de la
Management of Software Projects with GAs
MIC05: The Sixth Metaheuristics International Conference 1152-1 Management of Software Projects with GAs Enrique Alba J. Francisco Chicano Departamento de Lenguajes y Ciencias de la Computación, Universidad
HYBRID GENETIC ALGORITHMS FOR SCHEDULING ADVERTISEMENTS ON A WEB PAGE
HYBRID GENETIC ALGORITHMS FOR SCHEDULING ADVERTISEMENTS ON A WEB PAGE Subodha Kumar University of Washington [email protected] Varghese S. Jacob University of Texas at Dallas [email protected]
Ant Colony System: A Cooperative Learning Approach to the Traveling Salesman Problem
Ant Colony System: A Cooperative Learning Approach to the Traveling Salesman Problem TR/IRIDIA/1996-5 Université Libre de Bruxelles Belgium Marco Dorigo IRIDIA, Université Libre de Bruxelles, CP 194/6,
R u t c o r Research R e p o r t. A Method to Schedule Both Transportation and Production at the Same Time in a Special FMS.
R u t c o r Research R e p o r t A Method to Schedule Both Transportation and Production at the Same Time in a Special FMS Navid Hashemian a Béla Vizvári b RRR 3-2011, February 21, 2011 RUTCOR Rutgers
The Application Research of Ant Colony Algorithm in Search Engine Jian Lan Liu1, a, Li Zhu2,b
3rd International Conference on Materials Engineering, Manufacturing Technology and Control (ICMEMTC 2016) The Application Research of Ant Colony Algorithm in Search Engine Jian Lan Liu1, a, Li Zhu2,b
Revenue Management for Transportation Problems
Revenue Management for Transportation Problems Francesca Guerriero Giovanna Miglionico Filomena Olivito Department of Electronic Informatics and Systems, University of Calabria Via P. Bucci, 87036 Rende
Constraints Propagation Techniques in Batch Plants Planning and Scheduling
European Symposium on Computer Arded Aided Process Engineering 15 L. Puigjaner and A. Espuña (Editors) 2005 Elsevier Science B.V. All rights reserved. Constraints Propagation Techniques in Batch Plants
The truck scheduling problem at cross-docking terminals
The truck scheduling problem at cross-docking terminals Lotte Berghman,, Roel Leus, Pierre Lopez To cite this version: Lotte Berghman,, Roel Leus, Pierre Lopez. The truck scheduling problem at cross-docking
A cluster-based optimization approach for the multi-depot heterogeneous fleet vehicle routing problem with time windows
European Journal of Operational Research 176 (2007) 1478 1507 Discrete Optimization A cluster-based optimization approach for the multi-depot heterogeneous fleet vehicle routing problem with time windows
Scheduling Technicians and Tasks in a Telecommunications Company
Scheduling Technicians and Tasks in a Telecommunications Company Jean-François Cordeau Canada Research Chair in Logistics and Transportation, HEC Montréal 3000, chemin de la Côte-Sainte-Catherine, Montréal,
