Auction Algorithm: Difference between revisions
Andrewgracyk (talk | contribs) No edit summary |
Andrewgracyk (talk | contribs) No edit summary |
||
Line 9: | Line 9: | ||
Start from an arbitrary pair <math> (p_0, \sigma_0) </math>. | Start from an arbitrary pair <math> (p_0, \sigma_0) </math>. | ||
At every step, we have a pair <math> (p^n, \sigma_n) </math>. If it is an equilibrium, stop the algorithm. Otherwise, pick any <math> i^* </math> among those <math> i </math> such that <math> u_{i\sigma(i)} - p_{\sigma_i} < \max_j u_{ij} - p_j </math>. | At every step, we have a pair <math> (p^n, \sigma_n) </math>. If it is an equilibrium, stop the algorithm. Otherwise, pick any <math> i^* </math> among those <math> i </math> such that <math> u_{i\sigma(i)} - p_{\sigma_i} < \max_j u_{ij} - p_j </math>. The selected buyer <math> i^* </math> implements two actions: | ||
1) |
Revision as of 19:49, 6 May 2020
The auction algorithm is an algorithm connected to the dual problem, but it is not based on a sequence of improvements of the dual objective function. Instead, it attempts to seek an equilibrium. Because of such, the algorithm has applications in economics.
The Assignment Problem
We begin by discussing the assignment problem. Consider the specialized case when weights and are equal. Suppose we have buyers, denoting the index with , and goods to be bought, denoted by . We look for an assignment which maximizes . The values are the utilities of buyer when he/she buys item . Now, we look at a price system . Given a price system and as assignment , we say that it is an equilibrium if for every , we have . The buyers satisfying this condition are said to be "happy." This only corresponds to writing the equilibrium condition in terms of a coupling induced by a permutation. It is well known that if is an equilibrium, then is an optimal assignment (and is optimal in the dual problem).
The Algorithm
Start from an arbitrary pair .
At every step, we have a pair . If it is an equilibrium, stop the algorithm. Otherwise, pick any among those such that . The selected buyer implements two actions:
1)