COMPUTATION OF GENERALIZED NASH EQUILIBRIA WITH

Size: px
Start display at page:

Download "COMPUTATION OF GENERALIZED NASH EQUILIBRIA WITH"

Transcription

1 COMPUTATION OF GENERALIZED NASH EQUILIBRIA WITH THE GNE PACKAGE C. Dutang 1,2 1 ISFA - Lyon, 2 AXA GRM - Paris, 1/19 12/08/2011 user! 2011

2 OUTLINE 1 GAP FUNCTION MINIZATION APPROACH 2 FIXED-POINT APPROACH 3 KKT REFORMULATION 2/19 12/08/2011 user! 2011

3 WHAT IS A NASH EQUILIBRIUM (NE)? Some history, An equilibrium concept was first introduced by Cournot in But mathematical concepts had widely spread with The theory of games and economic behavior of von Neumann & Morgenstern book in John F. Nash introduces the NE equilibrium concept in a 1949 seminar. 3/19 12/08/2011 user! 2011

4 WHAT IS A NASH EQUILIBRIUM (NE)? Some history, An equilibrium concept was first introduced by Cournot in But mathematical concepts had widely spread with The theory of games and economic behavior of von Neumann & Morgenstern book in John F. Nash introduces the NE equilibrium concept in a 1949 seminar. Various names for various games Which type of players? Cooperative vs. non-cooperative Which type of for the strategy set? Finite vs. infinite games e.g. {squeal, silent} for Prisoner s dilemna vs. [0, 1] cake cutting game Is there any time involved? Static vs. dynamic games e.g. battle of the sexes vs. pursuit-evasion game Is it stochastic? Deterministic payoff vs. random payoff 3/19 12/08/2011 user! 2011

5 NON-COOPERATIVE GAMES Idea : to model competition among players Characterization by a pair of a set of stategies S for the n players a payoff function f such that f i (s) is the payoff for player i given the overall strategy s 4/19 12/08/2011 user! 2011

6 NON-COOPERATIVE GAMES Idea : to model competition among players Characterization by a pair of a set of stategies S for the n players a payoff function f such that f i (s) is the payoff for player i given the overall strategy s Nash equilibrium is defined as a strategy in which no player can improve unilateraly his payoff. 4/19 12/08/2011 user! 2011

7 NON-COOPERATIVE GAMES Idea : to model competition among players Characterization by a pair of a set of stategies S for the n players a payoff function f such that f i (s) is the payoff for player i given the overall strategy s Nash equilibrium is defined as a strategy in which no player can improve unilateraly his payoff. Duopoly example: Consider two profit-seeking firms sell an identical product on the same market. Each firm will choose its production rates. Let x i R + be the production of firm i and d, λ and ρ be constants. The market price is p(x) = d ρ(x 1 + x 2), from which we deduce the ith firm profit p(x)x i λx i. For d = 20, λ = 4, ρ = 1, we get x = (16/3, 16/3). 4/19 12/08/2011 user! 2011

8 EXTENSION TO GENERALIZED NE (GNE) DEFINITION (NEP) The Nash equilibrium problem NEP(N, θ ν, X) for N players consists in finding x solving N sub problems x ν solves min y ν X ν θ ν(y ν, x ν), ν = 1,..., N, where X ν is the action space of player ν. 5/19 12/08/2011 user! 2011

9 EXTENSION TO GENERALIZED NE (GNE) DEFINITION (NEP) The Nash equilibrium problem NEP(N, θ ν, X) for N players consists in finding x solving N sub problems x ν solves min y ν X ν θ ν(y ν, x ν), ν = 1,..., N, where X ν is the action space of player ν. GNE was first introduced by Debreu, [Deb52]. DEFINITION (GNEP) The generalized NE problem GNEP(N, θ ν, X ν) consists in finding x solving N sub problems x ν solves min y ν θ ν(y ν, x ν) such that x ν X ν(x ν), ν = 1,..., N, where X ν(x ν) is the action space of player ν given others player actions x ν. Remark: we study a jointly convex case X = {x, g(x) 0, ν, h ν(x ν) 0}. 5/19 12/08/2011 user! 2011

10 OUTLINE 1 GAP FUNCTION MINIZATION APPROACH 2 FIXED-POINT APPROACH 3 KKT REFORMULATION 6/19 12/08/2011 user! 2011

11 REFORMULATION AS A GAP DEFINITION (GP) Let ψ be a gap function. We define a merit function as ˆV (x) = sup ψ(x, y). y X(x) From [vhk09], the gap problem GP(N, X, ψ) is x X(x ) and ˆV (x ) = 0. 7/19 12/08/2011 user! 2011

12 REFORMULATION AS A GAP DEFINITION (GP) Let ψ be a gap function. We define a merit function as ˆV (x) = sup ψ(x, y). y X(x) From [vhk09], the gap problem GP(N, X, ψ) is x X(x ) and ˆV (x ) = 0. PROPOSITION Assuming continuity, ˆV (x) 0 and so x solves the GP(N, X, ψ) is equivalent to min ˆV (x) and ˆV (x ) = 0. x X(x) 7/19 12/08/2011 user! 2011

13 REFORMULATION AS A GAP DEFINITION (GP) Let ψ be a gap function. We define a merit function as ˆV (x) = sup ψ(x, y). y X(x) From [vhk09], the gap problem GP(N, X, ψ) is x X(x ) and ˆV (x ) = 0. PROPOSITION Assuming continuity, ˆV (x) 0 and so x solves the GP(N, X, ψ) is equivalent to min ˆV (x) and ˆV (x ) = 0. x X(x) Example: the Nikaido-Isoda function NX ψ(x, y) = [θ(x ν, x ν) θ(y ν, x ν)] α 2 x y 2. ν=1 7/19 12/08/2011 user! 2011

14 THE M I NGA P FUNCTION The gap function minimization consists in minimizing a gap function min V (x). The function mingap provides two optimization methods. Barzilai-Borwein method x n+1 = x n + t nd n, where direction is d n = V (x n) and stepsize BFGS method t n = d T n 1 d T n 1d n 1 ( V (xn) V (xn 1)). x n+1 = x n + t nh 1 n d n, where H n approximates the Hessian by a symmetric rank two update of the type H n+1 = H n + auu T + bvv T and t n is line searched. 8/19 12/08/2011 user! 2011

15 DUOPOLY EXAMPLE Let x i R + be the production of firm i and d = 20, λ = 4 and ρ = 1 be constants. The ith firm profit θ i(x) = (d ρ(x 1 + x 2))x i λx i. > mingap(c(10,20), V, GV, method="bb",...) **** k 0 x_k **** k 1 x_k **** k 2 x_k **** k 3 x_k **** k 4 x_k $par [1] $outer.counts Vhat gradvhat 5 9 $outer.iter [1] 3 $code [1] 0 > 9/19 12/08/2011 user! 2011

