csci 3210 computational game theory market equilibria an
play

CSCI 3210: Computational Game Theory Market Equilibria: An - PDF document

11/5/19 CSCI 3210: Computational Game Theory Market Equilibria: An Algorithmic Perspective Ref: Ch 5 [AGT] Ch 7 [Kleinberg-Tardos] Mohammad T . Irfan Email: mirfan@bowdoin.edu Web: www.bowdoin.edu/~mirfan Many of the slides are adapted


  1. 11/5/19 CSCI 3210: Computational Game Theory Market Equilibria: An Algorithmic Perspective Ref: Ch 5 [AGT] Ch 7 [Kleinberg-Tardos] Mohammad T . Irfan Email: mirfan@bowdoin.edu Web: www.bowdoin.edu/~mirfan Many of the slides are adapted from Vazirani's and Kleinberg-Tardos' textbooks. 1 Market 2 1

  2. 11/5/19 Study of markets u General equilibrium (GE) theory u Seeks to explain the behavior of supply, demand and prices in an economy u Partial equilibrium vs GE 3 Competitive equilibrium (CE) u AKA Walrasian equilibrium u Formal mathematical modeling of markets by Leon Walras (1874) u CE consists of prices and allocations u Equilibrium pricing: demand = supply u GE ⟹ CE, but CE ⇏ GE 4 2

  3. 11/5/19 Background u Good news u CE exists in Walrasian economy u Proved by Arrow and Debreu (1954) u Bad news u Existence proof is not algorithmic Arrow Debreu 5 Background u 1 st Welfare Theorem u Any CE (Walrasian equilibrium) leads to a “ pareto optimal ” allocation of resources Nobody can be better off without making somebody else worse off u Social justification u Let the competitive market do the work (everybody pursuing self-interest) u It will lead to pareto optimality (socially maximal benefit) 6 3

  4. 11/5/19 Timeline u 1954 – 2001 u We are happy. Equilibrium exists. Why bother about computation? u Sporadic computational results u Eisenberg-Gail convex program, 1959 u Scarf’s computation of approximate fixed point, 1973 u Nenakov-Primak convex program, 1983 7 Today’s markets 8 4

  5. 11/5/19 Electronic marketplaces 9 Need for algorithms u New types of markets u The internet market u Massive computational power available u Need to “compute” equilibrium prices u Effects of u Technological advances u New goods u Changes in the tax structure u Deng, Papadimitriou and Safra (2002)– Complexity of finding an equilibrium; polynomial time algorithm for linear utility case u Devanur, Papadimitriou, Saberi, Vazirani (2002) – polynomial time algorithm for Fisher’s linear case 10 5

  6. 11/5/19 Fisher economy u Irving Fisher (1891) u Mathematical model of a market Fisher's apparatus to compute equilibrium prices 11 Fisher economy 12 6

  7. 11/5/19 Utility function utility amount of milk 13 Utility function utility amount of bread 14 7

  8. 11/5/19 Utility function utility amount of cheese 15 Total utility u Total utility of a “bundle” of goods = Sum of the utilities of individual goods 16 8

  9. 11/5/19 Easy problem u Prices given u What would be the optimal bundle of goods for a buyer? Bang-per-buck (BPB) Example: u 2 / p 2 > u 1 / p 1 > u 3 / p 3 p p p 1 2 3 17 Fisher market – setup u Multiple buyers, with individual budgets and utilities u Multiple goods, fixed amount of each good u Equilibrium/market-clearing prices u Each buyer maximizes utility at these prices u Buyers will exhaust their budgets u No excess demand or supply 18 9

  10. 11/5/19 Fisher’s linear case u Model parameters (what's given) u n divisible goods (1 unit each wlog) and n' buyers u e i = buyer i 's budget (integral wlog) u u ij = buyer i 's utility per unit of good j (integral wlog) u Linear utility functions u Want (not given): equilibrium allocations u x ij = amount of good j that i buys to maximize n ∑ his/her utility u i ( x ) = u ij x ij j = 1 u No excess demand or supply 19 Dual (proof later) u Want (not given): equilibrium/market- clearing prices u Prices: p 1 , p 2 , …, p n u After each buyer is assigned an optimal basket of goods ( x ij ’s) w.r.t. these prices, there's no excess demand or supply u x ij ’s at these prices: equilibrium/market-clearing allocations 20 10

  11. 11/5/19 Can we formulate an optimization routine? u Does LP work? u Anything else? 21 Main challenge Optimize Optimize Optimize buyer 1's utility buyer 2's utility buyer n's utility Global constraint: ∑ ∀ j x ij = 1 i Convert to a single optimization 26 11

  12. 11/5/19 Eisenberg-Gale Formulation of Fisher Market 27 How to devise duals of nonlinear programs? Lagrange function KKT conditions 28 12

  13. 11/5/19 Eisenberg-Gale convex program (1959) u Equilibrium allocations captured as u Optimal solutions to the Eisenberg-Gale convex program u Objective function u Money weighted geometric mean of buyers' utilities ∑ 1/ e i ∏ e i ∏ e i ∑ max( u i ) ⇔ max( u i ) ⇔ max e i log u i i i i i 29 Eisenberg-Gale convex program max & 𝑓 ' log & 𝑣 ', 𝑦 ', ' , 𝑡𝑣𝑐𝑘𝑓𝑑𝑢 𝑢𝑝 & 𝑦 ', ≤ 1, ∀𝑘 ' 𝑦 ', ≥ 0, ∀𝑗, 𝑘 u Lagrange function 𝑀 𝑦, 𝜇, 𝜈 = − & 𝑓 ' log & 𝑣 ', 𝑦 ', + & 𝜇 , & 𝑦 ', − 1 + & & 𝜈 ', −𝑦 ', ' , , ' ' , 30 13

  14. 11/5/19 KKT conditions 𝑓 ' 𝑣 ', u Stationary condition ∗ − 𝜈 ', ∗ ∗ = 𝜇 , 1 ∑ , 𝑣 ', 𝑦 ', ∗ ∑ , 𝑣 ', 𝑦 ', 𝑣 ', ∗ ≤ 𝜇 , 𝑓 ' ∗ ≤ 1, ∀𝑘 u Primal feasibility & 𝑦 ', ' ∗ ≥ 0, ∀𝑗, 𝑘 𝑦 ', u Dual feasibility ∗ ≥ 0, ∀𝑗, 𝑘 ∗ , 𝜈 ', 𝜇 ' u Complementary slackness ∗ & ∗ − 1 ∗ > 0 ⇒ & ∗ = 1 𝜇 , 𝑦 ', = 0 ⇔ 𝜇 , 𝑦 ', ' ' ∗ (−𝑦 ', ∗ ) = 0 ∗ > 0 ⇒ 𝜈 ', ∗ = 0 ⬚ 𝜈 ', ⇔ 𝑦 ', 31 Does Eisenberg-Gail convex program work for Fisher market? u Prove: There exist market-clearing prices iff each good has some interested buyer (someone who gets positive utility for that good) 32 14

  15. 11/5/19 Example u 2 buyers, 1 good (1 unit of milk) Buyer 1 Buyer 2 Budget, e 1 = $100 Budget, e 2 = $50 u 11 = 10/unit of milk u 21 = 1/unit of milk utility utility amount of milk amount of milk x* 11 = ? x* 21 = ? 33 Solution u x 11 = 2/3, x 21 = 1/3 x represents x 11 obj. fun. x 34 15

  16. 11/5/19 Solution u Why x 11 = 2/3, x 21 = 1/3? u Set price of milk = $150/unit x represents x 11 35 Primal-dual u p j = The price of good j at an equilibrium = Dual variable corresponding to the primal constraint for good j: ∑ x ij ≤ 1 i p j ’s: dual variables x ij ’s: primal variables 36 16

  17. 11/5/19 Interesting properties u The set of equilibria is convex u Equilibrium prices are unique! u All entries rational => equilibrium allocations and prices rational 42 Flow Max Flow & Min Cut Ref: Ch 7 of Kleinberg-Tardos Slides adapted from the Algorithm Design textbook slides [Kleinberg, Tardos, K. Wayne, P . Kumar] 43 17

  18. 11/5/19 History: Schrijver (2002) http://homepages.cwi.nl/~lex/files/histtrpclean.pdf u Soviet rail network: Harris and Ross [1955] (declassified 1999) u The bottleneck 44 Big picture u Tolstoi (1930): Find max flow u Harris & Ross (1955): Find min cut u Ford & Fulkerson (1956): They are the same u Their proof: combinatorial u Another proof: LP duality Dual: min cut Primal: max flow 45 18

  19. 11/5/19 Applications Network Nodes Arcs Flow telephone exchanges, cables, fiber optics, voice, video, communication computers, satellites microwave relays packets gates, registers, circuits wires current processors mechanical joints rods, beams, springs heat, energy reservoirs, pumping hydraulic pipelines fluid, oil stations, lakes financial stocks, currency transactions money freight, airports, rail yards, highways, railbeds, transportation vehicles, street intersections airway routes passengers chemical sites bonds energy 46 Applications u Fisher market u Network connectivity u Bipartite matching u Data mining u Open-pit mining u Airline scheduling u Image processing u Project selection u Baseball elimination u Network reliability u Security of statistical data u Distributed computing u Egalitarian stable matching u Distributed computing u Many many more . . . 47 19

  20. 11/5/19 Max flow problem 48 Max flow network u Directed graph (may have cycles) u Two distinguished nodes: s = source, t = sink u c(e) = capacity of arc e (integer) 2 9 5 10 15 15 10 4 5 8 s 3 6 10 t 4 15 6 10 15 Capacity 30 4 7 49 20

  21. 11/5/19 Definition: s-t flow u Assignment of integer "flow" >= 0 on each arc: u (Capacity) Can't exceed arc's capacity u (Conservation) flow in = flow out at any node ≠ s, t u Flow value = total flow into t = total flow out of s 0 2 9 5 4 0 0 Value = 4 10 15 15 0 10 4 4 0 4 4 5 8 s 3 6 10 t 0 0 4 15 0 0 6 10 15 Capacity 0 Flow 30 4 7 0 50 Can we increase the flow value? u Capacity and flow conservation constraints are satisfied u Further increase in flow value? 6 2 9 5 10 6 0 Value = 24 10 15 15 0 10 4 4 3 8 8 5 8 s 3 6 10 t 1 10 4 15 0 0 6 10 15 11 Flow 30 4 7 11 51 21

  22. 11/5/19 Max flow problem u Compute the maximum value of an s-t flow 9 2 9 5 10 9 1 Value = 28 10 15 15 0 10 4 0 4 9 8 5 8 s 3 6 10 t 4 10 4 15 0 0 6 10 15 14 Flow 30 4 7 14 52 Algorithms for max flow 53 22

  23. 11/5/19 First try: greedy u Start with f(e) = 0 for all arcs e u Repeat until stuck: u Find an s-t path where each edge has f(e) < c(e) u Push more flow along that path 54 Greedy doesn't work– why? 1 20 0 20 10 s t 30 20 1 10 20 20 10 0 20 20 10 2 greedy = 20 s t 30 10 10 20 10 20 2 optimal = 30 55 23

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend