Skip to content

A Vickrey-Clarke-Groves auction library.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

daylightwarbler/vcg-auction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vcg-auction

A Vickrey-Clarke-Groves auction library.

The VCG Auction is the most economically efficient auction format. It encourages truthful bidding by only charging bidders their externality—the value of the best alternative outcome had the bidder not participated. In its exact form, it’s a combinatorial auction that is computationally hard to compute for large problem sizes. Nevertheless, small problems are certainly possible to compute by exhaustive search, and that's what this library currently supports.

There's many computationally-feasible simulations of the VCG auction that can scale better for practical use cases, like the Simultaneous Ascending Auction used for wireless spectrum allocation.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

A Vickrey-Clarke-Groves auction library.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages