jonbaer / acopy

A Python implementation of the Ant Colony Optimization Meta-Heuristic

Home Page:https://acopy.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ACOpy

Documentation Status

Ant Colony Optimization for the Traveling Salesman Problem.

Features

  • Uses NetworkX for graph representation
  • Solver can be customized via plugins
  • Has a utility for plotting information about the solving process
  • CLI tool that supports reading graphs in a variety of formats (including tsplib95)
  • Support for plotting iteration data using matplotlib and pandas

ACOpy was formerly called "Pants."

For now, only Python 3.6+ is supported. If there is demand I will add support for 3.4+.

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

About

A Python implementation of the Ant Colony Optimization Meta-Heuristic

https://acopy.readthedocs.io

License:Other


Languages

Language:Python 94.8%Language:Makefile 5.2%