Skip to content

Latest commit

 

History

History

ant-colony-optimization

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Ant Colony Optimization

What is Ant Colony Optimization?

  • The ant colony optimization algorithm (ACO) is a probabilistic technique for solving computational problems which can be reduced to finding good paths through graphs.

  • Artificial Ants stand for multi-agent methods inspired by the behaviour of real ants.

  • The pheromone-based communication of biological ants is often the paradigm used.

Installation

TODO

Demo

TODO