GithubHelp home page GithubHelp logo

chrisshencs / sponsored_search_auctions Goto Github PK

View Code? Open in Web Editor NEW

This project forked from evesor/sponsored_search_auctions

0.0 0.0 0.0 388 KB

Sponsored search auction simulation program with different bidding agents

Python 100.00%

sponsored_search_auctions's Introduction

Sponsored Search Auctions

Repository

https://github.com/philipjlin/Sponsored_Search_Auctions

Description

This repository contains python scripts that define bidding agents that will participate in generalized second-price position auctions (GSP) and Vickrey-Clark-Groves auctions (VCG) for ad slots over a period of 24 hours with 30 minute slot intervals.

The agents designed can be constrained by a fixed budget, and in certain auctions reserve prices will be present. Agents will utilize several bidding strategies, including classic definitions of truthful bidding and balanced bidding.

Files

  • auction.py - Simulates sponsored search auction with either gsp or vcg implementation
  • gsp.py - Implementation of GSP auction
  • history.py - Gets an agent's bidding information from a previous round
  • pjl14bb.py - Balanced bidding agent
  • pjl14budget.py - Budget constrained bidding agent
  • stats.py - Returns utility and revenue stats of a completed auction
  • test_bb.py - Tests the bids of the balanced bidding agent
  • test_gsp.py - Tests the GSP auction mechanism implementation
  • test_vcg.py - Tests the VCG auction mechanism implementation
  • truthful.py - Truthful bidding agent
  • util.py - Utility functions used in the auctions
  • vcg.py - Implementation of VCG auction

References

Auction code provided as part of Harvard University CS186 course, David Parkes.

sponsored_search_auctions's People

Contributors

philipjlin avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.