SlideShare una empresa de Scribd logo
1 de 8
Descargar para leer sin conexión
Computer Science & Engineering: An International Journal (CSEIJ), Vol.6, No.2/3, June 2016
DOI:10.5121/cseij.2016.6301 1
CHAOTIC ANT SYSTEM OPTIMIZATION FOR PATH
PLANNING OF THE MOBILE ROBOTS
Xu Mingle and You Xiaoming
Shanghai University of Engineering Science, Shanghai, China
ABSTRACT
This paper presents an improved ant system algorithm for path planning of the mobile robot under the
complicated environment. To solve the drawback of the traditional ant colony system algorithm (ACS),
which usually falls into the local optimum, we propose an improved ant colony system algorithm (IACS)
based on chaos. Simulation experiments show that chaotic ant colony algorithm not only enhances the
global search capability, but also has more effective than the traditional algorithm.
KEYWORDS
Ant colony system, Chaotic, path planning of the mobile robot
1. INTRODUCTION
The swarm intelligence algorithm (SIA), which is a new evolution algorithm, has increasingly
attracted more and more researchers [1-4]. Among the SIA, ant colony system (ACS), which was
created from the enlightenment from the nature world, in fact, is a positive feedback method of
studying the real swarm ants which look for foods in the nature: the more heuristic is in the road
when more ants have got through the road, so the latter ants are more impossible to select the
road. The ant can cooperate and communicate with other ants, and in this way the ant system can
find the shortest road from their nest to the foods.
ACS, which has the more quick convergence speed and more accurate solution than the simple
ant colony optimization algorithm, is one of the best ant colony optimization algorithms [1]. So,
this paper is based on the ACS to solve the path planning of the robot.
The rest of the paper is outlined as follows. Sect.2 briefly addresses the concept of ACS and
briefly reviews the work of ACS about robot. Sect.3 describes the improved ACS based on
chaotic (IACS) for the problems of path planning of robots. Sect.3 presents the experimental
results and it shows that IACS is beneficial for ACS algorithm when applied on the path planning
of the robot.
2. ACS
In the way of the real ant system in the nature world to look for the food, ant colony system
algorithm (ACS) is being used to find the optimum. Artificial ant will not only find the way to the
food in oneself, but accumulate with other ants by their means also [5].
Path planning is one of the most important techniques for the mobile robot. As mobile robot is in
the way with barriers, we want to find the best path from the start point to the object point
according some evaluation criterions, such as the shortest road and the safest road [6]. The
traditional ACS algorithm includes state transition and updating pheromones.
When the ant select the next city in the path planning of the ACS algorithm, the ant will select
according to the amount of the road’s pheromones and generally there are more possibilities to
Computer Science & Engineering: An International Journal (CSEIJ), Vol.6, No.2/3, June 2016
2
select the road of having more pheromones. In particular, the norm with which ant k, currently at
city i, chooses to go to city j is
{ }
( )
0
0
(t)arg ( ,t)
,
ijij
k
ij
max q q
j
J p q q
β
τ η     ≤   
= 
 >
(1)
Where the ( )ij tτ is the existing pheromone trail between the city i and city j in the time t, ( )ij tη
is the heuristic information on the path from city i to city j, (), (0,1)q rand q= ∈ , 0q is a
parameter available a prior ( 00 1q≤ ≤ ). While ant k select the next city, there is a random figure
q , and if 0q q≤ , the ant will select the next node according the equation (1), otherwise
according the equation (2).
[ ]k
i
ij ijk
ij
ij ijl N
p
α β
α β
τ η
τ η∈
      =
  ∑
(2)
Where ijη is the heuristic information on the path from city i to city j, which is defined as 1/ ijd ,
where ijd is the distance between city i and city j. k
iN denotes the neighborhood of cities of ant k
when being on city i. Parameter α determine the relative influence of the pheromone trail and
the parameter β determine the relative influence of the heuristic information. In the way of the
ACS, the pheromone on the path city i to city j will update after the ant k march up from the city i
to city j according above the rule and the process conform to the equation(3).
( )(t) (t) (t)1ij ij ijτ ϕ τ ϕ τ= − + ∆ (3)
1
n
ij
k
ij
k
τ τ
=
∆ = ∆∑ (4)
Where 0 1ρ< ≤ is the rate of the evaporation. In general, lowering the pheromone values enables
the algorithm to forget bad decisions made in previous iterations, ( )ij tτ∆ is the pheromone
produced by the ant k after passing the road from the time t to time t+1. After all of the ant get to
the end from the start, only the road (may be not only one) of the best ant will update the
pheromone according to the rule, and in one point, the rule is accelerating the convergence speed
of algorithm. This process is subjected to rule as follows:
1
(i, j)belong to best loo,
0, otherwise
pk
kij
arc
Lτ


= ∆


