зеркало из
https://github.com/docxology/cognitive.git
synced 2025-10-29 20:26:04 +02:00
8 строки
151 B
Python
8 строки
151 B
Python
"""
|
|
Ant Colony Simulation Package
|
|
|
|
A multi-agent simulation of an ant colony using simplified behaviors
|
|
and visualizations.
|
|
"""
|
|
|
|
__version__ = "1.0.0" |