McMaster University. Advanced Optimization Laboratory. Title: Computational Experience with Self-Regular Based Interior Point Methods

Size: px
Start display at page:

Download "McMaster University. Advanced Optimization Laboratory. Title: Computational Experience with Self-Regular Based Interior Point Methods"

Transcription

1 McMaster University Advanced Optimization Laboratory Title: Computational Experience with Self-Regular Based Interior Point Methods Authors: Guoqing Zhang, Jiming Peng, Tamás Terlaky, Lois Zhu AdvOl-Report No. 2002/1 June 2002, Hamilton, Ontario, Canada

2 CORS 2002 Toronto Computational Experience with Self-Regular Based Interior Point Methods Guoqing Zhang Coauthors: J. Peng, T. Terlaky, Lois Zhu Department of Computing and Software McMaster University Toronto, Ontario June 3, 2002

3 Outline Introduction Interior Point Methods for LO The Infeasible SR IPM Algorithms Implementation Issues Numerical Results Comparison Conclusions, Ongoing Works 1

4 Introduction Linear Optimization (LO) problems: min{c T x : Ax = b, x 0}, x R n, A R m n 1947: (Dantzig) Simplex method: the first practical method for LO. 1956: (Tucker) Homogeneous Self-dual model. 1972: (Klee, Minty) Exponential example for the Simplex method: O(2 n ) pivots in the worst case. 1978: (Khachiyan) Ellipsoid method: the first polynomial algorithm for LO. Complexity: O(n 2 L) iterations, O(n 4 L) bits operations, where L = the input size of the problem. 1984: (Karmarkar) Interior Point Methods (IPMs): O(nL) iterations, O(n 3.5 L) bit operations. 2

5 Interior Point Methods for LO 1950s-60s: (Frisch) Logarithmic barrier method, (Huard ) Method of centers, (Dikin) Affine scaling methods: first IPMs. 1984: (Kamarkar) Projective methods. 1989: (Kojima-Mizuno-Yoshise) Primal-dual path following methods. 1989, 1992: (Mehrotra) Predictor-corrector. 2000: (Peng, Roos, Terlaky) Self-Regular IPMs: Best known worst-case complexity for large-update IPMs: O ( n log n log n ε ). 3

6 Self-Regular Function ψ(t) is Self-Regular (SR) if 3 SR1: ψ(t) is strongly convex, global minimum: ψ(1) = 0,, ν 1, ν 2 > 0 and p, q 1, such that for t (0, + ) (p=1,q=3) (p=1, q=1) (p=1, q=3) ν 1 (t p 1 + t 1 q ) ψ (t) ν 2 (t p 1 + t 1 q ), 1.5 SR2: For any t 1, t 2 > 0, r [0, 1]. 1 ψ(t r 1 t1 r 2 ) rψ(t 1 ) + (1 r)ψ(t 2 ), 0.5 (p=1,q=1) q : barrier degree; p : growth degree

7 Examples of Self-Regular Functions We have two sets of SR functions in R n ++ R +: and Υ p,q (t) = t p+1 1 p(p + 1) + p 1 (t 1) log t, q = 1 p t p+1 1 p(p + 1) + t1 q 1 q(q 1) + p q (t 1), q > 1. pq (1) Γ p,q (t) = tp+1 1 p t1 q 1, p 1, q > 1. (2) q 1 Υ 1,1 (t) is a well-known logarithmic barrier function. Ψ is a proximity measure, distance of v to e = (1, 1,..., 1) T. Let Ψ(v) = n i=1 ψ(v i ) where ψ(t) is a SR function. 5

8 The Linear Optimization Problem (I) Consider the following LO problem: min c T x s.t Ax = b, 0 x i u i, i I, 0 x j, j J, where A R m n, rank(a) = m, I J = {1, 2,..., n} and I J =. The last two constraints can be written as F x + s = u, x 0, s 0, F R m f n, the rows of F are unit vectors, s, u R m f, m f = I. 6

9 The Linear Optimization Problem (II) The primal LO problem can be rewritten in the form: (LP) min c T x s.t Ax = b, F x +s = u, x, s 0, where c, x R n, b R m, A R m n, F R m f n. The dual problem is: (LD) max b T y u T w s.t A T y F T w +z = c, w, z 0, where y R m, w R m f and z R n. 7

10 The Linear Optimization Problem (III) Optimality Conditions Ax = b, F x + s = u, A T y F T w + z = c, (3) W s = 0, Xz = 0, where X = diag(x), W = diag(w). 8

11 The Linear Optimization Problem (IV) The primal-dual central path is defined as the set of solutions (x(µ), s(µ)) and (y(µ), w(µ), z(µ)) for µ > 0 of the system where e = [1, 1,..., 1] T. Ax = b, F x + s = u, A T y F T w + z = c, (4) W s = µe, Xz = µe, SR proximity: Ψ( x z, µ) = n i=1 ψ ( ) xi z i µ + m f i=1 ψ ( ) si w i, x z = µ ( ) xz. sw 9

12 SR-Infeasible IPM: Newton equation Self-regular proximity based Newton equation is given as: where A F I A T I F T Z 0 0 X 0 0 W 0 0 S x s y z w = r b r u r c µv 1 Ψ(v 1 ) µv 2 Ψ(v 2 ) r b = Ax b, v 1 = xz µ, r u = F x + s u, v 2 = sw µ, r c = A T y F T w + z c, v = [v 1 v 2 ]., (5) 10

13 Predictor-Corrector Search Directions The affine-scaling direction: A F I A T I F T Z 0 0 X 0 0 W 0 0 S x a s a y a z a w a The Self-Regular based corrector direction: A F I A T I F T Z 0 0 X 0 0 W 0 0 S For µ + see the next page. x s y z w = = r b r u r c XZ W S. (6) r b r u r c µ + v 1 + Ψ(v+ 1 ) xa z a e µ + v 2 + Ψ(v+ 2 ) wa s a e (7). 11

14 Normal Equation for SR-Infeasible IPM After simplifying, normal equation is given as: AD 2 A T y = AD 2 r h r b. (8) Where D 2 = (X 1 Z + S 1 W ) 1 r h = r c + S 1 W r u + S 1 µv 1 Ψ(v 1 ) + X 1 µv 2 Ψ(v 2 ) (9) Then, compute z = X 1 ( µv 1 Ψ(v 1 ) Z x), s = r u x, w = S 1 (w(r u + x) µv 2 Ψ(v 2 )), x = D 2 (A T y r h ). (10) 12

15 SR-Infeasible IPMs Input: Given initial point (x 0, s 0, y 0, z 0, w 0 ), such that (x 0, s 0, z 0, w 0 ) > 0 an accuracy parameter ɛ > 0 begin while x T z + s T w ɛ do predictor solve system (6) and compute the max. feas. step size let µ a = (x+αa p x a ) T (z+α a d za )+(s+α a p s a ) T (w+α a d wa ) n+m f corrector end end compute target µ + = (µ a /µ) 3 µ solve (7) for x, s, y, z, w Compute the max. feas. step size α p, α d Update the iterate (x, s) = (x, s) + α p ( x, s) Update the iterate (y, z, w) = (y, z, w) + α d ( y, z, w) 13