16 DUOPOLY EXAMPLE Let x i R + be the production of firm i and d = 20, λ = 4 and ρ = 1 be constants. The ith firm profit θ i(x) = (d ρ(x 1 + x 2))x i λx i. > mingap(c(10,20), V, GV, method="bb",...) **** k 0 x_k **** k 1 x_k **** k 2 x_k **** k 3 x_k **** k 4 x_k $par [1] Outer iterations 3 Inner iterations - V 141 Inner iterations - V 269 $outer.counts Vhat gradvhat 5 9 $outer.iter [1] 3 $code [1] 0 > 9/19 12/08/2011 user! 2011

17 DUOPOLY EXAMPLE Let x i R + be the production of firm i and d = 20, λ = 4 and ρ = 1 be constants. The ith firm profit θ i(x) = (d ρ(x 1 + x 2))x i λx i. > mingap(c(10,20), V, GV, method="bb",...) **** k 0 x_k **** k 1 x_k **** k 2 x_k **** k 3 x_k **** k 4 x_k $par [1] $outer.counts Vhat gradvhat 5 9 $outer.iter [1] 3 Outer iterations 3 Inner iterations - V 141 Inner iterations - V 269 Function calls - V 5 leading to calls - ψ 978 leading to calls - ψ 276 Function calls - V 9 leading to calls - ψ 2760 leading to calls - ψ 652 $code [1] 0 > 9/19 12/08/2011 user! 2011

18 OUTLINE 1 GAP FUNCTION MINIZATION APPROACH 2 FIXED-POINT APPROACH 3 KKT REFORMULATION 10/19 12/08/2011 user! 2011

19 REFORMULATION OF THE GNE PROBLEM AS A FIXED-POINT DEFINITION (REGULARIZED NIF) The regularized Nikaido-Isoda function is NX NIF α(x, y) = [θ(x ν, x ν) θ(y ν, x ν)] α 2 x y 2, ν=1 with a regularization parameter α > 0. Let y α : R n R n be the equilibrium response defined as y α(x) = (yα(x), 1..., yα N (x)), where yα(x) i = arg max NIF α(x, y). y i X i (x i ) 11/19 12/08/2011 user! 2011

20 THE F I X E D P O I N T FUNCTION Fixed-point methods for f(x) = 0 pure fixed point method Polynomial methods Relaxation algorithm x n+1 = f(x n). x n+1 = λ nf(x n) + (1 λ n)x n, where (λ n) n is either constant, decreasing or line-searched. RRE and MPE method x n+1 = x n + t n(f(x n) x n) where r n = f(x n) x n and v n = f(f(x n)) 2f(x n) + x n, with t n equals to < v n, r n > / < v n, v n > for RRE1, < r n, r n > / < v n, r n > for MPE1. Squaring method It consists in applying twice a cycle step to get the next iterate given t n such as RRE and MPE. Epsilon algorithms: not implemented x n+1 = x n 2t nr n + t 2 n vn, 12/19 12/08/2011 user! 2011

21 DUOPOLY EXAMPLE Let x i R + be the production of firm i and d = 20, λ = 4 and ρ = 1 be constants. The ith firm profit θ i(x) = (d ρ(x 1 + x 2))x i λx i. > fixedpoint(c(0,0), method="pure",...) $par [1] $outer.counts yfunc Vfunc $outer.iter [1] 24 $code [1] 0 > 13/19 12/08/2011 user! 2011

22 DUOPOLY EXAMPLE Let x i R + be the production of firm i and d = 20, λ = 4 and ρ = 1 be constants. The ith firm profit θ i(x) = (d ρ(x 1 + x 2))x i λx i. > fixedpoint(c(0,0), method="pure",...) $par [1] Total calls ψ ψ Outer iter Gap - BB $outer.counts yfunc Vfunc $outer.iter [1] 24 $code [1] 0 > 13/19 12/08/2011 user! 2011

23 DUOPOLY EXAMPLE Let x i R + be the production of firm i and d = 20, λ = 4 and ρ = 1 be constants. The ith firm profit θ i(x) = (d ρ(x 1 + x 2))x i λx i. > fixedpoint(c(0,0), method="pure",...) $par [1] $outer.counts yfunc Vfunc $outer.iter [1] 24 Total calls ψ ψ Outer iter Gap - BB Pure FP Decr. FP Line search FP $code [1] 0 > 13/19 12/08/2011 user! 2011

24 DUOPOLY EXAMPLE Let x i R + be the production of firm i and d = 20, λ = 4 and ρ = 1 be constants. The ith firm profit θ i(x) = (d ρ(x 1 + x 2))x i λx i. > fixedpoint(c(0,0), method="pure",...) $par [1] $outer.counts yfunc Vfunc $outer.iter [1] 24 $code [1] 0 > Total calls ψ ψ Outer iter Gap - BB Pure FP Decr. FP Line search FP RRE FP MPE FP /19 12/08/2011 user! 2011

25 DUOPOLY EXAMPLE Let x i R + be the production of firm i and d = 20, λ = 4 and ρ = 1 be constants. The ith firm profit θ i(x) = (d ρ(x 1 + x 2))x i λx i. > fixedpoint(c(0,0), method="pure",...) $par [1] $outer.counts yfunc Vfunc $outer.iter [1] 24 $code [1] 0 > Total calls ψ ψ Outer iter Gap - BB Pure FP Decr. FP Line search FP RRE FP MPE FP SqRRE FP SqMPE FP /19 12/08/2011 user! 2011

26 OUTLINE 1 GAP FUNCTION MINIZATION APPROACH 2 FIXED-POINT APPROACH 3 KKT REFORMULATION 14/19 12/08/2011 user! 2011

27 KKT SYSTEM REFORMULATION DEFINITION (KKT) From [FFP09], the first-order necessary conditions for ν subproblem states, there exists a Lagrangian multiplier λ ν R m such that L(x, λ) = xν θ xν (x) + X 1 j m λ νj xν g j(x) = 0 ( R nν ). 0 λ ν g(x) 0 ( R m ) 15/19 12/08/2011 user! 2011

28 KKT SYSTEM REFORMULATION DEFINITION (KKT) From [FFP09], the first-order necessary conditions for ν subproblem states, there exists a Lagrangian multiplier λ ν R m such that L(x, λ) = xν θ xν (x) + X 1 j m λ νj xν g j(x) = 0 ( R nν ). 0 λ ν g(x) 0 ( R m ) PROPOSITION The extended KKT system can be reformulated as a system of equations using complementarity functions. Let φ be a complementarity function. «L(x, λ) F φ (x, λ) = 0 where F φ (x, λ) =, φ.( g(x), λ) where φ. is the component-wise version of φ. Example: φ(a, b) = min(a, b). 15/19 12/08/2011 user! 2011

