Metadata-Version: 2.1
Name: anco
Version: 1.1.0
Summary: A GPU-accelerated ant colony optimization library for Python 3 based on taichi
Author: Shengzhi Wu
Author-email: e1124755@u.nus.edu
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Physics
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: taichi

# anco
anco is a GPU-accelerated [ANt COlony optimization](https://en.wikipedia.org/wiki/Ant_colony_optimization_algorithms) library for Python 3 based on [taichi](https://github.com/taichi-dev/taichi).

## Install

```bash
pip install anco
```

## Test

Run `tests/test.py`.

![animation](images/animation.gif)