(5)
Where Q denotes the intensity of the pheromone, and kL denotes the length of the best ant in
this iteration.
Computer Science & Engineering: An International Journal (CSEIJ), Vol.6, No.2/3, June 2016
3
3. IACS FOR PATH PLANNING OF ROBOTS
Recently, the path planning of the mobile robot has attracted a great deal of researchers. Paper 6
has been proposed an ant colony algorithm about rolling planning. An improved ant colony
algorithm of differential evolution based on chaotic has been improved in paper 7. The results of
their experiments have revealed that the improved algorithm can still find the safe better path
even in a very complex environment. With the help of the map created under the start point and
the end point, the algorithm add the local path information of the environment to the step of
initializing pheromone trails and the step of selecting the next city, and have a operation to select
and crossover with adapt the values of ,α β and ϕ ,which make the algorithm have more
capabilities to flee the local optimum [8]. To improve the performance of the results of the
traditional ACS applied in the mobile robots, we investigate improved ACS called IACS
algorithm, which is based on the conception of logistic mapping to modify the rule of updating
pheromones that it will escape from the local optimum in the early.
3.1 Improvement of the Local Updating Pheromone
The main characteristic of the chaotic is pseudo randomness, ergodic property, sensibility to the
condition of the start [9]. In consideration of chaotic characteristic, change the rule of local
updating pheromone, which may be improving diversity of the algorithm so as to avoid fall into
the local optimum in the early time. We have using the mapping of logistic in this paper, and the
rule as follows:
[ ] ( ]1 0(1 ),k 0,1,2,...; 0,1 3,4k kx x x µµ+ = − = ∈∈ (6)
We will get a series of values of 1 2, ,..., kx x x while the value k changes. Through testing the
value µ , it concludes that the dynamic system is simple displaying a litter change or complicated
displaying periodicity chaotic while0 1µ< ≤ and3 4µ≤ ≤ respectively. Then we design two
simulation experiments by means of mapping logistic on Matlab, and initialize value m as 0.5, the
number of iteration as 500, and the value µ as 2,3,3.3 , 3.6. The result of different value kµ is
given in the Fig.1 - Fig.4.
Fig.1 Chaos While 2=µ
Computer Science & Engineering: An International Journal (CSEIJ), Vol.6, No.2/3, June 2016
4
Fig.2 Chaos While 3=µ
Fig.3 Chaos While 3.3u =
Fig.4 Chaos While 3.6µ =
Computer Science & Engineering: An International Journal (CSEIJ), Vol.6, No.2/3, June 2016
5
The parameter µ is changeable. There is the situation of complete chaotic for the mapping logistic
when 04,0 1xµ = ≤ ≤ . To avoid the algorithm drop early into a local premium and improve its
diversity, this paper propose a algorithm called IACS which change the rule of updating the local
pheromone based on the chaotic performance and different from the formula (3) it do as follows:
( ) ( ) ( ) ( )1 1ij ij ij ijt t t qxτ ϕ τ ϕ τ+ = − + ∆ + (7)
Where chaotic variable ijx is produced from the formula (6) and qis a rate.
3.2 The Framework of the IACS
The IACS algorithm and its path planning experiment of the robot as follows:
Step1: initialize parameters and set the data structure for saving the results, generate chaotic
values from formula (6) and put it to *( )ij N Nτ , initialize the matrix of pheromone;
Step2: ant k 1,2,...,k m= set out from the point startg , and write startg into the ant memory ktabu
which contains the cities already visited, and find the available next cities;
Step3: select a path from the start to the end according to the pheromones of the available road
and heuristic information;
Step4: after every period of searching process, count and compare every ant road’s path. Create a
series of chaotic values according to the formula (6) and update the pheromone according to the
formula (7). 1n n= + and continues the next loop;
Step5: clear up the ant memory when maxn N> and back to the Step2.
4. SIMULATION EXPERIMENTS
In order to investigate the performance of improved ant colony system algorithms for the path
planning of the robot, we have had several simulation experiments. In this paper, the simulations
are based on a map of 20*20. The parameter 1α = , 0.1ϕ = , 3Q = , 0 0.15q = .
Fig.5 Diversity of Results and the Convergence of the Algorithm
Computer Science & Engineering: An International Journal (CSEIJ), Vol.6, No.2/3, June 2016
6
Fig.6 The Best Road of our Algorithm Under the Complicated Environment1
Fig.7 The Best Road of Our Algorithm Under the Complicated Environment2
Fig.8 The Best Road of Our Algorithm Under the Complicated Environment3
Computer Science & Engineering: An International Journal (CSEIJ), Vol.6, No.2/3, June 2016
7
Fig.9 The Best Road of Our Algorithm Under the Complicated Environment4
Fig.10 The Best Road of Our Algorithm Under the Complicated Environment5
Fig.5 shows the diversity of the results and the convergence of the algorithm. The line in Fig.6-
Fig.10 is the best road of our IACS algorithm under the complicated environment. The
experiment has proved that our IACS algorithm can find the best path with a quicker convergence
speed.
5. CONCLUSIONS AND FUTURE WORK
This paper has proposed an improved ant colony algorithm based on chaotic which improve the
algorithm diversity by changing the updating local pheromone for path planning of robots, so it
has improved the accuracy of the best road. Simulation experiments show that the IACS is better
to solve the path planning of the robot under the complicated environment.
In future, we should research the impact of the parameter in our algorithm to improve the
algorithm performance.
Computer Science & Engineering: An International Journal (CSEIJ), Vol.6, No.2/3, June 2016
8
ACKNOWLEDGEMENTS
The authors gratefully acknowledge the support of Innovation Program of Shanghai
Municipal Education Commission (Grant No.12ZZ185), Natural Science Foundation of
China (Grant No.61075115,No.61403249), Foundation of No. XKCZ1212. Xiao-
Ming You is corresponding author.
REFERENCES
[1] Dorigo M.,Stutzle T. Ant Colony Optimization. The MIT Press. Cambridge, Massachusetts.
London, England. 2004.
[2] Zhai Yahong,Xu Longyan. Ant colony algorithm based on distribution on estimation of
quantum pheromone control research[J]. Computer Engineering and
Design.2014,35(4):1414-1418.
[3] Liu Chang-an,Yan Xiao-hu, LiuChun-yang,WU Hua. Dynamic Path Planning for Mobile
Robot Based on Improved Ant Colony Optimization Algorithm [J]. ACTA ELECTRONICA
SINICA,2011,39(5): 1220-1224.
[4] Ye Shitong, Wan Zhiping. An ant colony algorithm based on improving global pheromone
update efficiency and its simulation[J]. Computer Applications and Software, 2014,(1):176-
179.
[5] Hai-Bin Duan. Ant colony algorithms: THEORY AND APPLICATIONS[M].Beijing:
Science Press, 2006.
[6] CHEN Xiong, ZHAO Yi-lu, HAN Jian-da. An improved ant colony optimization algorithm
for robotic path planning.2010, 27(6): 821-825.
[7] Xu Hong-li, Qian Xu, Yue Xun. New ant colony optimization algorithm based on logistic
chaotic image to resolve VRP problem [J]. Application Research of Computers,2012,29 (6):
2058-2060.
[8] Kong Li-fang, Zhang Hong. Asynchronous parallel particle swarm optimizer for feature
subset selection [J]. Control and Decision,2012,27 (7): 967-974.
[9] Li Lixiang, Peng Haipeng, Yang Yixian. Chaos ant colony algorithm and its application [M].
China Science and Technology Press,2013,1.
[10] Liu Xu-xun, Cao Yang, Chen Xiao-wei. Mouse colony optimization algorithm for mobile
robot path planning [J]. Control and Decision,2008, 23(9): 1060-1063.

