L/O/G/O Ant Colony Optimization M1 : Cecile Chu
An Ant Colony
Swarm Intelligence Definition The discipline that deals with natural and artificial systems composed of many individuals that coordinate using decentralized control and self-organization.
Swarm Intelligence Popular Systems colony of ants and termites school of fish flock of birds herd of land animals
Swarm Intelligence Studies and Application Ant Colony Optimization Particle Swarm Optimization Swarm-based Network Management Cooperative Behavior in Swarm of Robots
Ant Colony Optimization Definition A system based on agents which simulate the natural behavior of ants, including mechanisms of cooperation and adaptation.
Ant Colony Optimization
Adaptation each path represents a solution amount of pheromone is proportional to the quality of the candidate solution paths with large amount of pheromone have a higher probability of being selected
Ant Colony Optimization Adaptation Ants eventually converge to a short path which represents the optimum or a near optimum solution for the target problem.
Ant Colony Optimization
Specifications Appropriate problem representation method of constructing valid solutions a function that measures that quality of a solution a rule for updating the pheromone trail a probabilistic transition rule
Ant Colony Optimization Popular implementation traveling salesman problem (TSP) Advantage can run continuously while the graph changes dynamically
---End--- Thank you!