16 Sparse Cholesky Solver If the matrix AD 2 A T is sparse, we can use WSMP directly to solve the system AD 2 A T y = ξ by using the following steps: 0. Ordering and Symbolic factorization for the structure of AD 2 A T, just once in the whole algorithm 1. Numerical factorization of AD 2 A T 2. Back solve to get the solution 3. Iterative refinement if necessary If matrix A has one or more dense columns, then AD 2 A T will be dense. 14

17 Numerical Problems with Cholesky Handle Bad and Small Pivots by WSMP: Bad pivot threshold Small pivot threshold 10-7 Small pivot subst. Bad pivot subst. If the pivot value Bad pivot threshold, it will be substituted by Bad pivot subst. If the pivot value Small pivot threshold, it will be substituted by Small pivot subst. Singularity: [ART] check and handle by K. Anderson s algorithm 15

18 Choice of Self-Regular Function We choose SR functions as Υ 1,q (t) or Γ 1,q (t) Fixed settings: p = 1, and q = 1, 2 or 3 Dynamic update of q: Set q = 1 as default, steptol = 10 2 calculate search direction while α steptol, then let q = q + 2 change µ to x T z x T z 1 calculate search direction if q 5, then break end make step reset q = 1 16

19 Numerical Results: compare with OSL,LIPSOL System environment: IBM RS/ P Model 270 Workstation with AIX 4.3 Coding with C, WSMP, OSL, and ESSL. Benchmark problems in Netlib. 17

20 Testing Results From SR-Infeasible IPM and Comparisons (1) SR-IIPM Problem Iter Flag-q Digits 25fv bau3b adlittle afiro agg agg agg bandm beaconfd blend bnl bnl boeing boeing bore3d Iter OSL Digits Iter LIPSOL Digits

21 Testing Results From SR-Infeasible IPM and Comparisons (2) SR-IIPM Problem Iter Flag-q Digits brandy capri cycle czprob d2q06c d6cube degen degen dfl * 1 10 e etamacro fffff finnis fit1d fit1p Iter OSL Digits Iter LIPSOL Digits

22 Testing Results From SR-Infeasible IPM and Comparisons (3) SR-IIPM Problem Iter Flag-q Digits fit2d forplan ganges gfrd-pnc greenbea 38* 1 7 greenbeb grow grow grow israel kb lotfi maros maros-r Iter OSL Digits Iter LIPSOL Digits

23 Testing Results From SR-Infeasible IPM and Comparisons (4) SR-IIPM Problem Iter Flag-q Digits modszk nesm pilot pilot pilotnov recipe sc sc sc50a sc50b scagr scagr scfxm scfxm2 23 * 0 10 scfxm3 23 * 0 8 Iter OSL Digits Iter LIPSOL Digits

24 Testing Results From SR-Infeasible IPM and Comparisons (5) SR-IIPM Problem Iter Flag-q Digits scorpion scrs scsd scsd scsd sctap sctap sctap seba share1b share2b shell ship04l ship04s ship08l Iter OSL Digits Iter LIPSOL Digits

25 Testing Results From SR-Infeasible IPM and Comparisons(7) SR-IIPM Problem Iter Flag-q Digits ship08s ship12l ship12s sierra stair standata standgub standmps stocfor stocfor stocfor truss tuff Iter OSL Digits Iter LIPSOL Digits

26 Testing Results From SR-Infeasible IPM and Comparisons(8) SR-IIPM Problem Iter Flag-q Digits vtpbase wood1p woodw Total Iter OSL Digits Iter LIPSOL Digits

27 Comparisons of SR with Different q Values q=1 q=2 Dynamic Problem Iter Digits Iter Digits Iter Digits degen degen dfl forplan ? 25 6 greenbea wood1p

28 Conclusions: Conclusions, Ongoing Work Our infeasible algorithms promise high precision with reasonable iteration number, though several problems still are in testing. The average iteration number is less than that of LIPSOL, OSL while the solution has a little higher precision. Encouraging computational results, still space to improve. Ongoing work: Embedding IPM based on MATLAB, LIPSOL and WSMP numerical stability of search direction handle numerical singularity of the matrix AD 2 A T adaptive choice of Self-Regular proximity preprocessing and postprocessing Embedding IPM based on OSL, ESSL and WSMP 27

29 Reference Peng J.Peng, C. Roos, and T. Terlaky. Self-Regular proximities and new search directions for linear and semidefinite optimization, Mathematical Programming (2002). ART: E.D.Anderson, C.Roos, T.Terlaky, T.Traflis and J.P.Warners. The use of low-rank updates in interior-point methods. Technical Report, Delft University of Technology, The Netherlands, RTV: C.Roos, T.Terlaky and J.-Ph. Vial. Theory and Algorithms for Linear Optimization. An Interior Approach. John Wiley and Sons, Chichester, UK, W: S. J. Wright. Primal-Dual Interior-Point Methods. SIAM, Philadelphia, Ye: Y. Ye. Interior-Point Algorithms, Theory and Analysis. John Wiley & Sons, Chichester, UK,

30 Appendix Computational Results From SR-Infeasible IPM (1) Problems iter Flag-q Residual Object-value Digits 25fv E E bau3b E E adlittle E E afiro E E agg E E agg E E agg E E bandm E E beaconfd E E blend E E bnl E E+03 7 bnl E E boeing E E boeing E E+02 10

31 Computational Results From SR-Infeasible IPM (2) Problems iter Flag-q Residual Object-value Digits bore3d E E brandy E E capri E E cycle E E czprob E E d2q06c E E+05 7 d6cube E E degen E E degen E E dfl E E e E E etamacro E E+02 7 fffff E E+05 7

32 Computational Results From SR-Infeasible IPM (3) Problems iter Flag-q Residual Object-value Digits finnis E E fit1d E E fit1p E E+03 9 fit2d E E forplan E E+02 6 ganges E E+05 6 gfrd-pnc E E greenbea E E+07 7 greenbeb E E+06 4 grow E E grow E E grow E E israel E E kb E E lotfi E E maros E E+04 11

33 Computational Results From SR-Infeasible IPM (4) Problems iter Flag-q Residual Object-value Digits maros-r E E modszk E E nesm E E+07 6 pilot E E+02 4 pilot E E+02 6 pilotnov E E recipe E E sc E E sc E E sc50a E E sc50b E E scagr E E scagr E E+06 7 scfxm E E+04 11

34 Computational Results From SR-Infeasible IPM (5) Problems iter Flag-q Residual Object-value Digits scfxm E E scfxm E E+04 8 scorpion E E scrs E E+02 5 scsd E E scsd E E scsd E E sctap E E sctap E E sctap E E seba E E share1b E E share2b E E shell E E ship04l E E ship04s E E+06 10

