8000 GitHub - erelsgl/auctions: Implementation of double-auction and multilateral-auction protocols
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Implementation of double-auction and multilateral-auction protocols

License

Notifications You must be signed in to change notification settings

erelsgl/auctions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi-lateral Auction Algorithms

The algorithms in this folder are explained in the paper

Rica Gonen and Erel Segal-Halevi, "Strongly Budget Balanced Auctions for Multilateral Markets", Proceedings of AAAI 2020.

To run the examples from the paper, try one of the following.

External-competition auction in Section 3.1:

python3 trade_reduction_demo_111.py

Ascending-prices auction in Section 3.3:

python3 ascending_auction_demo_111.py

Ascending-prices auction in Section 4.1:

python3 ascending_auction_demo_12.py

Lemonade-market auction mentioned in Section 5:

python3 trade_reduction_demo_lemonade.py

Simulation experiments following McAfee (1992):

python3 aaai20_experiment.py

The other files contain some additional examples.

Example results can be found in the results/ folder.

About

Implementation of double-auction and multilateral-auction protocols

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0