X

Download About The Ant Colony Optimization PowerPoint Presentation

SlidesFinder-Advertising-Design.jpg

Login   OR  Register
X


Iframe embed code :



Presentation url :

Home / Forest & Animals / Forest & Animals Presentations / About The Ant Colony Optimization PowerPoint Presentation

About The Ant Colony Optimization PowerPoint Presentation

Ppt Presentation Embed Code   Zoom Ppt Presentation

PowerPoint is the world's most popular presentation software which can let you create professional About The Ant Colony Optimization powerpoint presentation easily and in no time. This helps you give your presentation on About The Ant Colony Optimization in a conference, a school lecture, a business proposal, in a webinar and business and professional representations.

The uploader spent his/her valuable time to create this About The Ant Colony Optimization powerpoint presentation slides, to share his/her useful content with the world. This ppt presentation uploaded by worldwideweb in Forest & Animals ppt presentation category is available for free download,and can be used according to your industries like finance, marketing, education, health and many more.

About This Presentation

Slide 1 - Ant Colony Optimization Presenter: Chih-Yuan Chou
Slide 2 - Outline Introduction to ACO How do ants find the path random-proportional rule pseudo-random-proportional rule Pheromone update ACS performance Conclusion
Slide 3 - Introduction to ACO 1991, M. Dorigo proposed the Ant System in his doctoral thesis (which was published in 1992). 1996, publication of the article on Ant System 1996, Hoos and Stützle invent the MAX-MIN Ant System 1997, Dorigo and Gambardella publish the Ant Colony System
Slide 4 - How do ants find the path
Slide 5 - Important term Ant System (AS) Ant Colony System (ACS) Ant Colony Optimization (ACO) artificial ants Pheromone Transition Probability Evaporation Mechanism
Slide 6 - flow chart
Slide 7 - random-proportional rule p is the probability with which ant k in city r chooses to move to the city s. τ is the pheromone η = 1/δ is the inverse of the distance δ is the set of cities that remain to be visited by ant k positioned on city r β is a parameter which determines the relative importance of pheromone versus distance
Slide 8 - pseudo-random-proportional rule q is a random number uniformly distributed in [0…1] is a parameter ( 0 ≦ ≦ 1) S is a random variable selected according to the probability distribution given in random-proportional rule
Slide 9 - Pheromone update τ(r,s) : density of pheromone on edge (r,s) . 0 < α < 1 is a pheromone decay parameter.
Slide 10 - Pheromone update (cont.) global update local update
Slide 11 - Global update Global updating is performed after all ants have completed their tours. In ACS only the globally best ant is allowed to deposit pheromone.
Slide 12 - Local update
Slide 13 - ACS performance
Slide 14 - Conclusion The ACS is an interesting novel approach to parallel stochastic optimization of the TSP In ACS only the globally best ant is allowed to deposit pheromone. Relative error is smaller than 3.5%
Slide 15 - Reference Dorigo,M,maniezzo,v.,and colornj,A.,“the ant system:Optimization by a colony of cooperating agent”IEEE Transactions on Systems,Man,ad cybernetics-Part B,Vol26-1,PP.29-41. Dorigo,M.and Gambardella,L.M.,”Ant colony system:A copperative learning approach to the traveling salesman problem”IEEE Transactions on Evoluationary Computation,Vo1.1-1,pp.53-66(1997)