Más contenido relacionado

La actualidad más candente

Solving TSP using Hybrid GACO
Solving TSP using Hybrid GACOSolving TSP using Hybrid GACO
Solving TSP using Hybrid GACOShruti Gandhi
 
Anthocnet routing algorithm
Anthocnet routing algorithmAnthocnet routing algorithm
Anthocnet routing algorithmDhanith Krishna
 
A Study on Image Reconfiguration Algorithm of Compressed Sensing
A Study on Image Reconfiguration Algorithm of Compressed SensingA Study on Image Reconfiguration Algorithm of Compressed Sensing
A Study on Image Reconfiguration Algorithm of Compressed SensingTELKOMNIKA JOURNAL
 
A Hybrid Bat Algorithm
A Hybrid Bat AlgorithmA Hybrid Bat Algorithm
A Hybrid Bat AlgorithmXin-She Yang
 
an improver particle optmizacion plan de negocios
an improver particle optmizacion plan de negociosan improver particle optmizacion plan de negocios
an improver particle optmizacion plan de negociosCarlos Iza
 
An agent based particle swarm optimization for papr reduction of ofdm systems
An agent based particle swarm optimization for papr reduction of ofdm systemsAn agent based particle swarm optimization for papr reduction of ofdm systems
An agent based particle swarm optimization for papr reduction of ofdm systemsaliasghar1989
 
Bat algorithm and applications
Bat algorithm and applicationsBat algorithm and applications
Bat algorithm and applicationsMd.Al-imran Roton
 
Show ant-colony-optimization-for-solving-the-traveling-salesman-problem
Show ant-colony-optimization-for-solving-the-traveling-salesman-problemShow ant-colony-optimization-for-solving-the-traveling-salesman-problem
Show ant-colony-optimization-for-solving-the-traveling-salesman-problemjayatra
 
Firefly Algorithm: Recent Advances and Applications
Firefly Algorithm: Recent Advances and ApplicationsFirefly Algorithm: Recent Advances and Applications
Firefly Algorithm: Recent Advances and ApplicationsXin-She Yang
 
Helgaun's algorithm for the TSP
Helgaun's algorithm for the TSPHelgaun's algorithm for the TSP
Helgaun's algorithm for the TSPKaal Nath
 
A new Evolutionary Reinforcement Scheme for Stochastic Learning Automata
A new Evolutionary Reinforcement Scheme for Stochastic Learning AutomataA new Evolutionary Reinforcement Scheme for Stochastic Learning Automata
A new Evolutionary Reinforcement Scheme for Stochastic Learning Automatainfopapers
 
Application Of The Three-In-One Control Platform Based On OPC In The Lifting-...
Application Of The Three-In-One Control Platform Based On OPC In The Lifting-...Application Of The Three-In-One Control Platform Based On OPC In The Lifting-...
Application Of The Three-In-One Control Platform Based On OPC In The Lifting-...IJRES Journal
 
