SlideShare a Scribd company logo
1 of 6
Download to read offline
International Journal of Engineering Inventions
e-ISSN: 2278-7461, p-ISSN: 2319-6491
Volume 4, Issue 10 (October 2014) PP: 11-16
www.ijeijournal.com Page | 11
Improved Hybrid Behavior Ant Colony Algorithm to Solve the
Vehicle Routing Problem
He Min, Pan Dazhi
College of Mathematics and Information, China West Normal University, Nanchong 637009, China
Abstract: Vehicle routing problem is a NP-hard problem, with the expansion of problem solving more difficult.
This paper proposes a hybrid behavior based on ant colony algorithm to solve the problem, ant to different
objectives in the first place as the path selection according to the analysis of the impact on the algorithm, then
define the ant behavior and design four concrete ant behavior by selecting different ways of ant behavior to
form different improved algorithm. Finally, experimental results show that the improved algorithm can solve
vehicle routing problems quickly and effectively.
Keywords: Vehicle Routing Optimization, Ant Colony Algorithm, Hybrid Behavior, Ant Behavior Mutation
I. Introduction
Particle Vehicle Routing Problem (VRP) was put forward by Dantzig and Ramser [1] in 1959. General
meaning of VRP is that there are different demands of customers, from distribution centers according to the
appropriate path to arrange supply to individual customers, total requirements under given conditions to meet
the shortest path, minimum cost, least time consuming and other targets. The TSP is a special case of the VRP
and have proved to be NP-hard problem, so the VRP also belongs to the NP problems. VRP commonly
composed by customer demand point types, the number of distribution centers, vehicle model and quantity,
customer supply time constraints, target types. Different constraints constitute different VRP problems. We
study a non full-load vehicle scheduling problem on this article. The solution of the problem, an exact algorithm
is viable when the problem size is small, such as branch and bound algorithm [2], k-Center-tree method [3],
dynamic programming, etc. For relatively large VRP, traditional heuristic algorithm can be used to solve.
Literature [4] first proposed using the saving algorithm solving the VRP. Song wei-gang [5] in China also tried
saving algorithm to solve this problem. The traditional heuristic algorithm can solve the large-scale problem, but
the accuracy can’t be guaranteed. In recent years, modern intelligent algorithms have been successfully applied
to solve this kind of problem, including Tabu Search algorithm [6], Genetic algorithm [7], Simulated Annealing
algorithm [8], Neural Networks [9], Ant Colony algorithm [10], as well as between them or between them and
the traditional heuristic algorithms combine to form hybrid algorithms [11]. Ant Colony algorithm for the
earliest by Bullnheimer[12] applied to solve the VRP, after Bell[13] and others by using Ant Colony
Optimization to solve VRP and proposed a multiple Ant Colony algorithm. Domestic scholars on applications of
Ant Colony algorithm in VRP also did a lot of research. Liu zhi-shuo [14], and others applied Ant Colony
algorithm to solving the VRP, by bringing in uniformity of solutions, selecting windows and attractive concept
of transfer policy, such as improving and updating policies, structures with adaptive Ant Colony algorithm for
function. Literature [15] aimed at the limitation of the traditional Ant Colony algorithm to improve the strategy
of pheromone, heuristic factors, by comparing the experimental validity of the algorithm. Literature [16]
combines the quantum computing, and proposed a quantum to solve vehicle routing problem with time windows
Ant Colony algorithm. Literature [17] proposed a combination of improved Ant Colony optimization algorithm
for hybrid heuristic algorithm for search and neighborhood decline. In view of basic optimization of Ant Colony
algorithm in vehicle routing problem on the lack of an improved Ant Colony algorithm based on hybrid Ant
behavior, experimental results show that it has significantly improved.
II. Problem Description and Mathematical Model
The non full-load vehicle scheduling problem can be described as:There is one distribution center and l
customers. The distribution center have n vehicles with load capacity q. The demand of each customer is
( 1,2, , ),i ig i l q g  . Vehicles set out from distribution center and finally go back to the center. Each
customer point can only be supplied by one car. Customer demands can’t exceed the sum weight of per car. In
order to show the model conveniently, now define as follow: The number of distribution center is 0 and the
number of each customer is 1,2, ,l . ijc said the transportation cost from customer i to customer j. ijkx
indicates whether the vehicle k transport from point i to point j. iky indicates whether the point i distributed by
Improved Hybrid Behavior Ant Colony Algorithm to Solve the Vehicle Routing Problem
www.ijeijournal.com Page | 12
vehicle k and 0ky equal to 1. With this symbols to establish the mathematical model of vehicle scheduling
optimization problems is as follow:
The objective function:
  

m
k
l
i
l
j
ijkij xcZ
1 0 0
min (1)
Constraints:
10orxijk  , lji ,,1,0,  ; nk ,,2,1  (2)
10oryik  , li ,,2,1  ; nk ,,2,1  (3)
10 ky , nk ,,2,1  (4)
1
1

n
k
iky , li ,,2,1  (5)
jk
l
i
ijk yx 0
, lj ,1,0 ; nk ,,2,1  (6)
ik
l
j
ijk yx 0
, li ,1,0 ; nk ,,2,1  (7)


