- Auction algorithm
The term "auction algorithm" applies to several variations of a combinatorial optimization
algorithm which solvesassignment problem s, including forward/reverse auction algorithms. An "auction algorithm" has been used in a business setting to determine the best prices on a set of products offered to multiple buyers. It is an iterative procedure, so the name "auction algorithm" is related to a salesauction , where multiple bids are compared to determine the best offer, with the final sales going to the highest bidders.The auction algorithm is an iterative method to find the optimal prices and an assignment that maximizes the net benefit, and is therefore the "
maximum weight matching " (MWM). "A Simpler Max-Product Maximum Weight Matching Algorithm and the Auction Algorithm", 2006, webpage PDF: [http://www.mit.edu/~devavrat/bpmwm2.pdf MIT-bpmwm-PDF] .] "Handbook of Optimization in Telecommunications", by Mauricio G. C. Resende, Panos M. Pardalos, 2006, 1134 pages, Google Books, webpage: [http://books.google.com/books?id=fp7N4Pk6TG4C&pg=PA204&lpg=PA204&dq=%22auction+algorithm+is%22&source=web&ots=Gqi5gWvrHw&sig=cz6VEVHBI2-mXIwhXjs7CY7rnug GBooks-Handbook-CY7rnug] .]An early auction algorithm was defined by
Dimitri P. Bertsekas in 1988, with a later variation as an auction algorithm for shortest paths by Bertsekas in 1991. "An Auction Algorithm for Shortest Paths", Dimitri P. Bertsekas, 1991, webpage: [http://citeseer.ist.psu.edu/590528.html PSU-auction-28] .] It is a simple algorithm for finding shortest paths in adirected graph . In the single origin/single destination case, the auction algorithm maintains a single path starting at the origin, which is then extended or contracted by a single node at each iteration. Simultaneously, at most one dual variable will be adjusted at each iteration, in order to either improve or maintain the value of a dual function. In the case of multiple origins, the auction algorithm is well-suited for parallel computation. The algorithm is closely related to auction algorithms for other network flow problems.Auction algorithms for shortest hyperpath problems have been defined by De Leone and Pretolani in 1998. This is also a parallel auction algorithm for weighted
bipartite matching, described by E. Jason Riedy in 2004. "The Parallel Auction Algorithm for Weighted Bipartite Matching", E. Jason Riedy, UC Berkeley, February 2004, webpage: [http://www.cs.berkeley.edu/~ejr/tmp/pres-pp04-draft.pdf Berkeley-para4-PDF] .]Comparisons
The (sequential) auction algorithms for the shortest path problem have been the subject of experiments which have been reported in technical papers. Experiments clearly show that the auction algorithm is inferior to the state-of-the-art shortest-path algorithms for finding the optimal solution. "A note on the practical performance of the auction algorithm for shortest paths", Jesper Larson,
University of Copenhagen , February 1997, webpage: [http://www2.imm.dtu.dk/pubdb/views/publication_details.php?id=142 DTU-Views-Auc] .]Although in the auction algorithm, each iteration never decreases the total benefit (increases or remains the same), with the alternative "
Hungarian algorithm " (from Kuhn, 1955; Munkres, 1957), each iteration always increases the total.The auction algorithm of Bertsekas for finding shortest paths within a directed graph is reputed to perform very well on random graphs and on problems with few destinations.
ee also
*
Hungarian algorithm Notes
References
* Dimitri P. Bertsekas. "An auction algorithm for shortest paths", "SIAM Journal on Optimization", 1:425 -- 447, 1991, webpage: [http://citeseer.ist.psu.edu/bertsekas91auction.html PSU-bertsekas91auction] .
* "A Simpler Max-Product Maximum Weight Matching Algorithm and the Auction Algorithm", 2006, webpage PDF: [http://www.mit.edu/~devavrat/bpmwm2.pdf MIT-bpmwm-PDF] .External links
* Dimitri P. Bertsekas. "An auction algorithm for shortest paths", "SIAM Journal on Optimization", 1:425 -- 447, 1991, webpage: [http://citeseer.ist.psu.edu/bertsekas91auction.html PSU-bertsekas91auction] .
Wikimedia Foundation. 2010.