29 THE NE W T O NKKT FUNCTION The problem is Φ(z) = 0, with z = (x T λ T ) T. It is solved by an iterative scheme z n+1 = z n + d n, where the direction d n is computed in two different ways: Newton method: The direction solves the system with V n Φ(x n). V nd = Φ(x n), The Levenberg-Marquardt method: The direction solves the system (V T n V n + λ k I)d = V T n Φ(x n), where I denotes the identity matrix, λ k is the LM parameter, e.g. λ n = Φ(z n) 2. 16/19 12/08/2011 user! 2011

30 DUOPOLY EXAMPLE Let x i R + be the production of firm i and d = 20, λ = 4 and ρ = 1 be constants. The ith firm profit θ i(x) = (d ρ(x 1 + x 2))x i λx i. > NewtonKKT(rep(0, 4), "Leven",...) $par [1] e-08-3e-08 $value [1] e-08 $counts phi jacphi $iter [1] 11 > 17/19 12/08/2011 user! 2011

31 DUOPOLY EXAMPLE Let x i R + be the production of firm i and d = 20, λ = 4 and ρ = 1 be constants. The ith firm profit θ i(x) = (d ρ(x 1 + x 2))x i λx i. > NewtonKKT(rep(0, 4), "Leven",...) $par [1] e-08-3e-08 $value [1] e-08 $counts phi jacphi Total calls ψ ψ Outer iter Gap - BB Decr. FP MPE FP $iter [1] 11 > 17/19 12/08/2011 user! 2011

32 DUOPOLY EXAMPLE Let x i R + be the production of firm i and d = 20, λ = 4 and ρ = 1 be constants. The ith firm profit θ i(x) = (d ρ(x 1 + x 2))x i λx i. > NewtonKKT(rep(0, 4), "Leven",...) $par [1] e-08-3e-08 $value [1] e-08 $counts phi jacphi $iter [1] 11 > Total calls ψ ψ Outer iter Gap - BB Decr. FP MPE FP Newton LM /19 12/08/2011 user! 2011

33 CONCLUSION The GNE package 1 provides base tools to compute generalized Nash equilibria for static infinite noncooperative games. Three methods : Gap function minimization: mingap, Fixed-point methods: fixedpoint, KKT reformulation: NewtonKKT. 1 hosted on R-forge. 18/19 12/08/2011 user! 2011

34 CONCLUSION The GNE package 1 provides base tools to compute generalized Nash equilibria for static infinite noncooperative games. Three methods : Gap function minimization: mingap, Fixed-point methods: fixedpoint, KKT reformulation: NewtonKKT. Future developments: extends to non jointly convex case for FP and GP methods, develop further the KKT reformulation, later, extends to finite noncooperative games, e.g. Lemke-Howson algorithm, far later, extends to cooperative games! 1 hosted on R-forge. 18/19 12/08/2011 user! 2011

35 References REFERENCES Gerard Debreu, A social equilibrium existence theorem, Proc. Nat. Acad. Sci. U.S.A. (1952). Francisco Facchinei, Andreas Fischer, and Veronica Piccialli, Generalized Nash equilibrium problems and Newton methods, Math. Program., Ser. B 117 (2009), Anna von Heusinger and Christian Kanzow, Optimization reformulations of the generalized Nash equilibrium problem using the Nikaido-Isoda type functions, Computational Optimization and Applications 43 (2009), no. 3. Thank you for your attention! 19/19 12/08/2011 user! 2011

Solving a Class of Generalized Nash Equilibrium Problems

Solving a Class of Generalized Nash Equilibrium Problems Journal of Mathematical Research with Applications May, 2013, Vol. 33, No. 3, pp. 372 378 DOI:10.3770/j.issn:2095-2651.2013.03.013 Http://jmre.dlut.edu.cn Solving a Class of Generalized Nash Equilibrium

More information

GENERALIZED NASH EQUILIBRIUM PROBLEMS. Preprint 279 August August 1, 2007

GENERALIZED NASH EQUILIBRIUM PROBLEMS. Preprint 279 August August 1, 2007 GENERALIZED NASH EQUILIBRIUM PROBLEMS Francisco Facchinei 1 and Christian Kanzow 2 Preprint 279 August 2007 August 1, 2007 1 Sapienza Università di Roma, Department of Computer and System Sciences A. Ruberti,

More information

6.254 : Game Theory with Engineering Applications Lecture 8: Supermodular and Potential Games

6.254 : Game Theory with Engineering Applications Lecture 8: Supermodular and Potential Games 6.254 : Game Theory with Engineering Applications Lecture 8: Supermodular and Asu Ozdaglar MIT March 2, 2010 1 Introduction Outline Review of Supermodular Games Reading: Fudenberg and Tirole, Section 12.3.

More information

Basics of Game Theory

Basics of Game Theory Basics of Game Theory Giacomo Bacci and Luca Sanguinetti Department of Information Engineering University of Pisa, Pisa, Italy {giacomo.bacci,luca.sanguinetti}@iet.unipi.it April - May, 2010 G. Bacci and

More information

Static (or Simultaneous- Move) Games of Complete Information

Static (or Simultaneous- Move) Games of Complete Information Static (or Simultaneous- Move) Games of Complete Information Introduction to Games Normal (or Strategic) Form Representation Teoria dos Jogos - Filomena Garcia 1 Outline of Static Games of Complete Information

More information

Solving Quadratic Multi-Leader-Follower Games by Smoothing the Follower s Best Response

Solving Quadratic Multi-Leader-Follower Games by Smoothing the Follower s Best Response A U G U S T 2 0 1 8 P R E P R I N T 4 8 2 Solving Quadratic Multi-Leader-Follower Games by Smoothing the Follower s Best Response Michael Herty, Sonja Steffensen and Anna Thu nen Institut für Geometrie

More information

An Introduction to Noncooperative Games

An Introduction to Noncooperative Games An Introduction to Noncooperative Games Alberto Bressan Department of Mathematics, Penn State University Alberto Bressan (Penn State) Noncooperative Games 1 / 29 introduction to non-cooperative games:

More information

Lecture 8 Plus properties, merit functions and gap functions. September 28, 2008

Lecture 8 Plus properties, merit functions and gap functions. September 28, 2008 Lecture 8 Plus properties, merit functions and gap functions September 28, 2008 Outline Plus-properties and F-uniqueness Equation reformulations of VI/CPs Merit functions Gap merit functions FP-I book:

More information

A Distributed Regularized Jacobi-type ADMM-Method for Generalized Nash Equilibrium Problems in Hilbert Spaces

A Distributed Regularized Jacobi-type ADMM-Method for Generalized Nash Equilibrium Problems in Hilbert Spaces A Distributed Regularized Jacobi-type ADMM-Method for Generalized Nash Equilibrium Problems in Hilbert Spaces Eike Börgens Christian Kanzow March 14, 2018 Abstract We consider the generalized Nash equilibrium

More information

Part IB Optimisation

Part IB Optimisation Part IB Optimisation Theorems Based on lectures by F. A. Fischer Notes taken by Dexter Chua Easter 2015 These notes are not endorsed by the lecturers, and I have modified them (often significantly) after

More information

Downloaded 01/28/18 to Redistribution subject to SIAM license or copyright; see

Downloaded 01/28/18 to Redistribution subject to SIAM license or copyright; see SIAM J. OPTIM. Vol. 20, No. 5, pp. 2228 2253 c 2010 Society for Industrial and Applied Mathematics PENALTY METHODS FOR THE SOLUTION OF GENERALIZED NASH EQUILIBRIUM PROBLEMS FRANCISCO FACCHINEI AND CHRISTIAN

More information

A Stochastic Multiple Leader Stackelberg Model: Analysis, Computation, and Application

A Stochastic Multiple Leader Stackelberg Model: Analysis, Computation, and Application Submitted to Operations Research manuscript OPRE-2006-10-412.R2 A Stochastic Multiple Leader Stackelberg Model: Analysis, Computation, and Application Victor DeMiguel Department of Management Science and

More information

Lecture 1. Evolution of Market Concentration

Lecture 1. Evolution of Market Concentration Lecture 1 Evolution of Market Concentration Take a look at : Doraszelski and Pakes, A Framework for Applied Dynamic Analysis in IO, Handbook of I.O. Chapter. (see link at syllabus). Matt Shum s notes are

More information

Existence theorems for generalized Nash equilibrium problems: an analysis of assumptions

Existence theorems for generalized Nash equilibrium problems: an analysis of assumptions Existence theorems for generalized Nash equilibrium problems: an analysis of assumptions Christophe Dutang To cite this version: Christophe Dutang. Existence theorems for generalized Nash equilibrium problems:

More information

6.207/14.15: Networks Lecture 10: Introduction to Game Theory 2

6.207/14.15: Networks Lecture 10: Introduction to Game Theory 2 6.207/14.15: Networks Lecture 10: Introduction to Game Theory 2 Daron Acemoglu and Asu Ozdaglar MIT October 14, 2009 1 Introduction Outline Mixed Strategies Existence of Mixed Strategy Nash Equilibrium

More information

arxiv: v2 [cs.gt] 1 Dec 2018

arxiv: v2 [cs.gt] 1 Dec 2018 Exact Penalization of Generalized Nash Equilibrium Problems Qin Ba Jong-Shi Pang Original November 18, 2018 arxiv:1811.10674v2 [cs.gt] 1 Dec 2018 Abstract This paper presents an exact penalization theory

More information

6.254 : Game Theory with Engineering Applications Lecture 7: Supermodular Games

6.254 : Game Theory with Engineering Applications Lecture 7: Supermodular Games 6.254 : Game Theory with Engineering Applications Lecture 7: Asu Ozdaglar MIT February 25, 2010 1 Introduction Outline Uniqueness of a Pure Nash Equilibrium for Continuous Games Reading: Rosen J.B., Existence

More information

Game Theory and Algorithms Lecture 2: Nash Equilibria and Examples

Game Theory and Algorithms Lecture 2: Nash Equilibria and Examples Game Theory and Algorithms Lecture 2: Nash Equilibria and Examples February 24, 2011 Summary: We introduce the Nash Equilibrium: an outcome (action profile) which is stable in the sense that no player

More information

Hotelling games on networks

Hotelling games on networks Gaëtan FOURNIER Marco SCARSINI Tel Aviv University LUISS, Rome NUS December 2015 Hypothesis on buyers 1 Infinite number of buyers, distributed on the network. 2 They want to buy one share of a particular

More information

Game Theory. Professor Peter Cramton Economics 300

Game Theory. Professor Peter Cramton Economics 300 Game Theory Professor Peter Cramton Economics 300 Definition Game theory is the study of mathematical models of conflict and cooperation between intelligent and rational decision makers. Rational: each

More information

Bounded Rationality Lecture 2. Full (Substantive, Economic) Rationality

Bounded Rationality Lecture 2. Full (Substantive, Economic) Rationality Bounded Rationality Lecture 2 Full (Substantive, Economic) Rationality Mikhail Anufriev EDG, Faculty of Business, University of Technology Sydney (UTS) European University at St.Petersburg Faculty of Economics

More information

FPTAS for Computing a Symmetric Leontief Competitive Economy Equilibrium

FPTAS for Computing a Symmetric Leontief Competitive Economy Equilibrium FPTAS for Computing a Symmetric Leontief Competitive Economy Equilibrium Department of Management Science and Engineering, and Institute of Computational and Mathematical Engineering Stanford University

More information

EE291E/ME 290Q Lecture Notes 8. Optimal Control and Dynamic Games

EE291E/ME 290Q Lecture Notes 8. Optimal Control and Dynamic Games EE291E/ME 290Q Lecture Notes 8. Optimal Control and Dynamic Games S. S. Sastry REVISED March 29th There exist two main approaches to optimal control and dynamic games: 1. via the Calculus of Variations

More information

Near-Potential Games: Geometry and Dynamics

Near-Potential Games: Geometry and Dynamics Near-Potential Games: Geometry and Dynamics Ozan Candogan, Asuman Ozdaglar and Pablo A. Parrilo September 6, 2011 Abstract Potential games are a special class of games for which many adaptive user dynamics

More information

Near-Potential Games: Geometry and Dynamics

Near-Potential Games: Geometry and Dynamics Near-Potential Games: Geometry and Dynamics Ozan Candogan, Asuman Ozdaglar and Pablo A. Parrilo January 29, 2012 Abstract Potential games are a special class of games for which many adaptive user dynamics

More information

Chapter 9. Mixed Extensions. 9.1 Mixed strategies

Chapter 9. Mixed Extensions. 9.1 Mixed strategies Chapter 9 Mixed Extensions We now study a special case of infinite strategic games that are obtained in a canonic way from the finite games, by allowing mixed strategies. Below [0, 1] stands for the real

More information

Spring 2016 Network Science. Solution of Quiz I