l
i
kiki qyg
1
, nk ,,2,1  (8)
In the above model, formula (1) is the objective function. The function requires vehicle dispatch project
arising out of total costs to a minimum. Formula (2) indicates whether the vehicle k drives from point i to point
j. Formula (3) indicates whether the customer i serviced by vehicles k. Formula (4) said that there are m cars
start from distribution centers and the last also have m cars in return. Formula (5) represents that each customer i
can be served by only one vehicle. Formula (6) said the vehicle can only serve for the needed customer. Formula
(7) said the vehicle can only drive into the customers who have been served just now. Formula (8) said the sum
of all customer demands served by vehicle k can’t surpass the vehicle weight.
III. The Principle and Implementation of Hybrid Behavior Ant Colony Algorithm
3.1 Ant behavior impacts on Ant Colony algorithm
Ant Colony algorithm actually is a positive feedback mechanism and the product of some combination
of heuristic. In early iterations of algorithm, due to the amount of pheromone on the path difference isn’t big,
ants, primarily on the basis of the distance between two points (heuristic) to find a better solution, then
equivalent to the greedy algorithm of Ant Colony algorithm. After the iteration algorithm to a certain algebraic,
better path pheromone significantly higher than the other side of the pheromone, now the ant colony is mainly
through the pheromone interaction and communication to find a better solution, namely the stronger the
pheromone path to become the greater the chance of the optimal path. Algorithm to search process at this stage
is mainly using the principle of positive feedback, the process in enhancing performance solution at the same
time, however, can easily lead to stagnation. This article is based on ant path selection in several different ways,
and Ant Colony optimization algorithm in solving the VRP, except the distance between two points and
pheromone concentration can be used as a judgment, other two factors should also be consider: First, the
distance between the customer point and the distribution center that means the customer points’ geographic
position to the distribution center is also very important. Second, try to reduce the number of vehicles can
reduce the cost, so the premise of meeting the vehicle load, vehicle loading solutions of higher income or better.
Therefore, this article designed an improved ant behavior, contains paths to save values and vehicle load by two
factors.
3.2 The design of ant behavior
Ant behavior is the rule set which guide ants’ moving direction. Usually the set can be expressed as:
{ | 1,2, , }iaction i n    , and i is the i factor which affect the behavior of ants. Based on the above
analysis towards solving the VRP , we defined the following four kinds of ant behavior.
action1: Ants choose the next point in a random way.
action2: Ants choose the next point in a greedy way. The transition probability is as follow:
Improved Hybrid Behavior Ant Colony Algorithm to Solve the Vehicle Routing Problem
www.ijeijournal.com Page | 13






 
otherwise
iJj
p
k
iJs
is
ij
k
ij
k
,0
)(
,
)(


(9)
ij
ij d
1 , ijd is the distance between the two clients. )(ikJ is a collection which ant k can choose the
next customer from it.
action3: Ants choose the next point according to the pheromone concentration. The transition probability
is as follow:






 
otherwise
iJj
p
k
iJs
is
ij
k
ij
k
,0
)(,
)(


(10)
ij is the pheromone concentration between point i and point j.
action4: Ants choose the next point by the following way:
  )(,][][][][maxarg iJsj kisisisis  
 (11)
is , is , )(iJk with the same type. issiis ddd  00 , this is a new variable which consider the
distance between customer point and distribution center, known as the saving value. It absorbs the saving
method. is reflects the saving value of connecting two customer points to the distribution center respectively
than connecting the two points directly.   qgq siis  , it be introduced after considering the vehicle load
capacity. With the condition of 1is , the bigger of is , the higher vehicle utilization rate. , , ,    refer
to the weighting factor of the pheromone concentration, stimulating factor, saving value, vehicle load rate in ant
path level of importance in the process. This article will select one or several kinds of ant behavior combination
to solve VRP, comparison and analysis to find the optimal results of algorithm, the following 4 types of
behavior matrix to explain the algorithm implementation process.
3.3 The algorithm’s implementation process
After all the ants complete the construction process solutions, calculating the optimal solution of this
iteration will be compared to the iterative optimal solutions and compare current optimal solutions, if better you
can replace the current optimum, then updating the path pheromone according to the following formula:
gbijij
L
Q
tt  )()1()1(  (12)
gb
L is the current optimal solution.  is pheromone volatilization factor, )1,0( . Using the global
optimal can accelerate the algorithm’s convergence speed, but it makes the best path’s pheromone many times
higher than the other path. This will lead to stagnate in local, so limit the pheromone in ],[ maxmin  . When
max)(  tij , setting max)(  tij . When min)(  tij , setting min)(  tij .
Algorithm description:
Step1: Initializing parameters: 4321 ::: rrrr ,  , Q, )0(ij ,  ,  ,  ,  , the largest iteration
number maxNC , and the algorithm basis data.
Step2: Generating m ants,
4321
1
rrrr
mr

ants act according to action1.
4321
2
rrrr
mr

ants act
according to action2.
4321
3
rrrr
mr

ants act according to action3.
4321
4
rrrr
mr

ants act according to
action4.
Step3: Putting all the ants on the distribution center.
Step4: For each ant
Repeat
Improved Hybrid Behavior Ant Colony Algorithm to Solve the Vehicle Routing Problem
www.ijeijournal.com Page | 14
Choosing the next customer according to it’s own rule;
Moving to the next customer point;
Putting this customer point number into their own taboo table;
Until exceeding the vehicle load capacity;
Back to the center;
End for
Step5: Calculating each ant’s path length and finding out the current optimal solution
b
L . If
gbb
LL  ,
using
b
L to exchange
gb
L ;
Step6: Updating the path pheromone according to (12), and judging whether it beyond the pheromone
scope ],[ maxmin  ;
Step7: 1 NCNC ,
If maxNCNC 
Output the optimal solution;
Exit the algorithm;
Else
Clean all ants’ taboo table;
Go to Step4;
End if
IV. Simulation Experiments and Analysis
Taking Chinese 31 cities coordinate data and different goods demands as an example to solve the VRP.
The hybrid of action 1,2,3,4 as algorithm Ⅰ, the hybrid of action 2,3,4 as algorithm Ⅱ, and the algorithm based
on action 4 called algorithm Ⅲ. We will compare the tree kinds of algorithms with the basic ant colony
algorithm (algorithm Ⅳ).
4.1 Algorithm parameters
Firstly, analysis the value of pheromone volatilization factor  and the different ratio of  ,  , , ,
based on algorithm Ⅲ. In the case of fixed the pheromone volatilization factor  , taking different ratio of
 ,  , ,  to solve the problem. The results are shown in table 1. "Best", "avg", "worst" represent the best
solution, average and worst solution after running 20 times.
Table 1. The influence of different parameter proportions on algorithm Ⅲ
: : :    1:1:1:1 1:2:1:1 1:2:2:1 1:2:2:2 2:2:2:1 1:3:2:1
best 103360 104860 103520 104390 105120 104350
avg 106108 105794 105439 105215 106362 106031
worst 107290 106670 106970 105860 107260 106910
It can be seen from table 1, when : : : 1:1:1:1     , the algorithm get the optimal value. When
: : : 1:2:2:1     , the effect is also good. Then fixed the proportion of : : :    , taking different
values of  , the results are shown in table 2.
Table 2. The influence of different values of  on the algorithm Ⅲ
 0.02 0.05 0.1 0.2 0.3 0.4 0.5
best 105530 104180 103170 104220 105230 105740 104590
avg 106559 105821 105238 106087 105944 106372 105659
worst 107040 107010 106610 106830 106620 107340 106820
It can be seen from table 2, when the value of  equal to 0.1, the algorithm’s “best”, ”avg” both obtain the
best performance.
4.2 Contrast experiments
Firstly, analysis the influence of different proportions of ant behavior on the algorithm Ⅰand algorithm Ⅱ.
The results are shown in table 3 and table 4, setting the number of ants as 100.
Improved Hybrid Behavior Ant Colony Algorithm to Solve the Vehicle Routing Problem
www.ijeijournal.com Page | 15
Table 3 The influence of different ant behavior proportions on algorithm Ⅰ
1 2 3 4: : :r r r r 1:2:5:12 1:2:8:9 1:1:2:6 1:1:4:4 2:1:2:5 2:2:3:3
best 104370 105180 105250 105760 104220 103230
avg 105927 106476 106952 106854 107010 107030
worst 107450 107900 107970 107950 108100 108010
From table 3, it can be seen, when 1 2 3 4: : : 2 : 2 : 3 : 3r r r r , algorithmⅠobtain the best value, but the
average value is not very ideal. But when 1 2 3 4: : : 1: 2 : 5 :12r r r r  , it have a better average value. The overall
effect is good.
Table 4 The influence of different ant behavior proportions on algorithm Ⅱ
2 3 4: :r r r 1:2:7 2:2:6 2:3:5 3:3:4
best 104000 104550 104510 105080
avg 105978 105932 106050 107212
worst 107660 107100 107170 108120
It can be seen from table 4, when 2 3 4: :r r r =1:2:7, algorithm Ⅱobtain the optimal value. That means
action 4 in a large proportion is effective.
And then compare the performance of algorithmⅠ, Ⅱ, Ⅲand basic ant colony algorithm (algorithm Ⅳ).
The parameter of algorithm Ⅳ: 5.1 , 4 , 5.0 , 15Q . Algorithm Ⅰ: 1 , 2 , 2 ,
1 , 1.0 , 12:5:2:1::: 4321 rrrr , 15Q . Algorithm Ⅱ: 1 , 2 , 2 , 1 ,
1.0 , 7:2:1:: 432 rrr , 15Q . Algorithm Ⅲ: 1 , 2 , 2 , 1 , 1.0 , 15Q .
Ants number with the same value100, each algorithm run 20 times. The results are shown in table 5.
Table 5. Algorithm comparing
Algorithm Ⅳ Algorithm Ⅰ Algorithm Ⅱ Algorithm Ⅲ
best 107070 103230 104130 103060
avg 107534 106708 105816 104949
worst 108070 108100 107040 105910
Average number of vehicle 13 12 12 12
Average vehicle load rate 86.54% 93.75% 93.75% 93.75%
It can be seen from table 5, the improved algorithm Ⅰ, Ⅱ, Ⅲ are superior than the algorithm Ⅳ.
Improved algorithm’s average number of vehicles is 12 and vehicle load rate increase significantly. What’s
more, the path length of improved algorithm also has greatly improved, algorithm Ⅲobtain the optimal value.
Taking action 4 as ants’ rout selecting principle has obtained the best improvement.
V. Conclusions
At first, this paper analyzes the mechanism of ant colony searching path in the process of solving VRP,
then puts forward several different ways of ant behavior accordingly and brings in the saving value in the ant
behavior and vehicle loading rate, so that ant behavior has made a great improvement. Finally, selecting one or
more of the behaviors constitute different algorithms, analyzing the performance of the algorithm is found to
improve distance and load rate of the algorithm are improved obviously. The algorithm Ⅲobtain the best effect.
ACKNOWLEDGEMENTS
This work was supported the Scientific Research Fund of Sichuan Education (14ZA0127) and Doctor
Foundation of China West Normal University (12B022).
REFERENCES
[1] Dantzig G, Ramser J. The truck dispatching problem[J]. Management Science, 1959,6(1),pp. 80-91.
[2] Bard JF, Kontoravdis G and Gang Y. A branch-and-cut procedure for the vehicle routing problem with time windows[J].
Transportation Science, 2002, 36(3),pp. 260-269.
[3] Christofides N, Mingozzi A, Toth P. Exact algorithms for the vehicle routing problem based on spanning tree and shortest path
relaxations[J]. Mathematical Programming, 1981, 20(1),pp. 255-282.
Improved Hybrid Behavior Ant Colony Algorithm to Solve the Vehicle Routing Problem
www.ijeijournal.com Page | 16
[4] Clarke G, Wright J. Scheduling of vehicles from a central depot to a number of delivery points[J]. Operations Research, 1964,
pp.568-581.
[5] Song wei-gang, Zhang hong-xia, Tong ling. C-W Algorithm for Vehicle Routing Problem of Non-Full Loads with Time
Windows[J]. Journal of Northeastern University(Natural Science), 2006, 27(1)pp. 65-68.
[6] Cordeau JF, Laporte G. A tabu search heuristic for the static multi-vehicle dial-a-ride problem. Transportation Research, 2003,
37(6):,pp.579-594.
[7] Baker BM, Ayechew MA. A genetic algorithm for the vehicle routing problem. Computer&Operations Research, 2003,
30(5),pp.787-800.
[8] Czech ZJ, Czarnsa P. parallel simulated annealing for the vehicle problem with time windows[C]. 10th Euromicro Workshop on
routing Parallel, Distributed and Network-based Processing.
[9] Storkey AJ, Valabregue R. The basin of attraction of a new Hopfield learning rule[J]. Neural Networks, 1999, 12(6),pp. 869-876.
[10] Dorigo M, Gambardella LM. Ant colony system: A cooperative learning approach to the traveling salesman problem. IEEE
Transactions on Evolutionary Computation, 1997, 1(1),pp. 53-56.
[11] Bullnheimer B, Hartl RF and Strauss C. Applying the Ant System to the Vehicle Routing Problem[C]. 2nd International Conference
on Meta-heuristics, Sophia-Antipolis, France, 1997.
[12] Bullnheimer B, Hartl R and Strauss C. Applying the ant system to the vehicle routing problem. proc of Meta-heuristics: Advances
and trends in local search paradigms for Optimization, 1999, pp.285-296.
[13] Bell J, Mcmullen P. Ant colony optimization techniques for the vehicle routing problem[J]. Advanced Engineering Informatics,
2004, 18(1),pp. 41-48.
[14] Liu zhi-shuo, Shen jin-sheng. An Adaptive Ant Colony Algorithm for Vehicle Routing Problem Based on the Evenness Solution[J].
Journal of System Simulation, 2005, 17(15) ,pp.1079-1083.
[15] Chen ying-xin. Study on VRP based on improved ant colony optimization[J]. Application Research of Computers, 2012,
29(6),pp.2031-2034.
[16] He xiao-feng, Ma liang. Quantum-inspired ant colony algorithm for vehicle routing problem with time windows[J]. Systems
Engineering—Theory&Practice, 2013, 33(5),pp. 1255-1261.
[17] Wang ren-min, Bi ying-zhou, Liu a ning,etc. Improved variable neighbourhood search algorithm for DVRP[J]. Computer
Engineering and Applications, 2014, 50(2),pp. 237-241.

More Related Content

What's hot

Solving real world delivery problem using improved max-min ant system with lo...
Solving real world delivery problem using improved max-min ant system with lo...Solving real world delivery problem using improved max-min ant system with lo...
Solving real world delivery problem using improved max-min ant system with lo...ijaia
 
352735339 rsh-qam11-tif-13-doc
352735339 rsh-qam11-tif-13-doc352735339 rsh-qam11-tif-13-doc
352735339 rsh-qam11-tif-13-docFiras Husseini
 
New Method for Finding an Optimal Solution of Generalized Fuzzy Transportatio...
New Method for Finding an Optimal Solution of Generalized Fuzzy Transportatio...New Method for Finding an Optimal Solution of Generalized Fuzzy Transportatio...
New Method for Finding an Optimal Solution of Generalized Fuzzy Transportatio...BRNSS Publication Hub
 
GRAPH COLOURING PROBLEM BASED ON DISCRETE IMPERIALIST COMPETITIVE ALGORITHM
GRAPH COLOURING PROBLEM BASED ON DISCRETE IMPERIALIST COMPETITIVE ALGORITHMGRAPH COLOURING PROBLEM BASED ON DISCRETE IMPERIALIST COMPETITIVE ALGORITHM
GRAPH COLOURING PROBLEM BASED ON DISCRETE IMPERIALIST COMPETITIVE ALGORITHMijfcstjournal
 
Operation research model for solving TSP
Operation research model for solving TSPOperation research model for solving TSP
Operation research model for solving TSPDrGovindshaysharma
 
Solving the Power Purchase Cost Optimization Problem with Improved DE Algorithm
Solving the Power Purchase Cost Optimization Problem with Improved DE AlgorithmSolving the Power Purchase Cost Optimization Problem with Improved DE Algorithm
Solving the Power Purchase Cost Optimization Problem with Improved DE AlgorithmIJEACS
 
Simulation-based Optimization of a Real-world Travelling Salesman Problem Usi...
Simulation-based Optimization of a Real-world Travelling Salesman Problem Usi...Simulation-based Optimization of a Real-world Travelling Salesman Problem Usi...
Simulation-based Optimization of a Real-world Travelling Salesman Problem Usi...CSCJournals
 
Fuzzy Model Presentation
Fuzzy Model Presentation Fuzzy Model Presentation
Fuzzy Model Presentation NurudeenIshaq1
 
Multi depot Time-dependent Vehicle Routing Problem with Heterogeneous Fleet
Multi depot Time-dependent Vehicle Routing Problem with Heterogeneous FleetMulti depot Time-dependent Vehicle Routing Problem with Heterogeneous Fleet
Multi depot Time-dependent Vehicle Routing Problem with Heterogeneous FleetArian Razmi Farooji
 
352735352 rsh-qam11-tif-09-doc
352735352 rsh-qam11-tif-09-doc352735352 rsh-qam11-tif-09-doc
352735352 rsh-qam11-tif-09-docFiras Husseini
 
A genetic algorithm to solve the
A genetic algorithm to solve theA genetic algorithm to solve the
A genetic algorithm to solve theIJCNCJournal
 
A Hybrid Formulation between Differential Evolution and Simulated Annealing A...
A Hybrid Formulation between Differential Evolution and Simulated Annealing A...A Hybrid Formulation between Differential Evolution and Simulated Annealing A...
A Hybrid Formulation between Differential Evolution and Simulated Annealing A...TELKOMNIKA JOURNAL
 
A Generic Agent Model Towards Comparing Resource Allocation Approaches to On-...
A Generic Agent Model Towards Comparing Resource Allocation Approaches to On-...A Generic Agent Model Towards Comparing Resource Allocation Approaches to On-...
A Generic Agent Model Towards Comparing Resource Allocation Approaches to On-...daoudalaa
 
DESIGN OF QUATERNARY LOGICAL CIRCUIT USING VOLTAGE AND CURRENT MODE LOGIC
DESIGN OF QUATERNARY LOGICAL CIRCUIT USING VOLTAGE AND CURRENT MODE LOGICDESIGN OF QUATERNARY LOGICAL CIRCUIT USING VOLTAGE AND CURRENT MODE LOGIC
DESIGN OF QUATERNARY LOGICAL CIRCUIT USING VOLTAGE AND CURRENT MODE LOGICVLSICS Design
 
A car sharing auction with temporal-spatial OD connection conditions
A car sharing auction with temporal-spatial OD connection conditionsA car sharing auction with temporal-spatial OD connection conditions
A car sharing auction with temporal-spatial OD connection conditionsharapon
 
A COMPARISON BETWEEN SWARM INTELLIGENCE ALGORITHMS FOR ROUTING PROBLEMS
A COMPARISON BETWEEN SWARM INTELLIGENCE ALGORITHMS FOR ROUTING PROBLEMSA COMPARISON BETWEEN SWARM INTELLIGENCE ALGORITHMS FOR ROUTING PROBLEMS
A COMPARISON BETWEEN SWARM INTELLIGENCE ALGORITHMS FOR ROUTING PROBLEMSecij
 
Multi-agent approach to resource allocation inautonomous vehicle fleet
Multi-agent approach to resource allocation inautonomous vehicle fleetMulti-agent approach to resource allocation inautonomous vehicle fleet
Multi-agent approach to resource allocation inautonomous vehicle fleetdaoudalaa
 
Enhanced Spectral Reflectance Reconstruction Using Pseudo-Inverse Estimation ...
Enhanced Spectral Reflectance Reconstruction Using Pseudo-Inverse Estimation ...Enhanced Spectral Reflectance Reconstruction Using Pseudo-Inverse Estimation ...
Enhanced Spectral Reflectance Reconstruction Using Pseudo-Inverse Estimation ...CSCJournals
 
Mixed Integer Linear Programming Formulation for the Taxi Sharing Problem
Mixed Integer Linear Programming Formulation for the Taxi Sharing ProblemMixed Integer Linear Programming Formulation for the Taxi Sharing Problem
Mixed Integer Linear Programming Formulation for the Taxi Sharing Problemjfrchicanog
 

What's hot (19)

Solving real world delivery problem using improved max-min ant system with lo...
Solving real world delivery problem using improved max-min ant system with lo...Solving real world delivery problem using improved max-min ant system with lo...
Solving real world delivery problem using improved max-min ant system with lo...
 
352735339 rsh-qam11-tif-13-doc
352735339 rsh-qam11-tif-13-doc352735339 rsh-qam11-tif-13-doc
352735339 rsh-qam11-tif-13-doc
 
New Method for Finding an Optimal Solution of Generalized Fuzzy Transportatio...
New Method for Finding an Optimal Solution of Generalized Fuzzy Transportatio...New Method for Finding an Optimal Solution of Generalized Fuzzy Transportatio...
New Method for Finding an Optimal Solution of Generalized Fuzzy Transportatio...
 
GRAPH COLOURING PROBLEM BASED ON DISCRETE IMPERIALIST COMPETITIVE ALGORITHM
GRAPH COLOURING PROBLEM BASED ON DISCRETE IMPERIALIST COMPETITIVE ALGORITHMGRAPH COLOURING PROBLEM BASED ON DISCRETE IMPERIALIST COMPETITIVE ALGORITHM
GRAPH COLOURING PROBLEM BASED ON DISCRETE IMPERIALIST COMPETITIVE ALGORITHM
 
Operation research model for solving TSP
Operation research model for solving TSPOperation research model for solving TSP
Operation research model for solving TSP
 
Solving the Power Purchase Cost Optimization Problem with Improved DE Algorithm
Solving the Power Purchase Cost Optimization Problem with Improved DE AlgorithmSolving the Power Purchase Cost Optimization Problem with Improved DE Algorithm
Solving the Power Purchase Cost Optimization Problem with Improved DE Algorithm
 
Simulation-based Optimization of a Real-world Travelling Salesman Problem Usi...
Simulation-based Optimization of a Real-world Travelling Salesman Problem Usi...Simulation-based Optimization of a Real-world Travelling Salesman Problem Usi...
Simulation-based Optimization of a Real-world Travelling Salesman Problem Usi...
 
Fuzzy Model Presentation
Fuzzy Model Presentation Fuzzy Model Presentation
Fuzzy Model Presentation
 
Multi depot Time-dependent Vehicle Routing Problem with Heterogeneous Fleet
Multi depot Time-dependent Vehicle Routing Problem with Heterogeneous FleetMulti depot Time-dependent Vehicle Routing Problem with Heterogeneous Fleet
Multi depot Time-dependent Vehicle Routing Problem with Heterogeneous Fleet
 
352735352 rsh-qam11-tif-09-doc
352735352 rsh-qam11-tif-09-doc352735352 rsh-qam11-tif-09-doc
352735352 rsh-qam11-tif-09-doc
 
A genetic algorithm to solve the
A genetic algorithm to solve theA genetic algorithm to solve the
A genetic algorithm to solve the
 
A Hybrid Formulation between Differential Evolution and Simulated Annealing A...
A Hybrid Formulation between Differential Evolution and Simulated Annealing A...A Hybrid Formulation between Differential Evolution and Simulated Annealing A...
A Hybrid Formulation between Differential Evolution and Simulated Annealing A...
 
A Generic Agent Model Towards Comparing Resource Allocation Approaches to On-...
A Generic Agent Model Towards Comparing Resource Allocation Approaches to On-...A Generic Agent Model Towards Comparing Resource Allocation Approaches to On-...
A Generic Agent Model Towards Comparing Resource Allocation Approaches to On-...
 
DESIGN OF QUATERNARY LOGICAL CIRCUIT USING VOLTAGE AND CURRENT MODE LOGIC
DESIGN OF QUATERNARY LOGICAL CIRCUIT USING VOLTAGE AND CURRENT MODE LOGICDESIGN OF QUATERNARY LOGICAL CIRCUIT USING VOLTAGE AND CURRENT MODE LOGIC
DESIGN OF QUATERNARY LOGICAL CIRCUIT USING VOLTAGE AND CURRENT MODE LOGIC
 
A car sharing auction with temporal-spatial OD connection conditions
A car sharing auction with temporal-spatial OD connection conditionsA car sharing auction with temporal-spatial OD connection conditions
A car sharing auction with temporal-spatial OD connection conditions
 
A COMPARISON BETWEEN SWARM INTELLIGENCE ALGORITHMS FOR ROUTING PROBLEMS
A COMPARISON BETWEEN SWARM INTELLIGENCE ALGORITHMS FOR ROUTING PROBLEMSA COMPARISON BETWEEN SWARM INTELLIGENCE ALGORITHMS FOR ROUTING PROBLEMS
A COMPARISON BETWEEN SWARM INTELLIGENCE ALGORITHMS FOR ROUTING PROBLEMS
 
Multi-agent approach to resource allocation inautonomous vehicle fleet
Multi-agent approach to resource allocation inautonomous vehicle fleetMulti-agent approach to resource allocation inautonomous vehicle fleet
Multi-agent approach to resource allocation inautonomous vehicle fleet
 
Enhanced Spectral Reflectance Reconstruction Using Pseudo-Inverse Estimation ...
Enhanced Spectral Reflectance Reconstruction Using Pseudo-Inverse Estimation ...Enhanced Spectral Reflectance Reconstruction Using Pseudo-Inverse Estimation ...
Enhanced Spectral Reflectance Reconstruction Using Pseudo-Inverse Estimation ...
 
Mixed Integer Linear Programming Formulation for the Taxi Sharing Problem
Mixed Integer Linear Programming Formulation for the Taxi Sharing ProblemMixed Integer Linear Programming Formulation for the Taxi Sharing Problem
Mixed Integer Linear Programming Formulation for the Taxi Sharing Problem
 

Viewers also liked

Main report chandan
Main report chandanMain report chandan
Main report chandanchandan sahu
 
Living Leviticus Introduction
Living Leviticus IntroductionLiving Leviticus Introduction
Living Leviticus IntroductionChris Gallagher
 
【转载】论文写作与学术规范 文稿常见问题
【转载】论文写作与学术规范 文稿常见问题【转载】论文写作与学术规范 文稿常见问题
【转载】论文写作与学术规范 文稿常见问题Yibo Yang
 
Ferrovial Executive Summary Jan Sep 2014
Ferrovial Executive Summary Jan Sep 2014Ferrovial Executive Summary Jan Sep 2014
Ferrovial Executive Summary Jan Sep 2014Ferrovial
 
Ancient civilization project
Ancient civilization projectAncient civilization project
Ancient civilization projectandy_saf
 
Presentatie 28 x_europa_2014
Presentatie 28 x_europa_2014Presentatie 28 x_europa_2014
Presentatie 28 x_europa_2014SLRD
 
2012 Kiplinger\'s Retirement Report Co-Branding Preview
2012 Kiplinger\'s Retirement Report Co-Branding Preview2012 Kiplinger\'s Retirement Report Co-Branding Preview
2012 Kiplinger\'s Retirement Report Co-Branding PreviewHealthMetrix
 
China beverage mfg. industry profile cic15 sample pages
China beverage mfg. industry profile cic15   sample pagesChina beverage mfg. industry profile cic15   sample pages
China beverage mfg. industry profile cic15 sample pagesBeijing Zeefer Consulting Ltd.
 
Energy Efficiency at Crystal Cabinet Works, Inc.
Energy Efficiency at Crystal Cabinet Works, Inc.Energy Efficiency at Crystal Cabinet Works, Inc.
Energy Efficiency at Crystal Cabinet Works, Inc.University of Minnesota
 
Hidden Treasures Bazaar Presentation 12/30/14 7:00PM EST
Hidden Treasures Bazaar Presentation 12/30/14 7:00PM ESTHidden Treasures Bazaar Presentation 12/30/14 7:00PM EST
Hidden Treasures Bazaar Presentation 12/30/14 7:00PM ESTCassarah Peony
 
Writing at home presentation
Writing at home presentationWriting at home presentation
Writing at home presentationawaters410
 

Viewers also liked (20)

Facebook
FacebookFacebook
Facebook
 
Test 1
Test 1Test 1
Test 1
 
Main report chandan
Main report chandanMain report chandan
Main report chandan
 
Living Leviticus Introduction
Living Leviticus IntroductionLiving Leviticus Introduction
Living Leviticus Introduction
 
Qué son los materiales didácticos
Qué son los materiales didácticosQué son los materiales didácticos
Qué son los materiales didácticos
 
【转载】论文写作与学术规范 文稿常见问题
【转载】论文写作与学术规范 文稿常见问题【转载】论文写作与学术规范 文稿常见问题
【转载】论文写作与学术规范 文稿常见问题
 
Ferrovial Executive Summary Jan Sep 2014
Ferrovial Executive Summary Jan Sep 2014Ferrovial Executive Summary Jan Sep 2014
Ferrovial Executive Summary Jan Sep 2014
 
H04025057
H04025057H04025057
H04025057
 
D04 06 2438
D04 06 2438D04 06 2438
D04 06 2438
 
April 13, 2014 web
April 13, 2014 webApril 13, 2014 web
April 13, 2014 web
 
Ancient civilization project
Ancient civilization projectAncient civilization project
Ancient civilization project
 
Presentatie 28 x_europa_2014
Presentatie 28 x_europa_2014Presentatie 28 x_europa_2014
Presentatie 28 x_europa_2014
 
071224 Antartida
071224 Antartida 071224 Antartida
071224 Antartida
 
2012 Kiplinger\'s Retirement Report Co-Branding Preview
2012 Kiplinger\'s Retirement Report Co-Branding Preview2012 Kiplinger\'s Retirement Report Co-Branding Preview
2012 Kiplinger\'s Retirement Report Co-Branding Preview
 
China beverage mfg. industry profile cic15 sample pages
China beverage mfg. industry profile cic15   sample pagesChina beverage mfg. industry profile cic15   sample pages
China beverage mfg. industry profile cic15 sample pages
 
Energy Efficiency at Crystal Cabinet Works, Inc.
Energy Efficiency at Crystal Cabinet Works, Inc.Energy Efficiency at Crystal Cabinet Works, Inc.
Energy Efficiency at Crystal Cabinet Works, Inc.
 
About me
About meAbout me
About me
 
Dizipia
DizipiaDizipia
Dizipia
 
Hidden Treasures Bazaar Presentation 12/30/14 7:00PM EST
Hidden Treasures Bazaar Presentation 12/30/14 7:00PM ESTHidden Treasures Bazaar Presentation 12/30/14 7:00PM EST
Hidden Treasures Bazaar Presentation 12/30/14 7:00PM EST
 
Writing at home presentation
Writing at home presentationWriting at home presentation
Writing at home presentation
 

Similar to B04 05 1116

Vehicle route scheduling and transportation cost minimization in a latex indu...
Vehicle route scheduling and transportation cost minimization in a latex indu...Vehicle route scheduling and transportation cost minimization in a latex indu...
Vehicle route scheduling and transportation cost minimization in a latex indu...IJRES Journal
 
tAnt colony optimization for
tAnt colony optimization fortAnt colony optimization for
tAnt colony optimization forcsandit
 
Ant colony optimization for
Ant colony optimization forAnt colony optimization for
Ant colony optimization forcsandit
 
HOPX Crossover Operator for the Fixed Charge Logistic Model with Priority Bas...
HOPX Crossover Operator for the Fixed Charge Logistic Model with Priority Bas...HOPX Crossover Operator for the Fixed Charge Logistic Model with Priority Bas...
HOPX Crossover Operator for the Fixed Charge Logistic Model with Priority Bas...IJECEIAES
 
The optimization of running queries in relational databases using ant colony ...
The optimization of running queries in relational databases using ant colony ...The optimization of running queries in relational databases using ant colony ...
The optimization of running queries in relational databases using ant colony ...ijdms
 
UcyQNFG8C16k.docx - Preparation of Ceria Fibers Via ...
UcyQNFG8C16k.docx - Preparation of Ceria Fibers Via ...UcyQNFG8C16k.docx - Preparation of Ceria Fibers Via ...
UcyQNFG8C16k.docx - Preparation of Ceria Fibers Via ...butest
 
Optimal Allocation Policy for Fleet Management
Optimal Allocation Policy for Fleet ManagementOptimal Allocation Policy for Fleet Management
Optimal Allocation Policy for Fleet ManagementYogeshIJTSRD
 
HYBRID ANT COLONY ALGORITHM FOR THE MULTI-DEPOT PERIODIC OPEN CAPACITATED ARC...
HYBRID ANT COLONY ALGORITHM FOR THE MULTI-DEPOT PERIODIC OPEN CAPACITATED ARC...HYBRID ANT COLONY ALGORITHM FOR THE MULTI-DEPOT PERIODIC OPEN CAPACITATED ARC...
HYBRID ANT COLONY ALGORITHM FOR THE MULTI-DEPOT PERIODIC OPEN CAPACITATED ARC...gerogepatton
 
HYBRID ANT COLONY ALGORITHM FOR THE MULTI-DEPOT PERIODIC OPEN CAPACITATED ARC...
HYBRID ANT COLONY ALGORITHM FOR THE MULTI-DEPOT PERIODIC OPEN CAPACITATED ARC...HYBRID ANT COLONY ALGORITHM FOR THE MULTI-DEPOT PERIODIC OPEN CAPACITATED ARC...
HYBRID ANT COLONY ALGORITHM FOR THE MULTI-DEPOT PERIODIC OPEN CAPACITATED ARC...ijaia
 
An optimal design of current conveyors using a hybrid-based metaheuristic alg...
An optimal design of current conveyors using a hybrid-based metaheuristic alg...An optimal design of current conveyors using a hybrid-based metaheuristic alg...
An optimal design of current conveyors using a hybrid-based metaheuristic alg...IJECEIAES
 
The Effects of Crossdock Shapes on Material Handling Costs
The Effects of Crossdock Shapes on Material Handling CostsThe Effects of Crossdock Shapes on Material Handling Costs
The Effects of Crossdock Shapes on Material Handling Costsijceronline
 
Help the Genetic Algorithm to Minimize the Urban Traffic on Intersections
Help the Genetic Algorithm to Minimize the Urban Traffic on IntersectionsHelp the Genetic Algorithm to Minimize the Urban Traffic on Intersections
Help the Genetic Algorithm to Minimize the Urban Traffic on IntersectionsIJORCS
 
Parallel Artificial Bee Colony Algorithm
Parallel Artificial Bee Colony AlgorithmParallel Artificial Bee Colony Algorithm
Parallel Artificial Bee Colony AlgorithmSameer Raghuram
 
A HYBRID COA-DEA METHOD FOR SOLVING MULTI-OBJECTIVE PROBLEMS
A HYBRID COA-DEA METHOD FOR SOLVING MULTI-OBJECTIVE PROBLEMS A HYBRID COA-DEA METHOD FOR SOLVING MULTI-OBJECTIVE PROBLEMS
A HYBRID COA-DEA METHOD FOR SOLVING MULTI-OBJECTIVE PROBLEMS ijcsa
 
Path Planning of Mobile aco fuzzy-presentation.pptx
Path Planning of Mobile aco fuzzy-presentation.pptxPath Planning of Mobile aco fuzzy-presentation.pptx
Path Planning of Mobile aco fuzzy-presentation.pptxssuserf6b378
 
Non-convex constrained economic power dispatch with prohibited operating zone...
Non-convex constrained economic power dispatch with prohibited operating zone...Non-convex constrained economic power dispatch with prohibited operating zone...
Non-convex constrained economic power dispatch with prohibited operating zone...IJECEIAES
 
Mobile robot path planning using ant colony optimization
Mobile robot path planning using ant colony optimizationMobile robot path planning using ant colony optimization
Mobile robot path planning using ant colony optimizationeSAT Publishing House
 

Similar to B04 05 1116 (20)

Vehicle route scheduling and transportation cost minimization in a latex indu...
Vehicle route scheduling and transportation cost minimization in a latex indu...Vehicle route scheduling and transportation cost minimization in a latex indu...
Vehicle route scheduling and transportation cost minimization in a latex indu...
 
I04105358
I04105358I04105358
I04105358
 
tAnt colony optimization for
tAnt colony optimization fortAnt colony optimization for
tAnt colony optimization for
 
Ant colony optimization for
Ant colony optimization forAnt colony optimization for
Ant colony optimization for
 
HOPX Crossover Operator for the Fixed Charge Logistic Model with Priority Bas...
HOPX Crossover Operator for the Fixed Charge Logistic Model with Priority Bas...HOPX Crossover Operator for the Fixed Charge Logistic Model with Priority Bas...
HOPX Crossover Operator for the Fixed Charge Logistic Model with Priority Bas...
 
The optimization of running queries in relational databases using ant colony ...
The optimization of running queries in relational databases using ant colony ...The optimization of running queries in relational databases using ant colony ...
The optimization of running queries in relational databases using ant colony ...
 
UcyQNFG8C16k.docx - Preparation of Ceria Fibers Via ...
UcyQNFG8C16k.docx - Preparation of Ceria Fibers Via ...UcyQNFG8C16k.docx - Preparation of Ceria Fibers Via ...
UcyQNFG8C16k.docx - Preparation of Ceria Fibers Via ...
 
Optimal Allocation Policy for Fleet Management
Optimal Allocation Policy for Fleet ManagementOptimal Allocation Policy for Fleet Management
Optimal Allocation Policy for Fleet Management
 
HYBRID ANT COLONY ALGORITHM FOR THE MULTI-DEPOT PERIODIC OPEN CAPACITATED ARC...
HYBRID ANT COLONY ALGORITHM FOR THE MULTI-DEPOT PERIODIC OPEN CAPACITATED ARC...HYBRID ANT COLONY ALGORITHM FOR THE MULTI-DEPOT PERIODIC OPEN CAPACITATED ARC...
HYBRID ANT COLONY ALGORITHM FOR THE MULTI-DEPOT PERIODIC OPEN CAPACITATED ARC...
 
HYBRID ANT COLONY ALGORITHM FOR THE MULTI-DEPOT PERIODIC OPEN CAPACITATED ARC...
HYBRID ANT COLONY ALGORITHM FOR THE MULTI-DEPOT PERIODIC OPEN CAPACITATED ARC...HYBRID ANT COLONY ALGORITHM FOR THE MULTI-DEPOT PERIODIC OPEN CAPACITATED ARC...
HYBRID ANT COLONY ALGORITHM FOR THE MULTI-DEPOT PERIODIC OPEN CAPACITATED ARC...
 
An optimal design of current conveyors using a hybrid-based metaheuristic alg...
An optimal design of current conveyors using a hybrid-based metaheuristic alg...An optimal design of current conveyors using a hybrid-based metaheuristic alg...
An optimal design of current conveyors using a hybrid-based metaheuristic alg...
 
The Effects of Crossdock Shapes on Material Handling Costs
The Effects of Crossdock Shapes on Material Handling CostsThe Effects of Crossdock Shapes on Material Handling Costs
The Effects of Crossdock Shapes on Material Handling Costs
 
Help the Genetic Algorithm to Minimize the Urban Traffic on Intersections
Help the Genetic Algorithm to Minimize the Urban Traffic on IntersectionsHelp the Genetic Algorithm to Minimize the Urban Traffic on Intersections
Help the Genetic Algorithm to Minimize the Urban Traffic on Intersections
 
V26136141
V26136141V26136141
V26136141
 
Parallel Artificial Bee Colony Algorithm
Parallel Artificial Bee Colony AlgorithmParallel Artificial Bee Colony Algorithm
Parallel Artificial Bee Colony Algorithm
 
coa dea(3)
coa dea(3)coa dea(3)
coa dea(3)
 
A HYBRID COA-DEA METHOD FOR SOLVING MULTI-OBJECTIVE PROBLEMS
A HYBRID COA-DEA METHOD FOR SOLVING MULTI-OBJECTIVE PROBLEMS A HYBRID COA-DEA METHOD FOR SOLVING MULTI-OBJECTIVE PROBLEMS
A HYBRID COA-DEA METHOD FOR SOLVING MULTI-OBJECTIVE PROBLEMS
 
Path Planning of Mobile aco fuzzy-presentation.pptx
Path Planning of Mobile aco fuzzy-presentation.pptxPath Planning of Mobile aco fuzzy-presentation.pptx
Path Planning of Mobile aco fuzzy-presentation.pptx
 
Non-convex constrained economic power dispatch with prohibited operating zone...
Non-convex constrained economic power dispatch with prohibited operating zone...Non-convex constrained economic power dispatch with prohibited operating zone...
Non-convex constrained economic power dispatch with prohibited operating zone...
 
Mobile robot path planning using ant colony optimization
Mobile robot path planning using ant colony optimizationMobile robot path planning using ant colony optimization
Mobile robot path planning using ant colony optimization
 

More from International Journal of Engineering Inventions www.ijeijournal.com

More from International Journal of Engineering Inventions www.ijeijournal.com (20)

H04124548
H04124548H04124548
H04124548
 
G04123844
G04123844G04123844
G04123844
 
F04123137
F04123137F04123137
F04123137
 
E04122330
E04122330E04122330
E04122330
 
C04121115
C04121115C04121115
C04121115
 
B04120610
B04120610B04120610
B04120610
 
A04120105
A04120105A04120105
A04120105
 
F04113640
F04113640F04113640
F04113640
 
E04112135
E04112135E04112135
E04112135
 
D04111520
D04111520D04111520
D04111520
 
C04111114
C04111114C04111114
C04111114
 
B04110710
B04110710B04110710
B04110710
 
A04110106
A04110106A04110106
A04110106
 
H04104952
H04104952H04104952
H04104952
 
G04103948
G04103948G04103948
G04103948
 
F04103138
F04103138F04103138
F04103138
 
E04102330
E04102330E04102330
E04102330
 
D04101822
D04101822D04101822
D04101822
 
C04101217
C04101217C04101217
C04101217
 
B04100611
B04100611B04100611
B04100611
 

Recently uploaded

Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilV3cube
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 

Recently uploaded (20)

Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 

B04 05 1116

  • 1. International Journal of Engineering Inventions e-ISSN: 2278-7461, p-ISSN: 2319-6491 Volume 4, Issue 10 (October 2014) PP: 11-16 www.ijeijournal.com Page | 11 Improved Hybrid Behavior Ant Colony Algorithm to Solve the Vehicle Routing Problem He Min, Pan Dazhi College of Mathematics and Information, China West Normal University, Nanchong 637009, China Abstract: Vehicle routing problem is a NP-hard problem, with the expansion of problem solving more difficult. This paper proposes a hybrid behavior based on ant colony algorithm to solve the problem, ant to different objectives in the first place as the path selection according to the analysis of the impact on the algorithm, then define the ant behavior and design four concrete ant behavior by selecting different ways of ant behavior to form different improved algorithm. Finally, experimental results show that the improved algorithm can solve vehicle routing problems quickly and effectively. Keywords: Vehicle Routing Optimization, Ant Colony Algorithm, Hybrid Behavior, Ant Behavior Mutation I. Introduction Particle Vehicle Routing Problem (VRP) was put forward by Dantzig and Ramser [1] in 1959. General meaning of VRP is that there are different demands of customers, from distribution centers according to the appropriate path to arrange supply to individual customers, total requirements under given conditions to meet the shortest path, minimum cost, least time consuming and other targets. The TSP is a special case of the VRP and have proved to be NP-hard problem, so the VRP also belongs to the NP problems. VRP commonly composed by customer demand point types, the number of distribution centers, vehicle model and quantity, customer supply time constraints, target types. Different constraints constitute different VRP problems. We study a non full-load vehicle scheduling problem on this article. The solution of the problem, an exact algorithm is viable when the problem size is small, such as branch and bound algorithm [2], k-Center-tree method [3], dynamic programming, etc. For relatively large VRP, traditional heuristic algorithm can be used to solve. Literature [4] first proposed using the saving algorithm solving the VRP. Song wei-gang [5] in China also tried saving algorithm to solve this problem. The traditional heuristic algorithm can solve the large-scale problem, but the accuracy can’t be guaranteed. In recent years, modern intelligent algorithms have been successfully applied to solve this kind of problem, including Tabu Search algorithm [6], Genetic algorithm [7], Simulated Annealing algorithm [8], Neural Networks [9], Ant Colony algorithm [10], as well as between them or between them and the traditional heuristic algorithms combine to form hybrid algorithms [11]. Ant Colony algorithm for the earliest by Bullnheimer[12] applied to solve the VRP, after Bell[13] and others by using Ant Colony Optimization to solve VRP and proposed a multiple Ant Colony algorithm. Domestic scholars on applications of Ant Colony algorithm in VRP also did a lot of research. Liu zhi-shuo [14], and others applied Ant Colony algorithm to solving the VRP, by bringing in uniformity of solutions, selecting windows and attractive concept of transfer policy, such as improving and updating policies, structures with adaptive Ant Colony algorithm for function. Literature [15] aimed at the limitation of the traditional Ant Colony algorithm to improve the strategy of pheromone, heuristic factors, by comparing the experimental validity of the algorithm. Literature [16] combines the quantum computing, and proposed a quantum to solve vehicle routing problem with time windows Ant Colony algorithm. Literature [17] proposed a combination of improved Ant Colony optimization algorithm for hybrid heuristic algorithm for search and neighborhood decline. In view of basic optimization of Ant Colony algorithm in vehicle routing problem on the lack of an improved Ant Colony algorithm based on hybrid Ant behavior, experimental results show that it has significantly improved. II. Problem Description and Mathematical Model The non full-load vehicle scheduling problem can be described as:There is one distribution center and l customers. The distribution center have n vehicles with load capacity q. The demand of each customer is ( 1,2, , ),i ig i l q g  . Vehicles set out from distribution center and finally go back to the center. Each customer point can only be supplied by one car. Customer demands can’t exceed the sum weight of per car. In order to show the model conveniently, now define as follow: The number of distribution center is 0 and the number of each customer is 1,2, ,l . ijc said the transportation cost from customer i to customer j. ijkx indicates whether the vehicle k transport from point i to point j. iky indicates whether the point i distributed by
  • 2. Improved Hybrid Behavior Ant Colony Algorithm to Solve the Vehicle Routing Problem www.ijeijournal.com Page | 12 vehicle k and 0ky equal to 1. With this symbols to establish the mathematical model of vehicle scheduling optimization problems is as follow: The objective function:     m k l i l j ijkij xcZ 1 0 0 min (1) Constraints: 10orxijk  , lji ,,1,0,  ; nk ,,2,1  (2) 10oryik  , li ,,2,1  ; nk ,,2,1  (3) 10 ky , nk ,,2,1  (4) 1 1  n k iky , li ,,2,1  (5) jk l i ijk yx 0 , lj ,1,0 ; nk ,,2,1  (6) ik l j ijk yx 0 , li ,1,0 ; nk ,,2,1  (7)   l i kiki qyg 1 , nk ,,2,1  (8) In the above model, formula (1) is the objective function. The function requires vehicle dispatch project arising out of total costs to a minimum. Formula (2) indicates whether the vehicle k drives from point i to point j. Formula (3) indicates whether the customer i serviced by vehicles k. Formula (4) said that there are m cars start from distribution centers and the last also have m cars in return. Formula (5) represents that each customer i can be served by only one vehicle. Formula (6) said the vehicle can only serve for the needed customer. Formula (7) said the vehicle can only drive into the customers who have been served just now. Formula (8) said the sum of all customer demands served by vehicle k can’t surpass the vehicle weight. III. The Principle and Implementation of Hybrid Behavior Ant Colony Algorithm 3.1 Ant behavior impacts on Ant Colony algorithm Ant Colony algorithm actually is a positive feedback mechanism and the product of some combination of heuristic. In early iterations of algorithm, due to the amount of pheromone on the path difference isn’t big, ants, primarily on the basis of the distance between two points (heuristic) to find a better solution, then equivalent to the greedy algorithm of Ant Colony algorithm. After the iteration algorithm to a certain algebraic, better path pheromone significantly higher than the other side of the pheromone, now the ant colony is mainly through the pheromone interaction and communication to find a better solution, namely the stronger the pheromone path to become the greater the chance of the optimal path. Algorithm to search process at this stage is mainly using the principle of positive feedback, the process in enhancing performance solution at the same time, however, can easily lead to stagnation. This article is based on ant path selection in several different ways, and Ant Colony optimization algorithm in solving the VRP, except the distance between two points and pheromone concentration can be used as a judgment, other two factors should also be consider: First, the distance between the customer point and the distribution center that means the customer points’ geographic position to the distribution center is also very important. Second, try to reduce the number of vehicles can reduce the cost, so the premise of meeting the vehicle load, vehicle loading solutions of higher income or better. Therefore, this article designed an improved ant behavior, contains paths to save values and vehicle load by two factors. 3.2 The design of ant behavior Ant behavior is the rule set which guide ants’ moving direction. Usually the set can be expressed as: { | 1,2, , }iaction i n    , and i is the i factor which affect the behavior of ants. Based on the above analysis towards solving the VRP , we defined the following four kinds of ant behavior. action1: Ants choose the next point in a random way. action2: Ants choose the next point in a greedy way. The transition probability is as follow:
  • 3. Improved Hybrid Behavior Ant Colony Algorithm to Solve the Vehicle Routing Problem www.ijeijournal.com Page | 13         otherwise iJj p k iJs is ij k ij k ,0 )( , )(   (9) ij ij d 1 , ijd is the distance between the two clients. )(ikJ is a collection which ant k can choose the next customer from it. action3: Ants choose the next point according to the pheromone concentration. The transition probability is as follow:         otherwise iJj p k iJs is ij k ij k ,0 )(, )(   (10) ij is the pheromone concentration between point i and point j. action4: Ants choose the next point by the following way:   )(,][][][][maxarg iJsj kisisisis    (11) is , is , )(iJk with the same type. issiis ddd  00 , this is a new variable which consider the distance between customer point and distribution center, known as the saving value. It absorbs the saving method. is reflects the saving value of connecting two customer points to the distribution center respectively than connecting the two points directly.   qgq siis  , it be introduced after considering the vehicle load capacity. With the condition of 1is , the bigger of is , the higher vehicle utilization rate. , , ,    refer to the weighting factor of the pheromone concentration, stimulating factor, saving value, vehicle load rate in ant path level of importance in the process. This article will select one or several kinds of ant behavior combination to solve VRP, comparison and analysis to find the optimal results of algorithm, the following 4 types of behavior matrix to explain the algorithm implementation process. 3.3 The algorithm’s implementation process After all the ants complete the construction process solutions, calculating the optimal solution of this iteration will be compared to the iterative optimal solutions and compare current optimal solutions, if better you can replace the current optimum, then updating the path pheromone according to the following formula: gbijij L Q tt  )()1()1(  (12) gb L is the current optimal solution.  is pheromone volatilization factor, )1,0( . Using the global optimal can accelerate the algorithm’s convergence speed, but it makes the best path’s pheromone many times higher than the other path. This will lead to stagnate in local, so limit the pheromone in ],[ maxmin  . When max)(  tij , setting max)(  tij . When min)(  tij , setting min)(  tij . Algorithm description: Step1: Initializing parameters: 4321 ::: rrrr ,  , Q, )0(ij ,  ,  ,  ,  , the largest iteration number maxNC , and the algorithm basis data. Step2: Generating m ants, 4321 1 rrrr mr  ants act according to action1. 4321 2 rrrr mr  ants act according to action2. 4321 3 rrrr mr  ants act according to action3. 4321 4 rrrr mr  ants act according to action4. Step3: Putting all the ants on the distribution center. Step4: For each ant Repeat
  • 4. Improved Hybrid Behavior Ant Colony Algorithm to Solve the Vehicle Routing Problem www.ijeijournal.com Page | 14 Choosing the next customer according to it’s own rule; Moving to the next customer point; Putting this customer point number into their own taboo table; Until exceeding the vehicle load capacity; Back to the center; End for Step5: Calculating each ant’s path length and finding out the current optimal solution b L . If gbb LL  , using b L to exchange gb L ; Step6: Updating the path pheromone according to (12), and judging whether it beyond the pheromone scope ],[ maxmin  ; Step7: 1 NCNC , If maxNCNC  Output the optimal solution; Exit the algorithm; Else Clean all ants’ taboo table; Go to Step4; End if IV. Simulation Experiments and Analysis Taking Chinese 31 cities coordinate data and different goods demands as an example to solve the VRP. The hybrid of action 1,2,3,4 as algorithm Ⅰ, the hybrid of action 2,3,4 as algorithm Ⅱ, and the algorithm based on action 4 called algorithm Ⅲ. We will compare the tree kinds of algorithms with the basic ant colony algorithm (algorithm Ⅳ). 4.1 Algorithm parameters Firstly, analysis the value of pheromone volatilization factor  and the different ratio of  ,  , , , based on algorithm Ⅲ. In the case of fixed the pheromone volatilization factor  , taking different ratio of  ,  , ,  to solve the problem. The results are shown in table 1. "Best", "avg", "worst" represent the best solution, average and worst solution after running 20 times. Table 1. The influence of different parameter proportions on algorithm Ⅲ : : :    1:1:1:1 1:2:1:1 1:2:2:1 1:2:2:2 2:2:2:1 1:3:2:1 best 103360 104860 103520 104390 105120 104350 avg 106108 105794 105439 105215 106362 106031 worst 107290 106670 106970 105860 107260 106910 It can be seen from table 1, when : : : 1:1:1:1     , the algorithm get the optimal value. When : : : 1:2:2:1     , the effect is also good. Then fixed the proportion of : : :    , taking different values of  , the results are shown in table 2. Table 2. The influence of different values of  on the algorithm Ⅲ  0.02 0.05 0.1 0.2 0.3 0.4 0.5 best 105530 104180 103170 104220 105230 105740 104590 avg 106559 105821 105238 106087 105944 106372 105659 worst 107040 107010 106610 106830 106620 107340 106820 It can be seen from table 2, when the value of  equal to 0.1, the algorithm’s “best”, ”avg” both obtain the best performance. 4.2 Contrast experiments Firstly, analysis the influence of different proportions of ant behavior on the algorithm Ⅰand algorithm Ⅱ. The results are shown in table 3 and table 4, setting the number of ants as 100.
  • 5. Improved Hybrid Behavior Ant Colony Algorithm to Solve the Vehicle Routing Problem www.ijeijournal.com Page | 15 Table 3 The influence of different ant behavior proportions on algorithm Ⅰ 1 2 3 4: : :r r r r 1:2:5:12 1:2:8:9 1:1:2:6 1:1:4:4 2:1:2:5 2:2:3:3 best 104370 105180 105250 105760 104220 103230 avg 105927 106476 106952 106854 107010 107030 worst 107450 107900 107970 107950 108100 108010 From table 3, it can be seen, when 1 2 3 4: : : 2 : 2 : 3 : 3r r r r , algorithmⅠobtain the best value, but the average value is not very ideal. But when 1 2 3 4: : : 1: 2 : 5 :12r r r r  , it have a better average value. The overall effect is good. Table 4 The influence of different ant behavior proportions on algorithm Ⅱ 2 3 4: :r r r 1:2:7 2:2:6 2:3:5 3:3:4 best 104000 104550 104510 105080 avg 105978 105932 106050 107212 worst 107660 107100 107170 108120 It can be seen from table 4, when 2 3 4: :r r r =1:2:7, algorithm Ⅱobtain the optimal value. That means action 4 in a large proportion is effective. And then compare the performance of algorithmⅠ, Ⅱ, Ⅲand basic ant colony algorithm (algorithm Ⅳ). The parameter of algorithm Ⅳ: 5.1 , 4 , 5.0 , 15Q . Algorithm Ⅰ: 1 , 2 , 2 , 1 , 1.0 , 12:5:2:1::: 4321 rrrr , 15Q . Algorithm Ⅱ: 1 , 2 , 2 , 1 , 1.0 , 7:2:1:: 432 rrr , 15Q . Algorithm Ⅲ: 1 , 2 , 2 , 1 , 1.0 , 15Q . Ants number with the same value100, each algorithm run 20 times. The results are shown in table 5. Table 5. Algorithm comparing Algorithm Ⅳ Algorithm Ⅰ Algorithm Ⅱ Algorithm Ⅲ best 107070 103230 104130 103060 avg 107534 106708 105816 104949 worst 108070 108100 107040 105910 Average number of vehicle 13 12 12 12 Average vehicle load rate 86.54% 93.75% 93.75% 93.75% It can be seen from table 5, the improved algorithm Ⅰ, Ⅱ, Ⅲ are superior than the algorithm Ⅳ. Improved algorithm’s average number of vehicles is 12 and vehicle load rate increase significantly. What’s more, the path length of improved algorithm also has greatly improved, algorithm Ⅲobtain the optimal value. Taking action 4 as ants’ rout selecting principle has obtained the best improvement. V. Conclusions At first, this paper analyzes the mechanism of ant colony searching path in the process of solving VRP, then puts forward several different ways of ant behavior accordingly and brings in the saving value in the ant behavior and vehicle loading rate, so that ant behavior has made a great improvement. Finally, selecting one or more of the behaviors constitute different algorithms, analyzing the performance of the algorithm is found to improve distance and load rate of the algorithm are improved obviously. The algorithm Ⅲobtain the best effect. ACKNOWLEDGEMENTS This work was supported the Scientific Research Fund of Sichuan Education (14ZA0127) and Doctor Foundation of China West Normal University (12B022). REFERENCES [1] Dantzig G, Ramser J. The truck dispatching problem[J]. Management Science, 1959,6(1),pp. 80-91. [2] Bard JF, Kontoravdis G and Gang Y. A branch-and-cut procedure for the vehicle routing problem with time windows[J]. Transportation Science, 2002, 36(3),pp. 260-269. [3] Christofides N, Mingozzi A, Toth P. Exact algorithms for the vehicle routing problem based on spanning tree and shortest path relaxations[J]. Mathematical Programming, 1981, 20(1),pp. 255-282.
  • 6. Improved Hybrid Behavior Ant Colony Algorithm to Solve the Vehicle Routing Problem www.ijeijournal.com Page | 16 [4] Clarke G, Wright J. Scheduling of vehicles from a central depot to a number of delivery points[J]. Operations Research, 1964, pp.568-581. [5] Song wei-gang, Zhang hong-xia, Tong ling. C-W Algorithm for Vehicle Routing Problem of Non-Full Loads with Time Windows[J]. Journal of Northeastern University(Natural Science), 2006, 27(1)pp. 65-68. [6] Cordeau JF, Laporte G. A tabu search heuristic for the static multi-vehicle dial-a-ride problem. Transportation Research, 2003, 37(6):,pp.579-594. [7] Baker BM, Ayechew MA. A genetic algorithm for the vehicle routing problem. Computer&Operations Research, 2003, 30(5),pp.787-800. [8] Czech ZJ, Czarnsa P. parallel simulated annealing for the vehicle problem with time windows[C]. 10th Euromicro Workshop on routing Parallel, Distributed and Network-based Processing. [9] Storkey AJ, Valabregue R. The basin of attraction of a new Hopfield learning rule[J]. Neural Networks, 1999, 12(6),pp. 869-876. [10] Dorigo M, Gambardella LM. Ant colony system: A cooperative learning approach to the traveling salesman problem. IEEE Transactions on Evolutionary Computation, 1997, 1(1),pp. 53-56. [11] Bullnheimer B, Hartl RF and Strauss C. Applying the Ant System to the Vehicle Routing Problem[C]. 2nd International Conference on Meta-heuristics, Sophia-Antipolis, France, 1997. [12] Bullnheimer B, Hartl R and Strauss C. Applying the ant system to the vehicle routing problem. proc of Meta-heuristics: Advances and trends in local search paradigms for Optimization, 1999, pp.285-296. [13] Bell J, Mcmullen P. Ant colony optimization techniques for the vehicle routing problem[J]. Advanced Engineering Informatics, 2004, 18(1),pp. 41-48. [14] Liu zhi-shuo, Shen jin-sheng. An Adaptive Ant Colony Algorithm for Vehicle Routing Problem Based on the Evenness Solution[J]. Journal of System Simulation, 2005, 17(15) ,pp.1079-1083. [15] Chen ying-xin. Study on VRP based on improved ant colony optimization[J]. Application Research of Computers, 2012, 29(6),pp.2031-2034. [16] He xiao-feng, Ma liang. Quantum-inspired ant colony algorithm for vehicle routing problem with time windows[J]. Systems Engineering—Theory&Practice, 2013, 33(5),pp. 1255-1261. [17] Wang ren-min, Bi ying-zhou, Liu a ning,etc. Improved variable neighbourhood search algorithm for DVRP[J]. Computer Engineering and Applications, 2014, 50(2),pp. 237-241.