ADAPTIVE FUZZY KERNEL CLUSTERING ALGORITHM
ADAPTIVE FUZZY KERNEL CLUSTERING ALGORITHMADAPTIVE FUZZY KERNEL CLUSTERING ALGORITHM
ADAPTIVE FUZZY KERNEL CLUSTERING ALGORITHMijfls
 
The Chaos and Stability of Firefly Algorithm Adjacent Individual
The Chaos and Stability of Firefly Algorithm Adjacent IndividualThe Chaos and Stability of Firefly Algorithm Adjacent Individual
The Chaos and Stability of Firefly Algorithm Adjacent IndividualTELKOMNIKA JOURNAL
 

La actualidad más candente (17)

Solving TSP using Hybrid GACO
Solving TSP using Hybrid GACOSolving TSP using Hybrid GACO
Solving TSP using Hybrid GACO
 
Anthocnet routing algorithm
Anthocnet routing algorithmAnthocnet routing algorithm
Anthocnet routing algorithm
 
A Study on Image Reconfiguration Algorithm of Compressed Sensing
A Study on Image Reconfiguration Algorithm of Compressed SensingA Study on Image Reconfiguration Algorithm of Compressed Sensing
A Study on Image Reconfiguration Algorithm of Compressed Sensing
 
Pass&fr trains planning
Pass&fr trains planningPass&fr trains planning
Pass&fr trains planning
 
A Hybrid Bat Algorithm
A Hybrid Bat AlgorithmA Hybrid Bat Algorithm
A Hybrid Bat Algorithm
 
an improver particle optmizacion plan de negocios
an improver particle optmizacion plan de negociosan improver particle optmizacion plan de negocios
an improver particle optmizacion plan de negocios
 
An agent based particle swarm optimization for papr reduction of ofdm systems
An agent based particle swarm optimization for papr reduction of ofdm systemsAn agent based particle swarm optimization for papr reduction of ofdm systems
An agent based particle swarm optimization for papr reduction of ofdm systems
 
922214 e002013
922214 e002013922214 e002013
922214 e002013
 
Bat algorithm and applications
Bat algorithm and applicationsBat algorithm and applications
Bat algorithm and applications
 
Show ant-colony-optimization-for-solving-the-traveling-salesman-problem
Show ant-colony-optimization-for-solving-the-traveling-salesman-problemShow ant-colony-optimization-for-solving-the-traveling-salesman-problem
Show ant-colony-optimization-for-solving-the-traveling-salesman-problem
 
Firefly Algorithm: Recent Advances and Applications
Firefly Algorithm: Recent Advances and ApplicationsFirefly Algorithm: Recent Advances and Applications
Firefly Algorithm: Recent Advances and Applications
 
1308.3898
1308.38981308.3898
1308.3898
 
Helgaun's algorithm for the TSP
Helgaun's algorithm for the TSPHelgaun's algorithm for the TSP
Helgaun's algorithm for the TSP
 
A new Evolutionary Reinforcement Scheme for Stochastic Learning Automata
A new Evolutionary Reinforcement Scheme for Stochastic Learning AutomataA new Evolutionary Reinforcement Scheme for Stochastic Learning Automata
A new Evolutionary Reinforcement Scheme for Stochastic Learning Automata
 
Application Of The Three-In-One Control Platform Based On OPC In The Lifting-...
Application Of The Three-In-One Control Platform Based On OPC In The Lifting-...Application Of The Three-In-One Control Platform Based On OPC In The Lifting-...
Application Of The Three-In-One Control Platform Based On OPC In The Lifting-...
 
ADAPTIVE FUZZY KERNEL CLUSTERING ALGORITHM
ADAPTIVE FUZZY KERNEL CLUSTERING ALGORITHMADAPTIVE FUZZY KERNEL CLUSTERING ALGORITHM
ADAPTIVE FUZZY KERNEL CLUSTERING ALGORITHM
 
The Chaos and Stability of Firefly Algorithm Adjacent Individual
The Chaos and Stability of Firefly Algorithm Adjacent IndividualThe Chaos and Stability of Firefly Algorithm Adjacent Individual
The Chaos and Stability of Firefly Algorithm Adjacent Individual
 

Similar a Chaotic ANT System Optimization for Path Planning of the Mobile Robots

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
 
Ant Colony Optimization for Optimal Low-Pass State Variable Filter Sizing
Ant Colony Optimization for Optimal Low-Pass State Variable Filter Sizing Ant Colony Optimization for Optimal Low-Pass State Variable Filter Sizing
Ant Colony Optimization for Optimal Low-Pass State Variable Filter Sizing IJECEIAES
 
Seminer-Merve AYDIN-4802220035-SUNUM.pptx
Seminer-Merve AYDIN-4802220035-SUNUM.pptxSeminer-Merve AYDIN-4802220035-SUNUM.pptx
Seminer-Merve AYDIN-4802220035-SUNUM.pptxssuserf6b378
 
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
 
antcolonyoptimization-130619020831-phpapp01.pdf
antcolonyoptimization-130619020831-phpapp01.pdfantcolonyoptimization-130619020831-phpapp01.pdf
antcolonyoptimization-130619020831-phpapp01.pdfnrusinhapadhi
 
