Path Finding Ants

This simulation activity introduces students to random walks and its applications in optimization. The instructions will take you through what is known as the “ant colony optimization” algorithm, where you can show how ants are able to find the shortest path between two points (the end point being the position of some source of food). This simulation was done using python.

Author

Leave a Reply