Skip to content
/ acopy Public
forked from rhgrant10/acopy

A Python implementation of the Ant Colony Optimization Meta-Heuristic

License

Notifications You must be signed in to change notification settings

chrinide/acopy

 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 94.8%
  • Makefile 5.2%