Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nikorasu/nantarray
An array-based cellular-automata implementation of my ant pheromone simulation!
https://github.com/nikorasu/nantarray
ant-colony ant-colony-optimization ant-colony-simulation ant-simulation ants ants-simulator array cellular-automata emergent-behavior numpy numpy-arrays pheromone pheromones python python3 simulation swarm-intelligence trails
Last synced: about 1 month ago
JSON representation
An array-based cellular-automata implementation of my ant pheromone simulation!
- Host: GitHub
- URL: https://github.com/nikorasu/nantarray
- Owner: Nikorasu
- License: gpl-3.0
- Created: 2024-05-05T22:18:06.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-24T20:44:15.000Z (8 months ago)
- Last Synced: 2024-11-07T06:36:48.946Z (3 months ago)
- Topics: ant-colony, ant-colony-optimization, ant-colony-simulation, ant-simulation, ants, ants-simulator, array, cellular-automata, emergent-behavior, numpy, numpy-arrays, pheromone, pheromones, python, python3, simulation, swarm-intelligence, trails
- Language: Python
- Homepage:
- Size: 125 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NantArray
An array-based cellular-automata implementation of my ant pheromone simulation!
WIP
Instead of using a game engine like Pygame for the simulation, this time I've
coded things entirely using Numpy arrays!![screenshot1](img/screenshot1.png)
![screenshot2](img/screenshot2.png)Almost works pretty good, until I added the wall with gap as an obstruction,
so I still need to tweak the rules further, until it works more like it should.If anyone manages to get it working better, please share, I'd love to see it!