-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
2 changed files
with
18 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,18 @@ | ||
# ant-colony-simulation | ||
Ant colony simulation with TypeScript and p5.js | ||
# 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)). | ||
|
||
<p align="center"> | ||
<img src="assets/simulation.gif" alt="simuation" width="500"/> | ||
</p> | ||
|
||
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. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.