35 Computational Results From SR-Infeasible IPM (6) Problems iter Flag-q Residual Object-value Digits ship08l E E ship08s E E ship12l E E ship12s E E sierra E E stair E E+02 3 standata E E stangub E E standmps E E stocfor E E+04 9 stocfor E E stocfor E E+04 5 truss E E tuff E E vtpbase E E wood1p E E woodw E E+00 11

Computational Experience with Rigorous Error Bounds for the Netlib Linear Programming Library

Computational Experience with Rigorous Error Bounds for the Netlib Linear Programming Library Computational Experience with Rigorous Error Bounds for the Netlib Linear Programming Library Christian Keil (c.keil@tu-harburg.de) and Christian Jansson (jansson@tu-harburg.de) Hamburg University of Technology

More information

On Mehrotra-Type Predictor-Corrector Algorithms

On Mehrotra-Type Predictor-Corrector Algorithms On Mehrotra-Type Predictor-Corrector Algorithms M. Salahi, J. Peng, T. Terlaky October 10, 006 (Revised) Abstract In this paper we discuss the polynomiality of a feasible version of Mehrotra s predictor-corrector

More information

AN EFFICIENT APPROACH TO UPDATING SIMPLEX MULTIPLIERS IN THE SIMPLEX ALGORITHM