Iaetsd modified artificial potential fields algorithm for mobile robot path ...
Iaetsd modified  artificial potential fields algorithm for mobile robot path ...Iaetsd modified  artificial potential fields algorithm for mobile robot path ...
Iaetsd modified artificial potential fields algorithm for mobile robot path ...Iaetsd Iaetsd
 
Ant colony optimization
Ant colony optimizationAnt colony optimization
Ant colony optimizationJoy Dutta
 
Swarm Intelligence Technique ACO and Traveling Salesman Problem
Swarm Intelligence Technique ACO and Traveling Salesman ProblemSwarm Intelligence Technique ACO and Traveling Salesman Problem
Swarm Intelligence Technique ACO and Traveling Salesman ProblemIRJET Journal
 
Heuristic algorithms for solving TSP.doc.pptx
Heuristic algorithms for solving TSP.doc.pptxHeuristic algorithms for solving TSP.doc.pptx
Heuristic algorithms for solving TSP.doc.pptxlwz614595250
 
Microscopic Image Analysis of Nanoparticles by Edge Detection Using Ant Colon...
Microscopic Image Analysis of Nanoparticles by Edge Detection Using Ant Colon...Microscopic Image Analysis of Nanoparticles by Edge Detection Using Ant Colon...
Microscopic Image Analysis of Nanoparticles by Edge Detection Using Ant Colon...IOSR Journals
 
DESIGN AND IMPLEMENTATION OF PATH PLANNING ALGORITHM
DESIGN AND IMPLEMENTATION OF PATH PLANNING ALGORITHM DESIGN AND IMPLEMENTATION OF PATH PLANNING ALGORITHM
DESIGN AND IMPLEMENTATION OF PATH PLANNING ALGORITHM NITISH K
 
A NOVEL NAVIGATION STRATEGY FOR AN UNICYCLE MOBILE ROBOT INSPIRED FROM THE DU...
A NOVEL NAVIGATION STRATEGY FOR AN UNICYCLE MOBILE ROBOT INSPIRED FROM THE DU...A NOVEL NAVIGATION STRATEGY FOR AN UNICYCLE MOBILE ROBOT INSPIRED FROM THE DU...
A NOVEL NAVIGATION STRATEGY FOR AN UNICYCLE MOBILE ROBOT INSPIRED FROM THE DU...JaresJournal
 
Utlization Cat Swarm Optimization Algorithm for Selected Harmonic Elemination...
Utlization Cat Swarm Optimization Algorithm for Selected Harmonic Elemination...Utlization Cat Swarm Optimization Algorithm for Selected Harmonic Elemination...
Utlization Cat Swarm Optimization Algorithm for Selected Harmonic Elemination...IJPEDS-IAES
 
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
 
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
 
The cubic root unscented kalman filter to estimate the position and orientat...
The cubic root unscented kalman filter to estimate  the position and orientat...The cubic root unscented kalman filter to estimate  the position and orientat...
The cubic root unscented kalman filter to estimate the position and orientat...IJECEIAES
 
A NOVEL ANT COLONY ALGORITHM FOR MULTICAST ROUTING IN WIRELESS AD HOC NETWORKS
A NOVEL ANT COLONY ALGORITHM FOR MULTICAST ROUTING IN WIRELESS AD HOC NETWORKS A NOVEL ANT COLONY ALGORITHM FOR MULTICAST ROUTING IN WIRELESS AD HOC NETWORKS
A NOVEL ANT COLONY ALGORITHM FOR MULTICAST ROUTING IN WIRELESS AD HOC NETWORKS cscpconf
 

Similar a Chaotic ANT System Optimization for Path Planning of the Mobile Robots (20)

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
 
Ant Colony Optimization for Optimal Low-Pass State Variable Filter Sizing
Ant Colony Optimization for Optimal Low-Pass State Variable Filter Sizing Ant Colony Optimization for Optimal Low-Pass State Variable Filter Sizing
Ant Colony Optimization for Optimal Low-Pass State Variable Filter Sizing
 
Seminer-Merve AYDIN-4802220035-SUNUM.pptx
Seminer-Merve AYDIN-4802220035-SUNUM.pptxSeminer-Merve AYDIN-4802220035-SUNUM.pptx
Seminer-Merve AYDIN-4802220035-SUNUM.pptx
 
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
 
antcolonyoptimization-130619020831-phpapp01.pdf
antcolonyoptimization-130619020831-phpapp01.pdfantcolonyoptimization-130619020831-phpapp01.pdf
antcolonyoptimization-130619020831-phpapp01.pdf
 
Iaetsd modified artificial potential fields algorithm for mobile robot path ...
Iaetsd modified  artificial potential fields algorithm for mobile robot path ...Iaetsd modified  artificial potential fields algorithm for mobile robot path ...
Iaetsd modified artificial potential fields algorithm for mobile robot path ...
 
Jp2516981701
Jp2516981701Jp2516981701
Jp2516981701
 
Jp2516981701
Jp2516981701Jp2516981701
Jp2516981701
 
Ant colony optimization
Ant colony optimizationAnt colony optimization
Ant colony optimization
 