Spring 2016 Network Science. Solution of Quiz I Spring 2016 Network Science Department of Electrical and Computer Engineering National Chiao Tung University Solution of Quiz I Problem Points Your Score 1 5 2 20 25 20 Total 100 Read all of the following

More information

Mathematical Economics - PhD in Economics

Mathematical Economics - PhD in Economics - PhD in Part 1: Supermodularity and complementarity in the one-dimensional and Paulo Brito ISEG - Technical University of Lisbon November 24, 2010 1 2 - Supermodular optimization 3 one-dimensional 4 Supermodular

More information

Static Models of Oligopoly

Static Models of Oligopoly Static Models of Oligopoly Cournot and Bertrand Models Mateusz Szetela 1 1 Collegium of Economic Analysis Warsaw School of Economics 3 March 2016 Outline 1 Introduction Game Theory and Oligopolies 2 The

More information

Ph.D. Preliminary Examination MICROECONOMIC THEORY Applied Economics Graduate Program June 2016

Ph.D. Preliminary Examination MICROECONOMIC THEORY Applied Economics Graduate Program June 2016 Ph.D. Preliminary Examination MICROECONOMIC THEORY Applied Economics Graduate Program June 2016 The time limit for this exam is four hours. The exam has four sections. Each section includes two questions.

More information

Oligopoly. Molly W. Dahl Georgetown University Econ 101 Spring 2009

Oligopoly. Molly W. Dahl Georgetown University Econ 101 Spring 2009 Oligopoly Molly W. Dahl Georgetown University Econ 101 Spring 2009 1 Oligopoly A monopoly is an industry consisting a single firm. A duopoly is an industry consisting of two firms. An oligopoly is an industry

More information

Advanced Microeconomics

Advanced Microeconomics Advanced Microeconomics Leonardo Felli EC441: Room D.106, Z.332, D.109 Lecture 8 bis: 24 November 2004 Monopoly Consider now the pricing behavior of a profit maximizing monopolist: a firm that is the only

More information

Oligopoly Theory 2 Bertrand Market Games

Oligopoly Theory 2 Bertrand Market Games 1/10 Oligopoly Theory 2 Bertrand Market Games May 4, 2014 2/10 Outline 1 Bertrand Market Game 2 Bertrand Paradox 3 Asymmetric Firms 3/10 Bertrand Duopoly Market Game Discontinuous Payoff Functions (1 p

More information

Stochastic Approximation Approaches to the Stochastic Variational Inequality Problem

Stochastic Approximation Approaches to the Stochastic Variational Inequality Problem JOURNAL OF L A TEX CLASS FILES, VOL. 6, NO., JANUARY 2007 Stochastic Approximation Approaches to the Stochastic Variational Inequality Problem Houyuan Jiang and Huifu Xu Abstract Stochastic approximation

More information

Supermodular Games. Ichiro Obara. February 6, 2012 UCLA. Obara (UCLA) Supermodular Games February 6, / 21

Supermodular Games. Ichiro Obara. February 6, 2012 UCLA. Obara (UCLA) Supermodular Games February 6, / 21 Supermodular Games Ichiro Obara UCLA February 6, 2012 Obara (UCLA) Supermodular Games February 6, 2012 1 / 21 We study a class of strategic games called supermodular game, which is useful in many applications

More information

Game Theoretic Scenarios of Cybersecurity. Investment Models in a Sellers-Buyers Market. Spencer R. R. Kirbyson. A Thesis.

Game Theoretic Scenarios of Cybersecurity. Investment Models in a Sellers-Buyers Market. Spencer R. R. Kirbyson. A Thesis. Game Theoretic Scenarios of Cybersecurity Investment Models in a Sellers-Buyers Market by Spencer R. R. Kirbyson A Thesis presented to The University of Guelph In partial fulfilment of requirements for

More information

Relaxation algorithms to find Nash equilibria with economic applications

Relaxation algorithms to find Nash equilibria with economic applications Environmental Modeling and Assessment 5 2000) 63 73 63 Relaxation algorithms to find Nash equilibria with economic applications Jacek B Krawczyk a, and Stanislav Uryasev b a Commerce and Administration

More information

Introduction to game theory LECTURE 1

Introduction to game theory LECTURE 1 Introduction to game theory LECTURE 1 Jörgen Weibull January 27, 2010 1 What is game theory? A mathematically formalized theory of strategic interaction between countries at war and peace, in federations

More information

UC Berkeley Haas School of Business Game Theory (EMBA 296 & EWMBA 211) Summer 2016

UC Berkeley Haas School of Business Game Theory (EMBA 296 & EWMBA 211) Summer 2016 UC Berkeley Haas School of Business Game Theory (EMBA 296 & EWMBA 211) Summer 2016 More on strategic games and extensive games with perfect information Block 2 Jun 12, 2016 Food for thought LUPI Many players

More information

Computing Equilibria of Repeated And Dynamic Games

Computing Equilibria of Repeated And Dynamic Games Computing Equilibria of Repeated And Dynamic Games Şevin Yeltekin Carnegie Mellon University ICE 2012 July 2012 1 / 44 Introduction Repeated and dynamic games have been used to model dynamic interactions

More information

Martingale optimal transport with Monge s cost function

Martingale optimal transport with Monge s cost function Martingale optimal transport with Monge s cost function Martin Klimmek, joint work with David Hobson (Warwick) klimmek@maths.ox.ac.uk Crete July, 2013 ca. 1780 c(x, y) = x y No splitting, transport along

More information

12. Interior-point methods

12. Interior-point methods 12. Interior-point methods Convex Optimization Boyd & Vandenberghe inequality constrained minimization logarithmic barrier function and central path barrier method feasibility and phase I methods complexity

More information

Constrained Optimization and Lagrangian Duality

Constrained Optimization and Lagrangian Duality CIS 520: Machine Learning Oct 02, 2017 Constrained Optimization and Lagrangian Duality Lecturer: Shivani Agarwal Disclaimer: These notes are designed to be a supplement to the lecture. They may or may

More information

MS&E 246: Lecture 12 Static games of incomplete information. Ramesh Johari

MS&E 246: Lecture 12 Static games of incomplete information. Ramesh Johari MS&E 246: Lecture 12 Static games of incomplete information Ramesh Johari Incomplete information Complete information means the entire structure of the game is common knowledge Incomplete information means

More information

Nash Equilibria in Normal Games via Optimization Methods

Nash Equilibria in Normal Games via Optimization Methods 2013 European Control Conference (ECC) July 17-19, 2013, Zürich, Switzerland. Nash Equilibria in Normal Games via Optimization Methods Jens Buttler and Natalia Akchurina Abstract This paper is devoted

More information

Computing risk averse equilibrium in incomplete market. Henri Gerard Andy Philpott, Vincent Leclère