AN EFFICIENT APPROACH TO UPDATING SIMPLEX MULTIPLIERS IN THE SIMPLEX ALGORITHM AN EFFICIENT APPROACH TO UPDATING SIMPLEX MULTIPLIERS IN THE SIMPLEX ALGORITHM JIAN-FENG HU AND PING-QI PAN Abstract. The simplex algorithm computes the simplex multipliers by solving a system (or two

More information

PREDICTOR-CORRECTOR SMOOTHING METHODS FOR LINEAR PROGRAMS WITH A MORE FLEXIBLE UPDATE OF THE SMOOTHING PARAMETER 1

PREDICTOR-CORRECTOR SMOOTHING METHODS FOR LINEAR PROGRAMS WITH A MORE FLEXIBLE UPDATE OF THE SMOOTHING PARAMETER 1 PREDICTOR-CORRECTOR SMOOTHING METHODS FOR LINEAR PROGRAMS WITH A MORE FLEXIBLE UPDATE OF THE SMOOTHING PARAMETER 1 Stephan Engelke and Christian Kanzow University of Hamburg Department of Mathematics Center

More information

How good are projection methods for convex feasibility problems?

How good are projection methods for convex feasibility problems? RAL-TR-2006-015 How good are projection methods for convex feasibility problems? N I M Gould September 21, 2006 Council for the Central Laboratory of the Research Councils c Council for the Central Laboratory

More information

Finding an interior point in the optimal face of linear programs

Finding an interior point in the optimal face of linear programs Mathematical Programming 62 (1993) 497-515 497 North-Holland Finding an interior point in the optimal face of linear programs Sanjay Mehrotra* Department of lndustrial Engineering and Management Sciences,

More information

c 2005 Society for Industrial and Applied Mathematics

c 2005 Society for Industrial and Applied Mathematics SIAM J. OPTIM. Vol. 15, No. 3, pp. 635 653 c 2005 Society for Industrial and Applied Mathematics CONVERGENCE CONDITIONS AND KRYLOV SUBSPACE BASED CORRECTIONS FOR PRIMAL-DUAL INTERIOR-POINT METHOD SANJAY

More information

Research Article On the Simplex Algorithm Initializing

Research Article On the Simplex Algorithm Initializing Abstract and Applied Analysis Volume 2012, Article ID 487870, 15 pages doi:10.1155/2012/487870 Research Article On the Simplex Algorithm Initializing Nebojša V. Stojković, 1 Predrag S. Stanimirović, 2

More information

A primal-dual aggregation algorithm for minimizing Conditional Value-at-Risk in linear programs

A primal-dual aggregation algorithm for minimizing Conditional Value-at-Risk in linear programs Computational Optimization and Applications manuscript No. (will be inserted by the editor) A primal-dual aggregation algorithm for minimizing Conditional Value-at-Risk in linear programs Daniel Espinoza

More information

A primal-dual aggregation algorithm for minimizing conditional value-at-risk in linear programs

A primal-dual aggregation algorithm for minimizing conditional value-at-risk in linear programs Comput Optim Appl (2014) 59:617 638 DOI 10.1007/s10589-014-9692-6 A primal-dual aggregation algorithm for minimizing conditional value-at-risk in linear programs Daniel Espinoza Eduardo Moreno Received:

More information

A Full Newton Step Infeasible Interior Point Algorithm for Linear Optimization

A Full Newton Step Infeasible Interior Point Algorithm for Linear Optimization A Full Newton Step Infeasible Interior Point Algorithm for Linear Optimization Kees Roos e-mail: C.Roos@tudelft.nl URL: http://www.isa.ewi.tudelft.nl/ roos 37th Annual Iranian Mathematics Conference Tabriz,

More information

IMPLEMENTING THE NEW SELF-REGULAR PROXIMITY BASED IPMS

IMPLEMENTING THE NEW SELF-REGULAR PROXIMITY BASED IPMS IMPLEMENTING THE NEW SELF-REGULAR PROXIMITY BASED IPMS IMPLEMENTING THE NEW SELF-REGULAR PROXIMITY BASED IPMS By Xiaohang Zhu A thesis submitted to the School of Graduate Studies in Partial Fulfillment

More information

A full-newton step infeasible interior-point algorithm for linear programming based on a kernel function

A full-newton step infeasible interior-point algorithm for linear programming based on a kernel function A full-newton step infeasible interior-point algorithm for linear programming based on a kernel function Zhongyi Liu, Wenyu Sun Abstract This paper proposes an infeasible interior-point algorithm with

More information

Open-pit mining problem and the BZ algorithm

Open-pit mining problem and the BZ algorithm Open-pit mining problem and the BZ algorithm Eduardo Moreno (Universidad Adolfo Ibañez) Daniel Espinoza (Universidad de Chile) Marcos Goycoolea (Universidad Adolfo Ibañez) Gonzalo Muñoz (Ph.D. student

More information

PRIMAL-DUAL ENTROPY-BASED INTERIOR-POINT ALGORITHMS FOR LINEAR OPTIMIZATION

PRIMAL-DUAL ENTROPY-BASED INTERIOR-POINT ALGORITHMS FOR LINEAR OPTIMIZATION PRIMAL-DUAL ENTROPY-BASED INTERIOR-POINT ALGORITHMS FOR LINEAR OPTIMIZATION MEHDI KARIMI, SHEN LUO, AND LEVENT TUNÇEL Abstract. We propose a family of search directions based on primal-dual entropy in

More information

1. Introduction. We are concerned with the linear programming (LP) problem in the standard form. minimize subject to Ax = b, x 0,

1. Introduction. We are concerned with the linear programming (LP) problem in the standard form. minimize subject to Ax = b, x 0, A GENERALIZATION OF THE REVISED SIMPLEX ALGORITHM FOR LINEAR PROGRAMMING PING-QI PAN Abstract. Recently the concept of basis, which plays a fundamental role in the simplex methodology, were generalized

More information

A less conservative variant of Robust Optimization

A less conservative variant of Robust Optimization A less conservative variant of Robust Optimization Ernst Roos, Dick den Hertog CentER and Department of Econometrics and Operations Research, Tilburg University e.j.roos@tilburguniversity.edu, d.denhertog@tilburguniversity.edu

More information

SOLVING REDUCED KKT SYSTEMS IN BARRIER METHODS FOR LINEAR AND QUADRATIC PROGRAMMING

SOLVING REDUCED KKT SYSTEMS IN BARRIER METHODS FOR LINEAR AND QUADRATIC PROGRAMMING SOLVING REDUCED KKT SYSTEMS IN BARRIER METHODS FOR LINEAR AND QUADRATIC PROGRAMMING Philip E. GILL, Walter MURRAY, Dulce B. PONCELEÓN and Michael A. SAUNDERS Technical Report SOL 91-7 July 1991 Abstract

More information

On Mehrotra-Type Predictor-Corrector Algorithms

On Mehrotra-Type Predictor-Corrector Algorithms On Mehrotra-Type Predictor-Corrector Algorithms M. Salahi, J. Peng, T. Terlaky April 7, 005 Abstract In this paper we discuss the polynomiality of Mehrotra-type predictor-corrector algorithms. We consider

More information

An Infeasible Interior-Point Algorithm with full-newton Step for Linear Optimization

An Infeasible Interior-Point Algorithm with full-newton Step for Linear Optimization An Infeasible Interior-Point Algorithm with full-newton Step for Linear Optimization H. Mansouri M. Zangiabadi Y. Bai C. Roos Department of Mathematical Science, Shahrekord University, P.O. Box 115, Shahrekord,

More information

Infeasible Interior-Point Methods for Linear Optimization Based on Large Neighborhood

Infeasible Interior-Point Methods for Linear Optimization Based on Large Neighborhood J Optim Theory Appl 2016 170:562 590 DOI 10.1007/s10957-015-0826-5 Infeasible Interior-Point Methods for Linear Optimization Based on Large Neighborhood Alireza Asadi 1 Cornelis Roos 1 Published online:

More information

On a wide region of centers and primal-dual interior. Abstract

On a wide region of centers and primal-dual interior. Abstract 1 On a wide region of centers and primal-dual interior point algorithms for linear programming Jos F. Sturm Shuzhong Zhang y Revised on May 9, 1995 Abstract In the adaptive step primal-dual interior point

More information

Large-scale Linear and Nonlinear Optimization in Quad Precision

Large-scale Linear and Nonlinear Optimization in Quad Precision Large-scale Linear and Nonlinear Optimization in Quad Precision Ding Ma and Michael Saunders MS&E and ICME, Stanford University US-Mexico Workshop on Optimization and its Applications Mérida, Yucatán,

More information

A New Class of Polynomial Primal-Dual Methods for Linear and Semidefinite Optimization

A New Class of Polynomial Primal-Dual Methods for Linear and Semidefinite Optimization A New Class of Polynomial Primal-Dual Methods for Linear and Semidefinite Optimization Jiming Peng Cornelis Roos Tamás Terlaky August 8, 000 Faculty of Information Technology and Systems, Delft University

More information

A FULL-NEWTON STEP INFEASIBLE-INTERIOR-POINT ALGORITHM COMPLEMENTARITY PROBLEMS

A FULL-NEWTON STEP INFEASIBLE-INTERIOR-POINT ALGORITHM COMPLEMENTARITY PROBLEMS Yugoslav Journal of Operations Research 25 (205), Number, 57 72 DOI: 0.2298/YJOR3055034A A FULL-NEWTON STEP INFEASIBLE-INTERIOR-POINT ALGORITHM FOR P (κ)-horizontal LINEAR COMPLEMENTARITY PROBLEMS Soodabeh

More information

A Second Full-Newton Step O(n) Infeasible Interior-Point Algorithm for Linear Optimization

A Second Full-Newton Step O(n) Infeasible Interior-Point Algorithm for Linear Optimization A Second Full-Newton Step On Infeasible Interior-Point Algorithm for Linear Optimization H. Mansouri C. Roos August 1, 005 July 1, 005 Department of Electrical Engineering, Mathematics and Computer Science,

More information

Constraint Reduction for Linear Programs with Many Constraints

Constraint Reduction for Linear Programs with Many Constraints Constraint Reduction for Linear Programs with Many Constraints André L. Tits Institute for Systems Research and Department of Electrical and Computer Engineering University of Maryland, College Park Pierre-Antoine

More information

A path following interior-point algorithm for semidefinite optimization problem based on new kernel function. djeffal

A path following interior-point algorithm for semidefinite optimization problem based on new kernel function.   djeffal Journal of Mathematical Modeling Vol. 4, No., 206, pp. 35-58 JMM A path following interior-point algorithm for semidefinite optimization problem based on new kernel function El Amir Djeffal a and Lakhdar

More information

Research Note. A New Infeasible Interior-Point Algorithm with Full Nesterov-Todd Step for Semi-Definite Optimization

Research Note. A New Infeasible Interior-Point Algorithm with Full Nesterov-Todd Step for Semi-Definite Optimization Iranian Journal of Operations Research Vol. 4, No. 1, 2013, pp. 88-107 Research Note A New Infeasible Interior-Point Algorithm with Full Nesterov-Todd Step for Semi-Definite Optimization B. Kheirfam We

More information

A PRIMAL-DUAL INTERIOR POINT ALGORITHM FOR CONVEX QUADRATIC PROGRAMS. 1. Introduction Consider the quadratic program (PQ) in standard format:

A PRIMAL-DUAL INTERIOR POINT ALGORITHM FOR CONVEX QUADRATIC PROGRAMS. 1. Introduction Consider the quadratic program (PQ) in standard format: STUDIA UNIV. BABEŞ BOLYAI, INFORMATICA, Volume LVII, Number 1, 01 A PRIMAL-DUAL INTERIOR POINT ALGORITHM FOR CONVEX QUADRATIC PROGRAMS MOHAMED ACHACHE AND MOUFIDA GOUTALI Abstract. In this paper, we propose

More information

Improved Full-Newton Step O(nL) Infeasible Interior-Point Method for Linear Optimization

Improved Full-Newton Step O(nL) Infeasible Interior-Point Method for Linear Optimization J Optim Theory Appl 2010) 145: 271 288 DOI 10.1007/s10957-009-9634-0 Improved Full-Newton Step OnL) Infeasible Interior-Point Method for Linear Optimization G. Gu H. Mansouri M. Zangiabadi Y.Q. Bai C.