Swarm Intelligence Technique ACO and Traveling Salesman Problem
Swarm Intelligence Technique ACO and Traveling Salesman ProblemSwarm Intelligence Technique ACO and Traveling Salesman Problem
Swarm Intelligence Technique ACO and Traveling Salesman Problem
 
Heuristic algorithms for solving TSP.doc.pptx
Heuristic algorithms for solving TSP.doc.pptxHeuristic algorithms for solving TSP.doc.pptx
Heuristic algorithms for solving TSP.doc.pptx
 
Microscopic Image Analysis of Nanoparticles by Edge Detection Using Ant Colon...
Microscopic Image Analysis of Nanoparticles by Edge Detection Using Ant Colon...Microscopic Image Analysis of Nanoparticles by Edge Detection Using Ant Colon...
Microscopic Image Analysis of Nanoparticles by Edge Detection Using Ant Colon...
 
DESIGN AND IMPLEMENTATION OF PATH PLANNING ALGORITHM
DESIGN AND IMPLEMENTATION OF PATH PLANNING ALGORITHM DESIGN AND IMPLEMENTATION OF PATH PLANNING ALGORITHM
DESIGN AND IMPLEMENTATION OF PATH PLANNING ALGORITHM
 
A NOVEL NAVIGATION STRATEGY FOR AN UNICYCLE MOBILE ROBOT INSPIRED FROM THE DU...
A NOVEL NAVIGATION STRATEGY FOR AN UNICYCLE MOBILE ROBOT INSPIRED FROM THE DU...A NOVEL NAVIGATION STRATEGY FOR AN UNICYCLE MOBILE ROBOT INSPIRED FROM THE DU...
A NOVEL NAVIGATION STRATEGY FOR AN UNICYCLE MOBILE ROBOT INSPIRED FROM THE DU...
 
Utlization Cat Swarm Optimization Algorithm for Selected Harmonic Elemination...
Utlization Cat Swarm Optimization Algorithm for Selected Harmonic Elemination...Utlization Cat Swarm Optimization Algorithm for Selected Harmonic Elemination...
Utlization Cat Swarm Optimization Algorithm for Selected Harmonic Elemination...
 
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
 
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
 
The cubic root unscented kalman filter to estimate the position and orientat...
The cubic root unscented kalman filter to estimate  the position and orientat...The cubic root unscented kalman filter to estimate  the position and orientat...
The cubic root unscented kalman filter to estimate the position and orientat...
 
A NOVEL ANT COLONY ALGORITHM FOR MULTICAST ROUTING IN WIRELESS AD HOC NETWORKS
A NOVEL ANT COLONY ALGORITHM FOR MULTICAST ROUTING IN WIRELESS AD HOC NETWORKS A NOVEL ANT COLONY ALGORITHM FOR MULTICAST ROUTING IN WIRELESS AD HOC NETWORKS
A NOVEL ANT COLONY ALGORITHM FOR MULTICAST ROUTING IN WIRELESS AD HOC NETWORKS
 

Último

presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelDeepika Singh
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfOrbitshub
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxRustici Software
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Orbitshub
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsNanddeep Nachan
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontologyjohnbeverley2021
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdfSandro Moreira
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native ApplicationsWSO2
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024The Digital Insurer
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Zilliz
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...apidays
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistandanishmna97
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Victor Rentea
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusZilliz
 

Último (20)

presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering Developers
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontology
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 

