Several dcop algo implementation
Project description
# Dcop python
[](http://pydcop.readthedocs.io/en/latest/?badge=latest) [](https://travis-ci.org/Orange-OpenSource/pyDcop)
pyDCOP is a python library for Distributed Constraints Optimization. It contains implementations of several standard DCOP algorithms (MaxSum, DSA, DPOP, etc.) and allows you to develop your own algorithms.
pyDCOP runs on python >= 3.5.
## Installation
Using pip is recommended, on ubuntu :
sudo apt-get install python3-setuptools sudo apt-get install python3-pip
I also recommend installing pyDCOP in a virtualenv, in order to avoid any conflict with other applications you might have:
python3 -m venv ~/.pydcop source ~/.pydcop/bin/activate
For now, installation is only from source :
cd pydcop pip install .
Or without pip, simply use :
python3 setup.py install
When developing on DCOP-python, one would rather use the following command, which installs pydcop in development mode and test dependencies:
pip install -e .[test]
To generate documentation, you need to install the corresponding dependencies:
pip install -e .[doc]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pydcop-0.1.0.tar.gz
.
File metadata
- Download URL: pydcop-0.1.0.tar.gz
- Upload date:
- Size: 220.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
19a91fca2e4da637ff2723586dcf41385a86aefe9e9bb7db5fd676a9cadab6c4
|
|
MD5 |
ff8f966cde9ddb1a6d35b4e58ef35270
|
|
BLAKE2b-256 |
56f769283fb15f82d2ac83e82c67eaaf814aca8d2c8efa5aa6f89305bc9c0ad1
|
File details
Details for the file pydcop-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: pydcop-0.1.0-py3-none-any.whl
- Upload date:
- Size: 354.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
a645e3a3df63555bd3ed47153bfd5dad2b78c41eea42b4f0e575fc0001340fa2
|
|
MD5 |
c07105d5187b554378029e285210421d
|
|
BLAKE2b-256 |
8d6060e7ee92db93d7de4b3b1bcf9c83f915023742c8dcdda62640dce54e8fbf
|