More information

A full-newton step infeasible interior-point algorithm for linear complementarity problems based on a kernel function

A full-newton step infeasible interior-point algorithm for linear complementarity problems based on a kernel function Algorithmic Operations Research Vol7 03) 03 0 A full-newton step infeasible interior-point algorithm for linear complementarity problems based on a kernel function B Kheirfam a a Department of Mathematics,

More information

A new primal-dual path-following method for convex quadratic programming

A new primal-dual path-following method for convex quadratic programming Volume 5, N., pp. 97 0, 006 Copyright 006 SBMAC ISSN 00-805 www.scielo.br/cam A new primal-dual path-following method for convex quadratic programming MOHAMED ACHACHE Département de Mathématiques, Faculté

More information

Enlarging neighborhoods of interior-point algorithms for linear programming via least values of proximity measure functions

Enlarging neighborhoods of interior-point algorithms for linear programming via least values of proximity measure functions Enlarging neighborhoods of interior-point algorithms for linear programming via least values of proximity measure functions Y B Zhao Abstract It is well known that a wide-neighborhood interior-point algorithm

More information

Lecture 10. Primal-Dual Interior Point Method for LP

Lecture 10. Primal-Dual Interior Point Method for LP IE 8534 1 Lecture 10. Primal-Dual Interior Point Method for LP IE 8534 2 Consider a linear program (P ) minimize c T x subject to Ax = b x 0 and its dual (D) maximize b T y subject to A T y + s = c s 0.

More information

CCO Commun. Comb. Optim.

CCO Commun. Comb. Optim. Communications in Combinatorics and Optimization Vol. 3 No., 08 pp.5-70 DOI: 0.049/CCO.08.580.038 CCO Commun. Comb. Optim. An infeasible interior-point method for the P -matrix linear complementarity problem

More information

A Redundant Klee-Minty Construction with All the Redundant Constraints Touching the Feasible Region

A Redundant Klee-Minty Construction with All the Redundant Constraints Touching the Feasible Region A Redundant Klee-Minty Construction with All the Redundant Constraints Touching the Feasible Region Eissa Nematollahi Tamás Terlaky January 5, 2008 Abstract By introducing some redundant Klee-Minty constructions,

More information

A Full-Newton Step O(n) Infeasible Interior-Point Algorithm for Linear Optimization

A Full-Newton Step O(n) Infeasible Interior-Point Algorithm for Linear Optimization A Full-Newton Step On) Infeasible Interior-Point Algorithm for Linear Optimization C. Roos March 4, 005 February 19, 005 February 5, 005 Faculty of Electrical Engineering, Computer Science and Mathematics

More information

Interior Point Methods for Mathematical Programming

Interior Point Methods for Mathematical Programming Interior Point Methods for Mathematical Programming Clóvis C. Gonzaga Federal University of Santa Catarina, Florianópolis, Brazil EURO - 2013 Roma Our heroes Cauchy Newton Lagrange Early results Unconstrained

More information

IMPLEMENTATION OF INTERIOR POINT METHODS

IMPLEMENTATION OF INTERIOR POINT METHODS IMPLEMENTATION OF INTERIOR POINT METHODS IMPLEMENTATION OF INTERIOR POINT METHODS FOR SECOND ORDER CONIC OPTIMIZATION By Bixiang Wang, Ph.D. A Thesis Submitted to the School of Graduate Studies in Partial

More information

Interior-point algorithm for linear optimization based on a new trigonometric kernel function

Interior-point algorithm for linear optimization based on a new trigonometric kernel function Accepted Manuscript Interior-point algorithm for linear optimization based on a new trigonometric kernel function Xin Li, Mingwang Zhang PII: S0-0- DOI: http://dx.doi.org/./j.orl.0.0.0 Reference: OPERES

More information

EomhhhhEEEEEEEI EhhmhmhEmhhhEK

EomhhhhEEEEEEEI EhhmhmhEmhhhEK TEST PROBLEMS(U) STANFORD UNIV CA SYSTEMS OPTIMIZATION UNCLASSIFIEDb LAB I J LUSTIG UG 7 SOL-97-1± NOSS14-7-K-142 F/G 12/5 ML EomhhhhEEEEEEEI EhhmhmhEmhhhEK "V - is L S ystems in Optimization Laboratorv

More information

MODIFICATION OF SIMPLEX METHOD AND ITS IMPLEMENTATION IN VISUAL BASIC. Nebojša V. Stojković, Predrag S. Stanimirović and Marko D.

MODIFICATION OF SIMPLEX METHOD AND ITS IMPLEMENTATION IN VISUAL BASIC. Nebojša V. Stojković, Predrag S. Stanimirović and Marko D. MODIFICATION OF SIMPLEX METHOD AND ITS IMPLEMENTATION IN VISUAL BASIC Nebojša V Stojković, Predrag S Stanimirović and Marko D Petković Abstract We investigate the problem of finding the first basic solution

More information

A full-newton step feasible interior-point algorithm for P (κ)-lcp based on a new search direction

A full-newton step feasible interior-point algorithm for P (κ)-lcp based on a new search direction Croatian Operational Research Review 77 CRORR 706), 77 90 A full-newton step feasible interior-point algorithm for P κ)-lcp based on a new search direction Behrouz Kheirfam, and Masoumeh Haghighi Department

More information

Preconditioning and iterative solution of symmetric indefinite linear systems arising from interior point methods for linear programming

Preconditioning and iterative solution of symmetric indefinite linear systems arising from interior point methods for linear programming Preconditioning and iterative solution of symmetric indefinite linear systems arising from interior point methods for linear programming Joo-Siong Chai and Kim-Chuan Toh Abstract We propose to compute

More information

Primal-Dual Interior-Point Methods. Ryan Tibshirani Convex Optimization /36-725

Primal-Dual Interior-Point Methods. Ryan Tibshirani Convex Optimization /36-725 Primal-Dual Interior-Point Methods Ryan Tibshirani Convex Optimization 10-725/36-725 Given the problem Last time: barrier method min x subject to f(x) h i (x) 0, i = 1,... m Ax = b where f, h i, i = 1,...

More information

Local Self-concordance of Barrier Functions Based on Kernel-functions

Local Self-concordance of Barrier Functions Based on Kernel-functions Iranian Journal of Operations Research Vol. 3, No. 2, 2012, pp. 1-23 Local Self-concordance of Barrier Functions Based on Kernel-functions Y.Q. Bai 1, G. Lesaja 2, H. Mansouri 3, C. Roos *,4, M. Zangiabadi

More information

Optimization: Then and Now

Optimization: Then and Now Optimization: Then and Now Optimization: Then and Now Optimization: Then and Now Why would a dynamicist be interested in linear programming? Linear Programming (LP) max c T x s.t. Ax b αi T x b i for i

More information

Primal-Dual Interior-Point Methods. Ryan Tibshirani Convex Optimization