Chaotic ANT System Optimization for Path Planning of the Mobile Robots

  • 1. Computer Science & Engineering: An International Journal (CSEIJ), Vol.6, No.2/3, June 2016 DOI:10.5121/cseij.2016.6301 1 CHAOTIC ANT SYSTEM OPTIMIZATION FOR PATH PLANNING OF THE MOBILE ROBOTS Xu Mingle and You Xiaoming Shanghai University of Engineering Science, Shanghai, China ABSTRACT This paper presents an improved ant system algorithm for path planning of the mobile robot under the complicated environment. To solve the drawback of the traditional ant colony system algorithm (ACS), which usually falls into the local optimum, we propose an improved ant colony system algorithm (IACS) based on chaos. Simulation experiments show that chaotic ant colony algorithm not only enhances the global search capability, but also has more effective than the traditional algorithm. KEYWORDS Ant colony system, Chaotic, path planning of the mobile robot 1. INTRODUCTION The swarm intelligence algorithm (SIA), which is a new evolution algorithm, has increasingly attracted more and more researchers [1-4]. Among the SIA, ant colony system (ACS), which was created from the enlightenment from the nature world, in fact, is a positive feedback method of studying the real swarm ants which look for foods in the nature: the more heuristic is in the road when more ants have got through the road, so the latter ants are more impossible to select the road. The ant can cooperate and communicate with other ants, and in this way the ant system can find the shortest road from their nest to the foods. ACS, which has the more quick convergence speed and more accurate solution than the simple ant colony optimization algorithm, is one of the best ant colony optimization algorithms [1]. So, this paper is based on the ACS to solve the path planning of the robot. The rest of the paper is outlined as follows. Sect.2 briefly addresses the concept of ACS and briefly reviews the work of ACS about robot. Sect.3 describes the improved ACS based on chaotic (IACS) for the problems of path planning of robots. Sect.3 presents the experimental results and it shows that IACS is beneficial for ACS algorithm when applied on the path planning of the robot. 2. ACS In the way of the real ant system in the nature world to look for the food, ant colony system algorithm (ACS) is being used to find the optimum. Artificial ant will not only find the way to the food in oneself, but accumulate with other ants by their means also [5]. Path planning is one of the most important techniques for the mobile robot. As mobile robot is in the way with barriers, we want to find the best path from the start point to the object point according some evaluation criterions, such as the shortest road and the safest road [6]. The traditional ACS algorithm includes state transition and updating pheromones. When the ant select the next city in the path planning of the ACS algorithm, the ant will select according to the amount of the road’s pheromones and generally there are more possibilities to
  • 2. Computer Science & Engineering: An International Journal (CSEIJ), Vol.6, No.2/3, June 2016 2 select the road of having more pheromones. In particular, the norm with which ant k, currently at city i, chooses to go to city j is { } ( ) 0 0 (t)arg ( ,t) , ijij k ij max q q j J p q q β τ η     ≤    =   > (1) Where the ( )ij tτ is the existing pheromone trail between the city i and city j in the time t, ( )ij tη is the heuristic information on the path from city i to city j, (), (0,1)q rand q= ∈ , 0q is a parameter available a prior ( 00 1q≤ ≤ ). While ant k select the next city, there is a random figure q , and if 0q q≤ , the ant will select the next node according the equation (1), otherwise according the equation (2). [ ]k i ij ijk ij ij ijl N p α β α β τ η τ η∈       =   ∑ (2) Where ijη is the heuristic information on the path from city i to city j, which is defined as 1/ ijd , where ijd is the distance between city i and city j. k iN denotes the neighborhood of cities of ant k when being on city i. Parameter α determine the relative influence of the pheromone trail and the parameter β determine the relative influence of the heuristic information. In the way of the ACS, the pheromone on the path city i to city j will update after the ant k march up from the city i to city j according above the rule and the process conform to the equation(3). ( )(t) (t) (t)1ij ij ijτ ϕ τ ϕ τ= − + ∆ (3) 1 n ij k ij k τ τ = ∆ = ∆∑ (4) Where 0 1ρ< ≤ is the rate of the evaporation. In general, lowering the pheromone values enables the algorithm to forget bad decisions made in previous iterations, ( )ij tτ∆ is the pheromone produced by the ant k after passing the road from the time t to time t+1. After all of the ant get to the end from the start, only the road (may be not only one) of the best ant will update the pheromone according to the rule, and in one point, the rule is accelerating the convergence speed of algorithm. This process is subjected to rule as follows: 1 (i, j)belong to best loo, 0, otherwise pk kij arc Lτ   = ∆   (5) Where Q denotes the intensity of the pheromone, and kL denotes the length of the best ant in this iteration.
  • 3. Computer Science & Engineering: An International Journal (CSEIJ), Vol.6, No.2/3, June 2016 3 3. IACS FOR PATH PLANNING OF ROBOTS Recently, the path planning of the mobile robot has attracted a great deal of researchers. Paper 6 has been proposed an ant colony algorithm about rolling planning. An improved ant colony algorithm of differential evolution based on chaotic has been improved in paper 7. The results of their experiments have revealed that the improved algorithm can still find the safe better path even in a very complex environment. With the help of the map created under the start point and the end point, the algorithm add the local path information of the environment to the step of initializing pheromone trails and the step of selecting the next city, and have a operation to select and crossover with adapt the values of ,α β and ϕ ,which make the algorithm have more capabilities to flee the local optimum [8]. To improve the performance of the results of the traditional ACS applied in the mobile robots, we investigate improved ACS called IACS algorithm, which is based on the conception of logistic mapping to modify the rule of updating pheromones that it will escape from the local optimum in the early. 3.1 Improvement of the Local Updating Pheromone The main characteristic of the chaotic is pseudo randomness, ergodic property, sensibility to the condition of the start [9]. In consideration of chaotic characteristic, change the rule of local updating pheromone, which may be improving diversity of the algorithm so as to avoid fall into the local optimum in the early time. We have using the mapping of logistic in this paper, and the rule as follows: [ ] ( ]1 0(1 ),k 0,1,2,...; 0,1 3,4k kx x x µµ+ = − = ∈∈ (6) We will get a series of values of 1 2, ,..., kx x x while the value k changes. Through testing the value µ , it concludes that the dynamic system is simple displaying a litter change or complicated displaying periodicity chaotic while0 1µ< ≤ and3 4µ≤ ≤ respectively. Then we design two simulation experiments by means of mapping logistic on Matlab, and initialize value m as 0.5, the number of iteration as 500, and the value µ as 2,3,3.3 , 3.6. The result of different value kµ is given in the Fig.1 - Fig.4. Fig.1 Chaos While 2=µ
  • 4. Computer Science & Engineering: An International Journal (CSEIJ), Vol.6, No.2/3, June 2016 4 Fig.2 Chaos While 3=µ Fig.3 Chaos While 3.3u = Fig.4 Chaos While 3.6µ =
  • 5. Computer Science & Engineering: An International Journal (CSEIJ), Vol.6, No.2/3, June 2016 5 The parameter µ is changeable. There is the situation of complete chaotic for the mapping logistic when 04,0 1xµ = ≤ ≤ . To avoid the algorithm drop early into a local premium and improve its diversity, this paper propose a algorithm called IACS which change the rule of updating the local pheromone based on the chaotic performance and different from the formula (3) it do as follows: ( ) ( ) ( ) ( )1 1ij ij ij ijt t t qxτ ϕ τ ϕ τ+ = − + ∆ + (7) Where chaotic variable ijx is produced from the formula (6) and qis a rate. 3.2 The Framework of the IACS The IACS algorithm and its path planning experiment of the robot as follows: Step1: initialize parameters and set the data structure for saving the results, generate chaotic values from formula (6) and put it to *( )ij N Nτ , initialize the matrix of pheromone; Step2: ant k 1,2,...,k m= set out from the point startg , and write startg into the ant memory ktabu which contains the cities already visited, and find the available next cities; Step3: select a path from the start to the end according to the pheromones of the available road and heuristic information; Step4: after every period of searching process, count and compare every ant road’s path. Create a series of chaotic values according to the formula (6) and update the pheromone according to the formula (7). 1n n= + and continues the next loop; Step5: clear up the ant memory when maxn N> and back to the Step2. 4. SIMULATION EXPERIMENTS In order to investigate the performance of improved ant colony system algorithms for the path planning of the robot, we have had several simulation experiments. In this paper, the simulations are based on a map of 20*20. The parameter 1α = , 0.1ϕ = , 3Q = , 0 0.15q = . Fig.5 Diversity of Results and the Convergence of the Algorithm
  • 6. Computer Science & Engineering: An International Journal (CSEIJ), Vol.6, No.2/3, June 2016 6 Fig.6 The Best Road of our Algorithm Under the Complicated Environment1 Fig.7 The Best Road of Our Algorithm Under the Complicated Environment2 Fig.8 The Best Road of Our Algorithm Under the Complicated Environment3
  • 7. Computer Science & Engineering: An International Journal (CSEIJ), Vol.6, No.2/3, June 2016 7 Fig.9 The Best Road of Our Algorithm Under the Complicated Environment4 Fig.10 The Best Road of Our Algorithm Under the Complicated Environment5 Fig.5 shows the diversity of the results and the convergence of the algorithm. The line in Fig.6- Fig.10 is the best road of our IACS algorithm under the complicated environment. The experiment has proved that our IACS algorithm can find the best path with a quicker convergence speed. 5. CONCLUSIONS AND FUTURE WORK This paper has proposed an improved ant colony algorithm based on chaotic which improve the algorithm diversity by changing the updating local pheromone for path planning of robots, so it has improved the accuracy of the best road. Simulation experiments show that the IACS is better to solve the path planning of the robot under the complicated environment. In future, we should research the impact of the parameter in our algorithm to improve the algorithm performance.
  • 8. Computer Science & Engineering: An International Journal (CSEIJ), Vol.6, No.2/3, June 2016 8 ACKNOWLEDGEMENTS The authors gratefully acknowledge the support of Innovation Program of Shanghai Municipal Education Commission (Grant No.12ZZ185), Natural Science Foundation of China (Grant No.61075115,No.61403249), Foundation of No. XKCZ1212. Xiao- Ming You is corresponding author. REFERENCES [1] Dorigo M.,Stutzle T. Ant Colony Optimization. The MIT Press. Cambridge, Massachusetts. London, England. 2004. [2] Zhai Yahong,Xu Longyan. Ant colony algorithm based on distribution on estimation of quantum pheromone control research[J]. Computer Engineering and Design.2014,35(4):1414-1418. [3] Liu Chang-an,Yan Xiao-hu, LiuChun-yang,WU Hua. Dynamic Path Planning for Mobile Robot Based on Improved Ant Colony Optimization Algorithm [J]. ACTA ELECTRONICA SINICA,2011,39(5): 1220-1224. [4] Ye Shitong, Wan Zhiping. An ant colony algorithm based on improving global pheromone update efficiency and its simulation[J]. Computer Applications and Software, 2014,(1):176- 179. [5] Hai-Bin Duan. Ant colony algorithms: THEORY AND APPLICATIONS[M].Beijing: Science Press, 2006. [6] CHEN Xiong, ZHAO Yi-lu, HAN Jian-da. An improved ant colony optimization algorithm for robotic path planning.2010, 27(6): 821-825. [7] Xu Hong-li, Qian Xu, Yue Xun. New ant colony optimization algorithm based on logistic chaotic image to resolve VRP problem [J]. Application Research of Computers,2012,29 (6): 2058-2060. [8] Kong Li-fang, Zhang Hong. Asynchronous parallel particle swarm optimizer for feature subset selection [J]. Control and Decision,2012,27 (7): 967-974. [9] Li Lixiang, Peng Haipeng, Yang Yixian. Chaos ant colony algorithm and its application [M]. China Science and Technology Press,2013,1. [10] Liu Xu-xun, Cao Yang, Chen Xiao-wei. Mouse colony optimization algorithm for mobile robot path planning [J]. Control and Decision,2008, 23(9): 1060-1063.