This repository will contain the source codes for newly proposed auction systems in our proposed economics research paper. Targeted to update the repository before : 15th March 2019
Project description
collaborative-auction
This repository will contain the source codes for newly proposed auction systems in our proposed economics research paper. Targeted to update the repository before : 15th March 2019. github repository: https://github.com/mr-ravin/collaborative-auction
Author: Ravin Kumar
Steps for using the library
import coauction
# total_candidates : total number of participants
# bidding_sequence: arrary containing timeseries data in format [[candidate_id,candidate_offer],[candidate_id,candidate_offer] ....]
# relation_list: array containing relationship in form of [[sender,receiver],..] here 1 represents the person who won the bidding, 2 repreents the second last bidding candidate etc.
# alpha: it determine the discount ratio for each relationship present in relation_list
results=coauction.response(total_candidates,bidding_sequence,relation_list,alpha)
# results[0] contains complete list of amount each candidate gets, and results[1] contains the amount in form of a dictionary,
# with candidate_id as key, and amount as value.
Installing module using PyPi:
pip install coauction
In our system candidate_id begins with 1, in dictionary based response.
Note: This work can be used only for academic research work after providing proper citation and deserved credits to this work. For Industrial, commercial or any other use, permission is required from the Author.
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
coauction-0.2.tar.gz
(2.0 kB
view details)
Built Distribution
coauction-0.2-py3-none-any.whl
(14.8 kB
view details)
File details
Details for the file coauction-0.2.tar.gz
.
File metadata
- Download URL: coauction-0.2.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.29.1 CPython/3.5.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e8759ae6c7d11ddfa059b0ff7c2c06ef53e4749a4e4c0537cb939d442b6706df |
|
MD5 | 8133c4ec64676a4f2186612102ecad79 |
|
BLAKE2b-256 | 123d469a6cf88868e7bfb6f24c863073a2e942622d35158de31e6a3668e933e7 |
File details
Details for the file coauction-0.2-py3-none-any.whl
.
File metadata
- Download URL: coauction-0.2-py3-none-any.whl
- Upload date:
- Size: 14.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.29.1 CPython/3.5.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ef5e92dd992e8be4e9946db5182678c5ec7205a97b518a4ccc85893204994c97 |
|
MD5 | f9dc31c58382ecedc73849ca7a1796e2 |
|
BLAKE2b-256 | bdb38ffa448d1147c7ff180024055f617ea311805b56e2ccad8fb5db80b60644 |