Primal-Dual Interior-Point Methods. Ryan Tibshirani Convex Optimization Primal-Dual Interior-Point Methods Ryan Tibshirani Convex Optimization 10-725 Given the problem Last time: barrier method min x subject to f(x) h i (x) 0, i = 1,... m Ax = b where f, h i, i = 1,... m are

More information

A Generalized Homogeneous and Self-Dual Algorithm. for Linear Programming. February 1994 (revised December 1994)

A Generalized Homogeneous and Self-Dual Algorithm. for Linear Programming. February 1994 (revised December 1994) A Generalized Homogeneous and Self-Dual Algorithm for Linear Programming Xiaojie Xu Yinyu Ye y February 994 (revised December 994) Abstract: A generalized homogeneous and self-dual (HSD) infeasible-interior-point

More information

A tight iteration-complexity upper bound for the MTY predictor-corrector algorithm via redundant Klee-Minty cubes

A tight iteration-complexity upper bound for the MTY predictor-corrector algorithm via redundant Klee-Minty cubes A tight iteration-complexity upper bound for the MTY predictor-corrector algorithm via redundant Klee-Minty cubes Murat Mut Tamás Terlaky Department of Industrial and Systems Engineering Lehigh University

More information

Interior Point Methods. We ll discuss linear programming first, followed by three nonlinear problems. Algorithms for Linear Programming Problems

Interior Point Methods. We ll discuss linear programming first, followed by three nonlinear problems. Algorithms for Linear Programming Problems AMSC 607 / CMSC 764 Advanced Numerical Optimization Fall 2008 UNIT 3: Constrained Optimization PART 4: Introduction to Interior Point Methods Dianne P. O Leary c 2008 Interior Point Methods We ll discuss

More information

Numerical Optimization

Numerical Optimization Linear Programming - Interior Point Methods Computer Science and Automation Indian Institute of Science Bangalore 560 012, India. NPTEL Course on Example 1 Computational Complexity of Simplex Algorithm

More information

New Interior Point Algorithms in Linear Programming

New Interior Point Algorithms in Linear Programming AMO - Advanced Modeling and Optimization, Volume 5, Number 1, 2003 New Interior Point Algorithms in Linear Programming Zsolt Darvay Abstract In this paper the abstract of the thesis New Interior Point

More information

Full Newton step polynomial time methods for LO based on locally self concordant barrier functions

Full Newton step polynomial time methods for LO based on locally self concordant barrier functions Full Newton step polynomial time methods for LO based on locally self concordant barrier functions (work in progress) Kees Roos and Hossein Mansouri e-mail: [C.Roos,H.Mansouri]@ewi.tudelft.nl URL: http://www.isa.ewi.tudelft.nl/

More information

A Simpler and Tighter Redundant Klee-Minty Construction

A Simpler and Tighter Redundant Klee-Minty Construction A Simpler and Tighter Redundant Klee-Minty Construction Eissa Nematollahi Tamás Terlaky October 19, 2006 Abstract By introducing redundant Klee-Minty examples, we have previously shown that the central

More information

A WIDE NEIGHBORHOOD PRIMAL-DUAL INTERIOR-POINT ALGORITHM WITH ARC-SEARCH FOR LINEAR COMPLEMENTARITY PROBLEMS 1. INTRODUCTION

A WIDE NEIGHBORHOOD PRIMAL-DUAL INTERIOR-POINT ALGORITHM WITH ARC-SEARCH FOR LINEAR COMPLEMENTARITY PROBLEMS 1. INTRODUCTION J Nonlinear Funct Anal 08 (08), Article ID 3 https://doiorg/0395/jnfa083 A WIDE NEIGHBORHOOD PRIMAL-DUAL INTERIOR-POINT ALGORITHM WITH ARC-SEARCH FOR LINEAR COMPLEMENTARITY PROBLEMS BEIBEI YUAN, MINGWANG

More information

A PREDICTOR-CORRECTOR PATH-FOLLOWING ALGORITHM FOR SYMMETRIC OPTIMIZATION BASED ON DARVAY'S TECHNIQUE

A PREDICTOR-CORRECTOR PATH-FOLLOWING ALGORITHM FOR SYMMETRIC OPTIMIZATION BASED ON DARVAY'S TECHNIQUE Yugoslav Journal of Operations Research 24 (2014) Number 1, 35-51 DOI: 10.2298/YJOR120904016K A PREDICTOR-CORRECTOR PATH-FOLLOWING ALGORITHM FOR SYMMETRIC OPTIMIZATION BASED ON DARVAY'S TECHNIQUE BEHROUZ

More information

Primal-Dual Interior-Point Methods. Javier Peña Convex Optimization /36-725

Primal-Dual Interior-Point Methods. Javier Peña Convex Optimization /36-725 Primal-Dual Interior-Point Methods Javier Peña Convex Optimization 10-725/36-725 Last time: duality revisited Consider the problem min x subject to f(x) Ax = b h(x) 0 Lagrangian L(x, u, v) = f(x) + u T

More information

Chapter 6 Interior-Point Approach to Linear Programming

Chapter 6 Interior-Point Approach to Linear Programming Chapter 6 Interior-Point Approach to Linear Programming Objectives: Introduce Basic Ideas of Interior-Point Methods. Motivate further research and applications. Slide#1 Linear Programming Problem Minimize

More information

A NEW PROXIMITY FUNCTION GENERATING THE BEST KNOWN ITERATION BOUNDS FOR BOTH LARGE-UPDATE AND SMALL-UPDATE INTERIOR-POINT METHODS

