• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/37

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

37 Cards in this Set

  • Front
  • Back
resource allocation
na
common value
A type of auction in which every participant values a good in the same way.
private value
A type of auction in which agents have their own valuation for goods, which they do not necessarily share with others.
correlated value
A type of auction in which agent's valuations are related to one another, but not necessarily common value.
first-price auction
A type of auction in which the amount the auction winner pays for a good is the amount of the highest bid.
second-price auction
An auction in which the winner of the resource pays the amount of the second highest bid (aka Vickrey auction) - bidding truthfully is a dominant strategy in second price auctions.
open cry
A type of auction in which every agent gets to see the bids of every other agent.
sealed bid
A type of auction: in a sealed bid auction, bidders submit bids in private to the auctioneer ( in contrast to open cry auctions).
one-shot auction
An auction in which there is a single round of bids.
ascending auction
An ascending auction is one in which bids start low and get progressively higher.
english auctions
A type of auction in which bidding starts at some low reserve value, and then bidders submit increasing bids until no bidders are willing to go higher.
winner's curse
The idea that if you win in an auction, then you probably overestimated the value of the good, since nobody else was willing to bid as much as you.
dutch auction
A type of auction in which bidding starts with a high value, and is then reduced by an auctioneer until som participant is willing to bid.
vickrey auction
Another name for a second-price auction.
valuation function
na
free disposal
The idea of having more of a particular resource is never worse than having less.
winner determination problem
In combinatorial auctions, winner determination amounts to findinf an allocation of goods that maximizes value - an NP-hard problem.
bidding languages
In combinatorial auctions, a language that is used by bidders to express their valuation functions - OR and XOR languages are the best known.
atomic bids
In combinatorial auctions, a key problem is that of concisely expressing the preferences agents have over bundles of goods: bidding languages are used to express these preferences, and are composed of atomic bids, typically using OR or XOR operators.
XOR bids
A type of bidding language for combinatorial auctions, in which a valuation function is defined as the 'exclusive or' of a number of atomic bids.
OR bids
A type of bidding language for combinatorial auctions, in which a valuation function is defined as the 'disjunction' of a number of atomic bids.
dummy goods
na
heuristic winner determination
In combinatorial auctions, finding an optimal allocation (winner determination) is computationally complex - heuristic approaches aim to find a (not necessarily optimal) allocation quickly, using rules of thumb (heuristics).
approximate winner determination
In combinatorial auctions, the winner determination problem is a computationally intractable problem, involving finding an optimal allocation of goods to bidders: in approximate winner determination, we aim to find an allocation that may not be optimal, but is within some known bound of the optimal.
integer linear programming
A type of optimization problem, in which we want to find integer values for some unknown variables, where constraints on these variables are expressed as linear inequalities over them.
objective function
In linear programs, the objective function defines what is to be maximized (or minimized).
incentive compatible
A voting protocol (or more generally, social choice mechanism) is incentive compatible if no agent can benefit by misrepresenting their preferences, i.e., if truth-telling is a rational choice.
VCG mechanism
Vickrey-Clark-Groves mechanism: a generalization of Vickrey auctions used in combinatorial auction settings, which has the property that bidding to one's true valuation is a dominant strategy (i.e., it is incentive compatible).
mechanism design
The process of designing a game so that, if the participants in the game act rationally, some desirable overall objective will be achieved.
implementation theory
The part of game theory concerned with with designing games to satisfy certain properties.
algorithmic game theory
A part of theoretical computer science that studies computational aspects of game theory, such as the complexity of computing solution concepts, and the applications of mechanism design in computer science.
auction bots
Simple software agents that bid on behalf of their owner in an online auction.
electronic marketplace
na
proxy bidding
The idea of having a proxy (a program or a person) submit bids on our behalf in an online auction
sniping
In an online auction such as eBay, sniping is the behaviour whereby bidders try to submit bids at the last possible moment.
TAC
The Trading Agent Competition - a competition intended to test the ability of computer programs to automatically trade goods and services.
continuous double auction
An auction in which participants buy and sell simultaneously - used in the Trading Agent Competition.