Computing risk averse equilibrium in incomplete market. Henri Gerard Andy Philpott, Vincent Leclère Computing risk averse equilibrium in incomplete market Henri Gerard Andy Philpott, Vincent Leclère YEQT XI: Winterschool on Energy Systems Netherlands, December, 2017 CERMICS - EPOC 1/43 Uncertainty on

More information

Collaborative Network Formation in Spatial Oligopolies

Collaborative Network Formation in Spatial Oligopolies Collaborative Network Formation in Spatial Oligopolies 1 Shaun Lichter, Terry Friesz, and Christopher Griffin arxiv:1108.4114v1 [math.oc] 20 Aug 2011 Abstract Recently, it has been shown that networks

More information

Scientific Computing: An Introductory Survey

Scientific Computing: An Introductory Survey Scientific Computing: An Introductory Survey Chapter 6 Optimization Prof. Michael T. Heath Department of Computer Science University of Illinois at Urbana-Champaign Copyright c 2002. Reproduction permitted

More information

Scientific Computing: An Introductory Survey

Scientific Computing: An Introductory Survey Scientific Computing: An Introductory Survey Chapter 6 Optimization Prof. Michael T. Heath Department of Computer Science University of Illinois at Urbana-Champaign Copyright c 2002. Reproduction permitted

More information

An inexact subgradient algorithm for Equilibrium Problems

An inexact subgradient algorithm for Equilibrium Problems Volume 30, N. 1, pp. 91 107, 2011 Copyright 2011 SBMAC ISSN 0101-8205 www.scielo.br/cam An inexact subgradient algorithm for Equilibrium Problems PAULO SANTOS 1 and SUSANA SCHEIMBERG 2 1 DM, UFPI, Teresina,

More information

Game theory and market power

Game theory and market power Game theory and market power Josh Taylor Section 6.1.3, 6.3 in Convex Optimization of Power Systems. 1 Market weaknesses Recall Optimal power flow: minimize p,θ subject to λ i : χ ij 0 : f i (p i ) i p

More information

Conjectural Variations in Aggregative Games: An Evolutionary Perspective

Conjectural Variations in Aggregative Games: An Evolutionary Perspective Conjectural Variations in Aggregative Games: An Evolutionary Perspective Alex Possajennikov University of Nottingham January 2012 Abstract Suppose that in aggregative games, in which a player s payoff

More information

1 PROBLEM DEFINITION. i=1 z i = 1 }.

1 PROBLEM DEFINITION. i=1 z i = 1 }. Algorithms for Approximations of Nash Equilibrium (003; Lipton, Markakis, Mehta, 006; Kontogiannis, Panagopoulou, Spirakis, and 006; Daskalakis, Mehta, Papadimitriou) Spyros C. Kontogiannis University

More information

LEARNING IN CONCAVE GAMES

LEARNING IN CONCAVE GAMES LEARNING IN CONCAVE GAMES P. Mertikopoulos French National Center for Scientific Research (CNRS) Laboratoire d Informatique de Grenoble GSBE ETBC seminar Maastricht, October 22, 2015 Motivation and Preliminaries

More information

Supplemental Document to the Paper A Game-Theoretic Approach for Regulating Hazmat Transportation

Supplemental Document to the Paper A Game-Theoretic Approach for Regulating Hazmat Transportation manuscript doi: 101287/trsc20150592 (supplemental document) Supplemental Document to the Paper A Game-Theoretic Approach for Regulating Hazmat Transportation Lucio Bianco, Massimiliano Caramia, Stefano

More information

Technische Universität Dresden Herausgeber: Der Rektor

Technische Universität Dresden Herausgeber: Der Rektor Als Manuskript gedruckt Technische Universität Dresden Herausgeber: Der Rektor The Gradient of the Squared Residual as Error Bound an Application to Karush-Kuhn-Tucker Systems Andreas Fischer MATH-NM-13-2002

More information

6.891 Games, Decision, and Computation February 5, Lecture 2

6.891 Games, Decision, and Computation February 5, Lecture 2 6.891 Games, Decision, and Computation February 5, 2015 Lecture 2 Lecturer: Constantinos Daskalakis Scribe: Constantinos Daskalakis We formally define games and the solution concepts overviewed in Lecture

More information

Justification of Constrained Game Equilibrium Models 1

Justification of Constrained Game Equilibrium Models 1 Justification of Constrained Game Equilibrium Models 1 I.V. Konnov 2 Abstract We consider an extension of a noncooperative game where players have joint binding constraints. In this model, the constrained

More information

Ergodicity and Non-Ergodicity in Economics

Ergodicity and Non-Ergodicity in Economics Abstract An stochastic system is called ergodic if it tends in probability to a limiting form that is independent of the initial conditions. Breakdown of ergodicity gives rise to path dependence. We illustrate

More information

Network Games: Learning and Dynamics

Network Games: Learning and Dynamics Network Games: Learning and Dynamics Asu Ozdaglar Conference on Decision and Control (CDC) December 2008 Department of Electrical Engineering & Computer Science Massachusetts Institute of Technology, USA

More information

Convex Optimization. Newton s method. ENSAE: Optimisation 1/44

Convex Optimization. Newton s method. ENSAE: Optimisation 1/44 Convex Optimization Newton s method ENSAE: Optimisation 1/44 Unconstrained minimization minimize f(x) f convex, twice continuously differentiable (hence dom f open) we assume optimal value p = inf x f(x)

More information

4: Dynamic games. Concordia February 6, 2017

4: Dynamic games. Concordia February 6, 2017 INSE6441 Jia Yuan Yu 4: Dynamic games Concordia February 6, 2017 We introduce dynamic game with non-simultaneous moves. Example 0.1 (Ultimatum game). Divide class into two groups at random: Proposers,

More information

Multimarket Oligopolies with Restricted Market Access

Multimarket Oligopolies with Restricted Market Access Multimarket Oligopolies with Restricted Market Access Tobias Harks 1 and Max Klimm 2 1 Department of Quantitative Economics, Maastricht University, the Netherlands. t.harks@maastrichtuniversity.nl 2 Department

More information

Formulating an n-person noncooperative game as a tensor complementarity problem

Formulating an n-person noncooperative game as a tensor complementarity problem arxiv:60203280v [mathoc] 0 Feb 206 Formulating an n-person noncooperative game as a tensor complementarity problem Zheng-Hai Huang Liqun Qi February 0, 206 Abstract In this paper, we consider a class of

More information

Sequential Quadratic Programming Method for Nonlinear Second-Order Cone Programming Problems. Hirokazu KATO

