All Projects → rhgrant10 → Acopy

rhgrant10 / Acopy

Licence: other
A Python implementation of the Ant Colony Optimization Meta-Heuristic

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Labels

Projects that are alternatives of or similar to Acopy

Python Pixabay
Python 3 Pixabay's API wrapper.
Stars: ✭ 32 (-57.89%)
Mutual labels:  pypi
Top Pypi Packages
A regular dump of the most-downloaded packages from PyPI
Stars: ✭ 53 (-30.26%)
Mutual labels:  pypi
Dumb Pypi
PyPI generator, backed entirely by static files
Stars: ✭ 62 (-18.42%)
Mutual labels:  pypi
Senpai
💨Making communication📞easier and faster🚅for all 👦 + 👧 + 👴 + 👶 + 🐮 + 🐦 + 🐱
Stars: ✭ 43 (-43.42%)
Mutual labels:  pypi
Github Release
Manage github releases from the command line
Stars: ✭ 50 (-34.21%)
Mutual labels:  pypi
Pixivpy
Pixiv API for Python
Stars: ✭ 1,080 (+1321.05%)
Mutual labels:  pypi
Jetson stats
📊 Simple package for monitoring and control your NVIDIA Jetson [Xavier NX, Nano, AGX Xavier, TX1, TX2]
Stars: ✭ 908 (+1094.74%)
Mutual labels:  pypi
Pymarketcap
Python3 API wrapper and web scraper for https://coinmarketcap.com
Stars: ✭ 73 (-3.95%)
Mutual labels:  pypi
Elasticsearch Synonyms
Curated synonym files and Helpers for Elasticsearch Synonym Token Filter
Stars: ✭ 51 (-32.89%)
Mutual labels:  pypi
Garbevents
This is a python toolkit for real-time capture, analysis, cleaning and report generation of embedded points based on the development of mitmproxy.
Stars: ✭ 62 (-18.42%)
Mutual labels:  pypi
Lexicon
Manipulate DNS records on various DNS providers in a standardized way.
Stars: ✭ 1,028 (+1252.63%)
Mutual labels:  pypi
Itunespy
🐍 A simple library to fetch data from the iTunes Store API made for Python >= 3.5
Stars: ✭ 47 (-38.16%)
Mutual labels:  pypi
Ttkwidgets
A collection of widgets for Tkinter's ttk extensions by various authors
Stars: ✭ 57 (-25%)
Mutual labels:  pypi
Guiscrcpy
A full fledged GUI integration for the most award winning open-source android screen mirroring system -- scrcpy located on https://github.com/genymobile/scrcpy/ by @rom1v
Stars: ✭ 960 (+1163.16%)
Mutual labels:  pypi
Accupy
Accurate sums and dot products for Python.
Stars: ✭ 65 (-14.47%)
Mutual labels:  pypi
Moderngl
Modern OpenGL binding for python
Stars: ✭ 958 (+1160.53%)
Mutual labels:  pypi
Pigar
☕️ A fantastic tool to generate requirements.txt for your Python project, and more than that. (IT IS NOT A PACKAGE MANAGEMENT TOOL)
Stars: ✭ 1,068 (+1305.26%)
Mutual labels:  pypi
Edualgo
A simple python package having modules of different algorithms to use in educational purposes.
Stars: ✭ 76 (+0%)
Mutual labels:  pypi
Laboratory
Achieving confident refactoring through experimentation with Python 2.7 & 3.3+
Stars: ✭ 1,179 (+1451.32%)
Mutual labels:  pypi
Groupy
A simple yet powerful API wrapper for the GroupMe messaging service.
Stars: ✭ 57 (-25%)
Mutual labels:  pypi

===== ACOpy

.. image:: https://img.shields.io/pypi/v/acopy.svg :target: https://pypi.python.org/pypi/acopy

.. image:: https://img.shields.io/travis/rhgrant10/acopy.svg :target: https://travis-ci.org/rhgrant10/acopy

.. image:: https://readthedocs.org/projects/acopy/badge/?version=latest :target: https://acopy.readthedocs.io/en/latest/?badge=latest :alt: 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.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter .. _audreyr/cookiecutter-pypackage: https://github.com/audreyr/cookiecutter-pypackage .. _Ant Colony Optimization: http://en.wikipedia.org/wiki/Ant_colony_optimization_algorithms .. _NetworkX: https://networkx.github.io/ .. _tsplib95: https://tsplib95.readthedocs.io/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].