Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1001 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 1001 Bytes

Ant Colony Simulation

Live Demo

A simulator for the ant colony optimization algorithm in p5.js using TypeScript and React (inspiration).

simuation

A Python implementation of this optimization algorithm to find the shortest path in a graph can be found at github.com/hasnainroopawalla/Ant-Colony-Optimization.

Contributing

  • Post any issues and suggestions on the GitHub issues page.
  • To contribute, fork the project and then create a pull request back to master.

License

This project is licensed under the MIT License - see the LICENSE file for details.