Sequential Quadratic Programming Method for Nonlinear Second-Order Cone Programming Problems. Hirokazu KATO Sequential Quadratic Programming Method for Nonlinear Second-Order Cone Programming Problems Guidance Professor Masao FUKUSHIMA Hirokazu KATO 2004 Graduate Course in Department of Applied Mathematics and

More information

Interior Point Algorithms for Constrained Convex Optimization

Interior Point Algorithms for Constrained Convex Optimization Interior Point Algorithms for Constrained Convex Optimization Chee Wei Tan CS 8292 : Advanced Topics in Convex Optimization and its Applications Fall 2010 Outline Inequality constrained minimization problems

More information

Variational inequality formulation of chance-constrained games

Variational inequality formulation of chance-constrained games Variational inequality formulation of chance-constrained games Joint work with Vikas Singh from IIT Delhi Université Paris Sud XI Computational Management Science Conference Bergamo, Italy May, 2017 Outline

More information

On the Existence of Strong Nash Equilibria

On the Existence of Strong Nash Equilibria On the Existence of Strong Nash Equilibria Rabia Nessah CNRS-LEM (UMR 8179) IESEG School of Management 3 rue de la Digue F-59000 Lille France Guoqiang Tian Department of Economics Texas A&M University

More information

Game Theory Correlated equilibrium 1

Game Theory Correlated equilibrium 1 Game Theory Correlated equilibrium 1 Christoph Schottmüller University of Copenhagen 1 License: CC Attribution ShareAlike 4.0 1 / 17 Correlated equilibrium I Example (correlated equilibrium 1) L R U 5,1

More information

Lecture 3. Optimization Problems and Iterative Algorithms

Lecture 3. Optimization Problems and Iterative Algorithms Lecture 3 Optimization Problems and Iterative Algorithms January 13, 2016 This material was jointly developed with Angelia Nedić at UIUC for IE 598ns Outline Special Functions: Linear, Quadratic, Convex

More information

Convex Optimization & Lagrange Duality

Convex Optimization & Lagrange Duality Convex Optimization & Lagrange Duality Chee Wei Tan CS 8292 : Advanced Topics in Convex Optimization and its Applications Fall 2010 Outline Convex optimization Optimality condition Lagrange duality KKT

More information

Algorithms for Constrained Optimization

Algorithms for Constrained Optimization 1 / 42 Algorithms for Constrained Optimization ME598/494 Lecture Max Yi Ren Department of Mechanical Engineering, Arizona State University April 19, 2015 2 / 42 Outline 1. Convergence 2. Sequential quadratic

More information

REPEATED GAMES. Jörgen Weibull. April 13, 2010

REPEATED GAMES. Jörgen Weibull. April 13, 2010 REPEATED GAMES Jörgen Weibull April 13, 2010 Q1: Can repetition induce cooperation? Peace and war Oligopolistic collusion Cooperation in the tragedy of the commons Q2: Can a game be repeated? Game protocols

More information

Modeling, equilibria, power and risk

Modeling, equilibria, power and risk Modeling, equilibria, power and risk Michael C. Ferris Joint work with Andy Philpott and Roger Wets University of Wisconsin, Madison Workshop on Stochastic Optimization and Equilibrium University of Southern

More information

Constructive Proof of the Fan-Glicksberg Fixed Point Theorem for Sequentially Locally Non-constant Multi-functions in a Locally Convex Space

Constructive Proof of the Fan-Glicksberg Fixed Point Theorem for Sequentially Locally Non-constant Multi-functions in a Locally Convex Space Constructive Proof of the Fan-Glicksberg Fixed Point Theorem for Sequentially Locally Non-constant Multi-functions in a Locally Convex Space Yasuhito Tanaka, Member, IAENG, Abstract In this paper we constructively

More information

Computing Normalized Equilibria in Convex-Concave Games S. D. Flåm and A. Ruszczyński. April 26, 2006

Computing Normalized Equilibria in Convex-Concave Games S. D. Flåm and A. Ruszczyński. April 26, 2006 Computing Normalized Equilibria in Convex-Concave Games S. D. Flåm and A. Ruszczyński April 26, 2006 Abstract. This paper considers a fairly large class of noncooperative games in which strategies are

More information

Solving Dual Problems

Solving Dual Problems Lecture 20 Solving Dual Problems We consider a constrained problem where, in addition to the constraint set X, there are also inequality and linear equality constraints. Specifically the minimization problem

More information

Optimality conditions and complementarity, Nash equilibria and games, engineering and economic application

Optimality conditions and complementarity, Nash equilibria and games, engineering and economic application Optimality conditions and complementarity, Nash equilibria and games, engineering and economic application Michael C. Ferris University of Wisconsin, Madison Funded by DOE-MACS Grant with Argonne National

More information

SEQUENTIAL ESTIMATION OF DYNAMIC DISCRETE GAMES. Victor Aguirregabiria (Boston University) and. Pedro Mira (CEMFI) Applied Micro Workshop at Minnesota

SEQUENTIAL ESTIMATION OF DYNAMIC DISCRETE GAMES. Victor Aguirregabiria (Boston University) and. Pedro Mira (CEMFI) Applied Micro Workshop at Minnesota SEQUENTIAL ESTIMATION OF DYNAMIC DISCRETE GAMES Victor Aguirregabiria (Boston University) and Pedro Mira (CEMFI) Applied Micro Workshop at Minnesota February 16, 2006 CONTEXT AND MOTIVATION Many interesting

More information

12. Interior-point methods

12. Interior-point methods 12. Interior-point methods Convex Optimization Boyd & Vandenberghe inequality constrained minimization logarithmic barrier function and central path barrier method feasibility and phase I methods complexity

More information

Dynamic Bertrand and Cournot Competition

Dynamic Bertrand and Cournot Competition Dynamic Bertrand and Cournot Competition Effects of Product Differentiation Andrew Ledvina Department of Operations Research and Financial Engineering Princeton University Joint with Ronnie Sircar Princeton-Lausanne

More information

A CHARACTERIZATION OF STRICT LOCAL MINIMIZERS OF ORDER ONE FOR STATIC MINMAX PROBLEMS IN THE PARAMETRIC CONSTRAINT CASE

A CHARACTERIZATION OF STRICT LOCAL MINIMIZERS OF ORDER ONE FOR STATIC MINMAX PROBLEMS IN THE PARAMETRIC CONSTRAINT CASE Journal of Applied Analysis Vol. 6, No. 1 (2000), pp. 139 148 A CHARACTERIZATION OF STRICT LOCAL MINIMIZERS OF ORDER ONE FOR STATIC MINMAX PROBLEMS IN THE PARAMETRIC CONSTRAINT CASE A. W. A. TAHA Received

More information

Algorithms for constrained local optimization