A NEW PROXIMITY FUNCTION GENERATING THE BEST KNOWN ITERATION BOUNDS FOR BOTH LARGE-UPDATE AND SMALL-UPDATE INTERIOR-POINT METHODS ANZIAM J. 49(007), 59 70 A NEW PROXIMITY FUNCTION GENERATING THE BEST KNOWN ITERATION BOUNDS FOR BOTH LARGE-UPDATE AND SMALL-UPDATE INTERIOR-POINT METHODS KEYVAN AMINI and ARASH HASELI (Received 6 December,

More information

A Homogeneous Interior-Point Algorithm for Nonsymmetric Convex Conic Optimization

A Homogeneous Interior-Point Algorithm for Nonsymmetric Convex Conic Optimization Mathematical Programming manuscript No. (will be inserted by the editor) A Homogeneous Interior-Point Algorithm for Nonsymmetric Convex Conic Optimization Anders Skajaa Yinyu Ye Received: date / Accepted:

More information

Semidefinite Programming

Semidefinite Programming Chapter 2 Semidefinite Programming 2.0.1 Semi-definite programming (SDP) Given C M n, A i M n, i = 1, 2,..., m, and b R m, the semi-definite programming problem is to find a matrix X M n for the optimization

More information

CS711008Z Algorithm Design and Analysis

CS711008Z Algorithm Design and Analysis CS711008Z Algorithm Design and Analysis Lecture 8 Linear programming: interior point method Dongbo Bu Institute of Computing Technology Chinese Academy of Sciences, Beijing, China 1 / 31 Outline Brief

More information

Interior Point Methods for Nonlinear Optimization

Interior Point Methods for Nonlinear Optimization Interior Point Methods for Nonlinear Optimization Imre Pólik 1 and Tamás Terlaky 2 1 School of Computational Engineering and Science, McMaster University, Hamilton, Ontario, Canada, imre@polik.net 2 School

More information

Interior Point Methods in Mathematical Programming

Interior Point Methods in Mathematical Programming Interior Point Methods in Mathematical Programming Clóvis C. Gonzaga Federal University of Santa Catarina, Brazil Journées en l honneur de Pierre Huard Paris, novembre 2008 01 00 11 00 000 000 000 000

More information

Primal-dual IPM with Asymmetric Barrier

Primal-dual IPM with Asymmetric Barrier Primal-dual IPM with Asymmetric Barrier Yurii Nesterov, CORE/INMA (UCL) September 29, 2008 (IFOR, ETHZ) Yu. Nesterov Primal-dual IPM with Asymmetric Barrier 1/28 Outline 1 Symmetric and asymmetric barriers

More information

10 Numerical methods for constrained problems

10 Numerical methods for constrained problems 10 Numerical methods for constrained problems min s.t. f(x) h(x) = 0 (l), g(x) 0 (m), x X The algorithms can be roughly divided the following way: ˆ primal methods: find descent direction keeping inside

More information

Improving Performance of The Interior Point Method by Preconditioning

Improving Performance of The Interior Point Method by Preconditioning Improving Performance of The Interior Point Method by Preconditioning Mid-Point Status Report Project by: Ken Ryals For: AMSC 663-664 Fall 27-Spring 28 6 December 27 Background / Refresher The IPM method

More information

Optimisation and Operations Research

Optimisation and Operations Research Optimisation and Operations Research Lecture 22: Linear Programming Revisited Matthew Roughan http://www.maths.adelaide.edu.au/matthew.roughan/ Lecture_notes/OORII/ School

More information

Infeasible Primal-Dual (Path-Following) Interior-Point Methods for Semidefinite Programming*

Infeasible Primal-Dual (Path-Following) Interior-Point Methods for Semidefinite Programming* Infeasible Primal-Dual (Path-Following) Interior-Point Methods for Semidefinite Programming* Yin Zhang Dept of CAAM, Rice University Outline (1) Introduction (2) Formulation & a complexity theorem (3)

More information

An O(nL) Infeasible-Interior-Point Algorithm for Linear Programming arxiv: v2 [math.oc] 29 Jun 2015

An O(nL) Infeasible-Interior-Point Algorithm for Linear Programming arxiv: v2 [math.oc] 29 Jun 2015 An O(nL) Infeasible-Interior-Point Algorithm for Linear Programming arxiv:1506.06365v [math.oc] 9 Jun 015 Yuagang Yang and Makoto Yamashita September 8, 018 Abstract In this paper, we propose an arc-search

More information

AN EXACT PRIMAL-DUAL PENALTY METHOD APPROACH TO WARMSTARTING INTERIOR-POINT METHODS FOR LINEAR PROGRAMMING

AN EXACT PRIMAL-DUAL PENALTY METHOD APPROACH TO WARMSTARTING INTERIOR-POINT METHODS FOR LINEAR PROGRAMMING AN EXACT PRIMAL-DUAL PENALTY METHOD APPROACH TO WARMSTARTING INTERIOR-POINT METHODS FOR LINEAR PROGRAMMING HANDE Y. BENSON AND DAVID F. SHANNO Abstract. One perceived deficiency of interior-point methods

More information

An Infeasible Interior Point Method for the Monotone Linear Complementarity Problem

An Infeasible Interior Point Method for the Monotone Linear Complementarity Problem Int. Journal of Math. Analysis, Vol. 1, 2007, no. 17, 841-849 An Infeasible Interior Point Method for the Monotone Linear Complementarity Problem Z. Kebbiche 1 and A. Keraghel Department of Mathematics,

More information

A Polynomial Column-wise Rescaling von Neumann Algorithm

A Polynomial Column-wise Rescaling von Neumann Algorithm A Polynomial Column-wise Rescaling von Neumann Algorithm Dan Li Department of Industrial and Systems Engineering, Lehigh University, USA Cornelis Roos Department of Information Systems and Algorithms,

More information

New Primal-dual Interior-point Methods Based on Kernel Functions

New Primal-dual Interior-point Methods Based on Kernel Functions New Primal-dual Interior-point Methods Based on Kernel Functions New Primal-dual Interior-point Methods Based on Kernel Functions PROEFSCHRIFT ter verkrijging van de graad van doctor aan de Technische

More information

Improved Full-Newton-Step Infeasible Interior- Point Method for Linear Complementarity Problems

Improved Full-Newton-Step Infeasible Interior- Point Method for Linear Complementarity Problems Georgia Southern University Digital Commons@Georgia Southern Electronic Theses & Dissertations Graduate Studies, Jack N. Averitt College of Summer 2015 Improved Full-Newton-Step Infeasible Interior- Point

More information

Curvature as a Complexity Bound in Interior-Point Methods

Curvature as a Complexity Bound in Interior-Point Methods Lehigh University Lehigh Preserve Theses and Dissertations 2014 Curvature as a Complexity Bound in Interior-Point Methods Murat Mut Lehigh University Follow this and additional works at: http://preserve.lehigh.edu/etd

More information

4TE3/6TE3. Algorithms for. Continuous Optimization

4TE3/6TE3. Algorithms for. Continuous Optimization 4TE3/6TE3 Algorithms for Continuous Optimization (Algorithms for Constrained Nonlinear Optimization Problems) Tamás TERLAKY Computing and Software McMaster University Hamilton, November 2005 terlaky@mcmaster.ca

More information

1 Introduction After over a decade of extraordinarily active research triggered by the seminal work of Karmarkar [5], the eld of interior-point method

1 Introduction After over a decade of extraordinarily active research triggered by the seminal work of Karmarkar [5], the eld of interior-point method Solving Large-Scale Linear Programs by Interior-Point Methods Under the MATLAB Environment Yin Zhang Department of Mathematics and Statistics University of Maryland Baltimore County Baltimore, Maryland

More information

Primal-Dual Interior-Point Methods

Primal-Dual Interior-Point Methods Primal-Dual Interior-Point Methods Lecturer: Aarti Singh Co-instructor: Pradeep Ravikumar Convex Optimization 10-725/36-725 Outline Today: Primal-dual interior-point method Special case: linear programming

More information

The Ongoing Development of CSDP

The Ongoing Development of CSDP The Ongoing Development of CSDP Brian Borchers Department of Mathematics New Mexico Tech Socorro, NM 87801 borchers@nmt.edu Joseph Young Department of Mathematics New Mexico Tech (Now at Rice University)

More information

On the number of distinct solutions generated by the simplex method for LP

On the number of distinct solutions generated by the simplex method for LP Retrospective Workshop Fields Institute Toronto, Ontario, Canada On the number of distinct solutions generated by the simplex method for LP Tomonari Kitahara and Shinji Mizuno Tokyo Institute of Technology

More information

A primal-simplex based Tardos algorithm

A primal-simplex based Tardos algorithm A primal-simplex based Tardos algorithm Shinji Mizuno a, Noriyoshi Sukegawa a, and Antoine Deza b a Graduate School of Decision Science and Technology, Tokyo Institute of Technology, 2-12-1-W9-58, Oo-Okayama,

More information

MS&E 318 (CME 338) Large-Scale Numerical Optimization. 1 Interior methods for linear optimization

MS&E 318 (CME 338) Large-Scale Numerical Optimization. 1 Interior methods for linear optimization Stanford University, Management Science & Engineering and ICME MS&E 318 CME 338 Large-Scale Numerical Optimization Instructor: Michael Saunders Spring 017 Notes 9: PDCO: Primal-Dual Interior Methods 1

More information

4.5 Simplex method. LP in standard form: min z = c T x s.t. Ax = b

4.5 Simplex method. LP in standard form: min z = c T x s.t. Ax = b 4.5 Simplex method LP in standard form: min z = c T x s.t. Ax = b x 0 George Dantzig (1914-2005) Examine a sequence of basic feasible solutions with non increasing objective function values until an optimal

More information

Lecture 6: Conic Optimization September 8

Lecture 6: Conic Optimization September 8 IE 598: Big Data Optimization Fall 2016 Lecture 6: Conic Optimization September 8 Lecturer: Niao He Scriber: Juan Xu Overview In this lecture, we finish up our previous discussion on optimality conditions

More information

FINDING PARALLELISM IN GENERAL-PURPOSE LINEAR PROGRAMMING

FINDING PARALLELISM IN GENERAL-PURPOSE LINEAR PROGRAMMING FINDING PARALLELISM IN GENERAL-PURPOSE LINEAR PROGRAMMING Daniel Thuerck 1,2 (advisors Michael Goesele 1,2 and Marc Pfetsch 1 ) Maxim Naumov 3 1 Graduate School of Computational Engineering, TU Darmstadt

More information

A priori bounds on the condition numbers in interior-point methods

A priori bounds on the condition numbers in interior-point methods A priori bounds on the condition numbers in interior-point methods Florian Jarre, Mathematisches Institut, Heinrich-Heine Universität Düsseldorf, Germany. Abstract Interior-point methods are known to be

More information

Chapter 8 Cholesky-based Methods for Sparse Least Squares: The Benefits of Regularization

Chapter 8 Cholesky-based Methods for Sparse Least Squares: The Benefits of Regularization In L. Adams and J. L. Nazareth eds., Linear and Nonlinear Conjugate Gradient-Related Methods, SIAM, Philadelphia, 92 100 1996. Chapter 8 Cholesky-based Methods for Sparse Least Squares: The Benefits of

More information

Lecture 5. Theorems of Alternatives and Self-Dual Embedding

Lecture 5. Theorems of Alternatives and Self-Dual Embedding IE 8534 1 Lecture 5. Theorems of Alternatives and Self-Dual Embedding IE 8534 2 A system of linear equations may not have a solution. It is well known that either Ax = c has a solution, or A T y = 0, c

More information

Improved Full-Newton-Step Infeasible Interior- Point Method for Linear Complementarity Problems

Improved Full-Newton-Step Infeasible Interior- Point Method for Linear Complementarity Problems Georgia Southern University Digital Commons@Georgia Southern Mathematical Sciences Faculty Publications Mathematical Sciences, Department of 4-2016 Improved Full-Newton-Step Infeasible Interior- Point

More information

Solving the normal equations system arising from interior po. linear programming by iterative methods

Solving the normal equations system arising from interior po. linear programming by iterative methods Solving the normal equations system arising from interior point methods for linear programming by iterative methods Aurelio Oliveira - aurelio@ime.unicamp.br IMECC - UNICAMP April - 2015 Partners Interior

More information

McMaster University. Advanced Optimization Laboratory. Title: The Central Path Visits all the Vertices of the Klee-Minty Cube.

McMaster University. Advanced Optimization Laboratory. Title: The Central Path Visits all the Vertices of the Klee-Minty Cube. McMaster University Avance Optimization Laboratory Title: The Central Path Visits all the Vertices of the Klee-Minty Cube Authors: Antoine Deza, Eissa Nematollahi, Reza Peyghami an Tamás Terlaky AvOl-Report

More information

On well definedness of the Central Path

On well definedness of the Central Path On well definedness of the Central Path L.M.Graña Drummond B. F. Svaiter IMPA-Instituto de Matemática Pura e Aplicada Estrada Dona Castorina 110, Jardim Botânico, Rio de Janeiro-RJ CEP 22460-320 Brasil

More information

Lecture 15: October 15

Lecture 15: October 15 10-725: Optimization Fall 2012 Lecturer: Barnabas Poczos Lecture 15: October 15 Scribes: Christian Kroer, Fanyi Xiao Note: LaTeX template courtesy of UC Berkeley EECS dept. Disclaimer: These notes have

More information

Following The Central Trajectory Using The Monomial Method Rather Than Newton's Method

Following The Central Trajectory Using The Monomial Method Rather Than Newton's Method Following The Central Trajectory Using The Monomial Method Rather Than Newton's Method Yi-Chih Hsieh and Dennis L. Bricer Department of Industrial Engineering The University of Iowa Iowa City, IA 52242

More information

POLYNOMIAL OPTIMIZATION WITH SUMS-OF-SQUARES INTERPOLANTS

POLYNOMIAL OPTIMIZATION WITH SUMS-OF-SQUARES INTERPOLANTS POLYNOMIAL OPTIMIZATION WITH SUMS-OF-SQUARES INTERPOLANTS Sercan Yıldız syildiz@samsi.info in collaboration with Dávid Papp (NCSU) OPT Transition Workshop May 02, 2017 OUTLINE Polynomial optimization and

More information

A homogeneous interior-point algorithm for nonsymmetric convex conic optimization

A homogeneous interior-point algorithm for nonsymmetric convex conic optimization Downloaded from orbit.dtu.dk on: Dec 15, 2017 A homogeneous interior-point algorithm for nonsymmetric convex conic optimization Skajaa, Anders; Ye, Yinyu Published in: Mathematical Programming Link to

More information

On implementing a primal-dual interior-point method for conic quadratic optimization

On implementing a primal-dual interior-point method for conic quadratic optimization On implementing a primal-dual interior-point method for conic quadratic optimization E. D. Andersen, C. Roos, and T. Terlaky December 18, 2000 Abstract Conic quadratic optimization is the problem of minimizing

More information