An open API service indexing awesome lists of open source software.

https://github.com/hasnainroopawalla/ant-colony-simulation

Ant colony simulation in p5.js using React and TypeScript
https://github.com/hasnainroopawalla/ant-colony-simulation

ant-colony jest nodejs p5js react typescript webpack

Last synced: about 1 month ago
JSON representation

Ant colony simulation in p5.js using React and TypeScript

Awesome Lists containing this project

README

          

# Ant Colony Simulation

[Live Demo](https://hasnainroopawalla.github.io/ant-colony-simulation/)

A simulator for the ant colony optimization algorithm in p5.js using TypeScript and React ([inspiration](https://youtu.be/X-iSQQgOd1A?si=XYnjKHSCwMdGiX5T)).


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](https://github.com/hasnainroopawalla/Ant-Colony-Optimization).

## Contributing
- Post any issues and suggestions on the GitHub [issues](https://github.com/hasnainroopawalla/ant-colony-simulation/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](https://github.com/hasnainroopawalla/ant-colony-simulation/blob/86c7974afc16431838be1e629e38719b1205f07b/LICENSE) file for details.