Algorithms for constrained local optimization Algorithms for constrained local optimization Fabio Schoen 2008 http://gol.dsi.unifi.it/users/schoen Algorithms for constrained local optimization p. Feasible direction methods Algorithms for constrained

More information

A DC (DIFFERENCE OF CONVEX FUNCTIONS) APPROACH OF THE MPECS. Matthieu Marechal. Rafael Correa. (Communicated by the associate editor name)

A DC (DIFFERENCE OF CONVEX FUNCTIONS) APPROACH OF THE MPECS. Matthieu Marechal. Rafael Correa. (Communicated by the associate editor name) Manuscript submitted to AIMS Journals Volume X, Number 0X, XX 200X Website: http://aimsciences.org pp. X XX A DC (DIFFERENCE OF CONVEX FUNCTIONS) APPROACH OF THE MPECS Matthieu Marechal Centro de Modelamiento

More information

EC3224 Autumn Lecture #04 Mixed-Strategy Equilibrium

EC3224 Autumn Lecture #04 Mixed-Strategy Equilibrium Reading EC3224 Autumn Lecture #04 Mixed-Strategy Equilibrium Osborne Chapter 4.1 to 4.10 By the end of this week you should be able to: find a mixed strategy Nash Equilibrium of a game explain why mixed

More information

Game theory Lecture 19. Dynamic games. Game theory

Game theory Lecture 19. Dynamic games. Game theory Lecture 9. Dynamic games . Introduction Definition. A dynamic game is a game Γ =< N, x, {U i } n i=, {H i } n i= >, where N = {, 2,..., n} denotes the set of players, x (t) = f (x, u,..., u n, t), x(0)

More information

Robust Comparative Statics in Large Static Games

Robust Comparative Statics in Large Static Games Robust Comparative Statics in Large Static Games Daron Acemoglu and Martin Kaae Jensen Abstract We provide general comparative static results for large finite and infinite-dimensional aggregative games.

More information

Outline. Scientific Computing: An Introductory Survey. Optimization. Optimization Problems. Examples: Optimization Problems

Outline. Scientific Computing: An Introductory Survey. Optimization. Optimization Problems. Examples: Optimization Problems Outline Scientific Computing: An Introductory Survey Chapter 6 Optimization 1 Prof. Michael. Heath Department of Computer Science University of Illinois at Urbana-Champaign Copyright c 2002. Reproduction

More information

An (exhaustive?) overview of optimization methods

An (exhaustive?) overview of optimization methods An (exhaustive?) overview of optimization methods C. Dutang Summer 2010 2 CONTENTS Contents 1 Minimisation problems 3 1.1 Continuous optimisation, uncountable set X...........................................

More information

6.207/14.15: Networks Lecture 11: Introduction to Game Theory 3

6.207/14.15: Networks Lecture 11: Introduction to Game Theory 3 6.207/14.15: Networks Lecture 11: Introduction to Game Theory 3 Daron Acemoglu and Asu Ozdaglar MIT October 19, 2009 1 Introduction Outline Existence of Nash Equilibrium in Infinite Games Extensive Form

More information

Stackelberg oligopoly TU-games: characterization of the core and 1-concavity of the dual game

Stackelberg oligopoly TU-games: characterization of the core and 1-concavity of the dual game Stackelberg oligopoly TU-games: characterization of the core and 1-concavity of the dual game Theo Driessen, Dongshuang Hou, Aymeric Lardon To cite this version: Theo Driessen, Dongshuang Hou, Aymeric

More information

Extreme Abridgment of Boyd and Vandenberghe s Convex Optimization

Extreme Abridgment of Boyd and Vandenberghe s Convex Optimization Extreme Abridgment of Boyd and Vandenberghe s Convex Optimization Compiled by David Rosenberg Abstract Boyd and Vandenberghe s Convex Optimization book is very well-written and a pleasure to read. The

More information

Flow Control, Routing, and Performance with a For-profit Service Provider

Flow Control, Routing, and Performance with a For-profit Service Provider November 2004 Flow Control, Routing, and Performance with a For-profit Service Provider by Daron Acemoglu 1 and Asuman Ozdaglar 2 Abstract We consider a game theoretic framework to analyze traffic in a

More information

Solving Extensive Form Games

Solving Extensive Form Games Chapter 8 Solving Extensive Form Games 8.1 The Extensive Form of a Game The extensive form of a game contains the following information: (1) the set of players (2) the order of moves (that is, who moves

More information

Solving Dynamic Games with Newton s Method

Solving Dynamic Games with Newton s Method Michael Ferris 1 Kenneth L. Judd 2 Karl Schmedders 3 1 Department of Computer Science, University of Wisconsin at Madison 2 Hoover Institution, Stanford University 3 Institute for Operations Research,

More information

Infeasibility Detection and an Inexact Active-Set Method for Large-Scale Nonlinear Optimization

Infeasibility Detection and an Inexact Active-Set Method for Large-Scale Nonlinear Optimization Infeasibility Detection and an Inexact Active-Set Method for Large-Scale Nonlinear Optimization Frank E. Curtis, Lehigh University involving joint work with James V. Burke, University of Washington Daniel

More information

3.3.3 Illustration: Infinitely repeated Cournot duopoly.

3.3.3 Illustration: Infinitely repeated Cournot duopoly. will begin next period less effective in deterring a deviation this period. Nonetheless, players can do better than just repeat the Nash equilibrium of the constituent game. 3.3.3 Illustration: Infinitely

More information

ECE Optimization for wireless networks Final. minimize f o (x) s.t. Ax = b,

ECE Optimization for wireless networks Final. minimize f o (x) s.t. Ax = b, ECE 788 - Optimization for wireless networks Final Please provide clear and complete answers. PART I: Questions - Q.. Discuss an iterative algorithm that converges to the solution of the problem minimize

More information

Affine scaling interior Levenberg-Marquardt method for KKT systems. C S:Levenberg-Marquardt{)KKTXÚ

Affine scaling interior Levenberg-Marquardt method for KKT systems. C S:Levenberg-Marquardt{)KKTXÚ 2013c6 $ Ê Æ Æ 117ò 12Ï June, 2013 Operations Research Transactions Vol.17 No.2 Affine scaling interior Levenberg-Marquardt method for KKT systems WANG Yunjuan 1, ZHU Detong 2 Abstract We develop and analyze

More information

Motivation. Lecture 2 Topics from Optimization and Duality. network utility maximization (NUM) problem:

Motivation. Lecture 2 Topics from Optimization and Duality. network utility maximization (NUM) problem: CDS270 Maryam Fazel Lecture 2 Topics from Optimization and Duality Motivation network utility maximization (NUM) problem: consider a network with S sources (users), each sending one flow at rate x s, through

More information