Buy Primal-Dual Interior-Point Methods by Stephen J. Wright
Book 1
Book 2
Book 3
Book 1
Book 2
Book 3
Book 1
Book 2
Book 3
Book 1
Book 2
Book 3
Home > Computing and Information Technology > Computer science > Mathematical theory of computation > Primal-Dual Interior-Point Methods
Primal-Dual Interior-Point Methods

Primal-Dual Interior-Point Methods


     0     
5
4
3
2
1



International Edition


X
About the Book

In the past decade, primal-dual algorithms have emerged as the most important and useful algorithms from the interior-point class. This book presents the major primal-dual algorithms for linear programming in straightforward terms. A thorough description of the theoretical properties of these methods is given, as are a discussion of practical and computational aspects and a summary of current software. The major primal-dual algorithms covered are path-following algorithms (short- and long-step, predictor-corrector), potential-reduction algorithms, and infeasible-interior-point algorithms. A unified treatment of superlinear convergence, finite termination and detection of infeasible problems is presented. Issues relevant to practical implementation are also discussed, including sparse linear algebra and a complete specification of Mehrotra's predictor-corrector algorithm. Also treated are extensions of primal-dual algorithms to more general problems such as monotone complementarity, semidefinite programming, and general convex programming problems.

Table of Contents:

  • Preface
  • Notation
  • Chapter 1: Introduction. Linear Programming
  • Primal-Dual Methods
  • The Central Path
  • A Primal-Dual Framework
  • Path-Following Methods
  • Potential-Reduction Methods
  • Infeasible Starting Points
  • Superlinear Convergence
  • Extensions
  • Mehrotra's Predictor-Corrector Algorithm
  • Linear Algebra Issues
  • Karmarkar's Algorithm
  • Chapter 2: Background: Linear Programming and Interior-Point Methods
  • Standard Form
  • Optimality Conditions, Duality, and Solution Sets
  • The B * N Partition and Strict Complementarity
  • A Strictly Interior Point
  • Rank of the Matrix A
  • Bases and Vertices
  • Farkas's Lemma and a Proof of the Goldman–Tucker Result
  • The Central Path
  • Background: Primal Method
  • Primal-Dual Methods: Development of the Fundamental Ideas
  • Notes and References
  • Chapter 3: Complexity Theory. Polynomial Versus Exponential, Worst Case vs Average Case
  • Storing the Problem Data: Dimension and Size
  • The Turing Machine and Rational Arithmetic
  • Primal-Dual Methods and Rational Arithmetic
  • Linear Programming and Rational Numbers
  • Moving to a Solution from an Interior Point
  • Complexity of Simplex, Ellipsoid, and Interior-Point Methods
  • Polynomial and Strongly Polynomial Algorithms
  • Beyond the Turing Machine Model
  • More on the Real-Number Model and Algebraic Complexity
  • A General Complexity Theorem for Path-Following Methods
  • Notes and References
  • Chapter 4: Potential-Reduction Methods. A Primal-Dual Potential-Reduction Algorithm
  • Reducing Forces Convergence
  • A Quadratic Estimate of \Phi _{\rho } along a Feasible Direction
  • Bounding the Coefficients in The Quadratic Approximation
  • An Estimate of the Reduction in \Phi _{\rho } and Polynomial Complexity
  • What About Centrality?
  • Choosing * and *
  • Notes and References
  • Chapter 5: Path-Following Algorithms. The Short-Step Path-Following Algorithm
  • Technical Results
  • The Predictor-Corrector Method
  • A Long-Step Path-Following Algorithm
  • Limit Points of the Iteration Sequence
  • Proof of Lemma 5.3
  • Notes and References
  • Chapter 6: Infeasible-Interior-Point Algorithms. The Algorithm
  • Convergence of Algorithm IPF
  • Technical Results I: Bounds on \nu _k \delimiter ""026B30D (x^k,s^k) \delimiter ""026B30D
  • Technical Results II: Bounds on (D^k)^{-1} \Delta x^k and D^k \Delta s^k
  • Technical Results III: A Uniform Lower Bound on *k
  • Proofs of Theorems 6.1 and 6.2
  • Limit Points of the Iteration Sequence
  • Chapter 7: Superlinear Convergence and Finite Termination. Affine-Scaling Steps
  • An Estimate of (*x, * s): The Feasible Case
  • An Estimate of (* x, * s): The Infeasible Case
  • Algorithm PC Is Superlinear
  • Nearly Quadratic Methods
  • Convergence of Algorithm LPF+
  • Convergence of the Iteration Sequence
  • *(A,b,c) and Finite Termination
  • A Finite Termination Strategy
  • Recovering an Optimal Basis
  • More on * (A,b,c)
  • Notes and References
  • Chapter 8: Extensions. The Monotone LCP
  • Mixed and Horizontal LCP
  • Strict Complementarity and LCP
  • Convex QP
  • Convex Programming
  • Monotone Nonlinear Complementarity and Variational Inequalities
  • Semidefinite Programming
  • Proof of Theorem 8.4
  • Notes and References
  • Chapter 9: Detecting Infeasibility. Self-Duality
  • The Simplified HSD Form
  • The HSDl Form
  • Identifying a Solution-Free Region
  • Implementations of the HSD Formulations
  • Notes and References
  • Chapter 10: Practical Aspects of Primal-Dual Algorithms. Motivation for Mehrotra's Algorithm
  • The Algorithm
  • Superquadratic Convergence
  • Second-Order Trajectory-Following Methods
  • Higher-Order Methods
  • Further Enhancements
  • Notes and References
  • Chapter 11: Implementations. Three Forms of the Step Equation
  • The Cholesky Factorization
  • Sparse Cholesky Factorization: Minimum-Degree Orderings
  • Other Orderings
  • Small Pivots in the Cholesky Factorization
  • Dense Columns in A
  • The Augmented System Formulation
  • Factoring Symmetric Indefinite Matrices
  • Starting Points
  • Termination
  • Alternative Formulations for the Linear Program
  • Free Variables
  • Presolving
  • Primal-Dual Codes
  • Notes and References
  • Appendix A: Basic Concepts and Results


    Review :
    'The current hottest topic in optimization is interior-point methods. Steve Wright, a renowned expert in optimization, has written a truly excellent introduction to this topic. We have used this book in a term-long seminar. It was immediately obvious that this book is both comprehensive and 'very readable' to both experts and students new to this area. The book is not just a theoretical text but contains algorithms in enough detail to allow students to write efficient code. Even though the area of interior-points is still under development, this book promises to be an important reference for many years to come.' Professor Henry Wolkowicz, University of Waterloo 'This is a beautifully crafted book on a specialized but very important topic. Primal-dual methods are now recognized by both theoreticians and practitioners as the best available interior-point methods for linear programming. Steve Wright's book is remarkable because it demystifies a very active current research area, synthesizing the important contributions and making the many clever ideas underlying the subject accessible to graduate (or even good undergraduate) students. The book is comprehensive and beautifully written. I could not find a single poorly written sentence or confusing equation. I strongly recommend it to anyone interested in linear programming.' Michael Overton, New York University 'Stephen J. Wright has written an excellent book about primal-dual interior-point methods. The book covers major theoretical developments of the last ten years as well as practical issues related to implementation of the methods. The subject is presented thoroughly, and valuable insight and motivation are also provided. The book can be used as an introduction to interior-point methods for advanced students and is a useful reference book for researchers. I am sure I am going to use the book a lot and cite it often.' Erling D. Andersen, Department of Management, Odense University, Denmark


    Best Sellers


    Product Details
    • ISBN-13: 9780898713824
    • Publisher: Society for Industrial & Applied Mathematics,U.S.
    • Publisher Imprint: Society for Industrial & Applied Mathematics,U.S.
    • Height: 229 mm
    • No of Pages: 309
    • Spine Width: 17 mm
    • Width: 152 mm
    • ISBN-10: 089871382X
    • Publisher Date: 31 Dec 1997
    • Binding: Paperback
    • Language: English
    • Returnable: N
    • Weight: 665 gr


    Similar Products

    Add Photo
    Add Photo

    Customer Reviews

    REVIEWS      0     
    Click Here To Be The First to Review this Product
    Primal-Dual Interior-Point Methods
    Society for Industrial & Applied Mathematics,U.S. -
    Primal-Dual Interior-Point Methods
    Writing guidlines
    We want to publish your review, so please:
    • keep your review on the product. Review's that defame author's character will be rejected.
    • Keep your review focused on the product.
    • Avoid writing about customer service. contact us instead if you have issue requiring immediate attention.
    • Refrain from mentioning competitors or the specific price you paid for the product.
    • Do not include any personally identifiable information, such as full names.

    Primal-Dual Interior-Point Methods

    Required fields are marked with *

    Review Title*
    Review
      Add Photo Add up to 6 photos
      Would you recommend this product to a friend?
      Tag this Book Read more
      Does your review contain spoilers?
      What type of reader best describes you?
      I agree to the terms & conditions
      You may receive emails regarding this submission. Any emails will include the ability to opt-out of future communications.

      CUSTOMER RATINGS AND REVIEWS AND QUESTIONS AND ANSWERS TERMS OF USE

      These Terms of Use govern your conduct associated with the Customer Ratings and Reviews and/or Questions and Answers service offered by Bookswagon (the "CRR Service").


      By submitting any content to Bookswagon, you guarantee that:
      • You are the sole author and owner of the intellectual property rights in the content;
      • All "moral rights" that you may have in such content have been voluntarily waived by you;
      • All content that you post is accurate;
      • You are at least 13 years old;
      • Use of the content you supply does not violate these Terms of Use and will not cause injury to any person or entity.
      You further agree that you may not submit any content:
      • That is known by you to be false, inaccurate or misleading;
      • That infringes any third party's copyright, patent, trademark, trade secret or other proprietary rights or rights of publicity or privacy;
      • That violates any law, statute, ordinance or regulation (including, but not limited to, those governing, consumer protection, unfair competition, anti-discrimination or false advertising);
      • That is, or may reasonably be considered to be, defamatory, libelous, hateful, racially or religiously biased or offensive, unlawfully threatening or unlawfully harassing to any individual, partnership or corporation;
      • For which you were compensated or granted any consideration by any unapproved third party;
      • That includes any information that references other websites, addresses, email addresses, contact information or phone numbers;
      • That contains any computer viruses, worms or other potentially damaging computer programs or files.
      You agree to indemnify and hold Bookswagon (and its officers, directors, agents, subsidiaries, joint ventures, employees and third-party service providers, including but not limited to Bazaarvoice, Inc.), harmless from all claims, demands, and damages (actual and consequential) of every kind and nature, known and unknown including reasonable attorneys' fees, arising out of a breach of your representations and warranties set forth above, or your violation of any law or the rights of a third party.


      For any content that you submit, you grant Bookswagon a perpetual, irrevocable, royalty-free, transferable right and license to use, copy, modify, delete in its entirety, adapt, publish, translate, create derivative works from and/or sell, transfer, and/or distribute such content and/or incorporate such content into any form, medium or technology throughout the world without compensation to you. Additionally,  Bookswagon may transfer or share any personal information that you submit with its third-party service providers, including but not limited to Bazaarvoice, Inc. in accordance with  Privacy Policy


      All content that you submit may be used at Bookswagon's sole discretion. Bookswagon reserves the right to change, condense, withhold publication, remove or delete any content on Bookswagon's website that Bookswagon deems, in its sole discretion, to violate the content guidelines or any other provision of these Terms of Use.  Bookswagon does not guarantee that you will have any recourse through Bookswagon to edit or delete any content you have submitted. Ratings and written comments are generally posted within two to four business days. However, Bookswagon reserves the right to remove or to refuse to post any submission to the extent authorized by law. You acknowledge that you, not Bookswagon, are responsible for the contents of your submission. None of the content that you submit shall be subject to any obligation of confidence on the part of Bookswagon, its agents, subsidiaries, affiliates, partners or third party service providers (including but not limited to Bazaarvoice, Inc.)and their respective directors, officers and employees.

      Accept


      Inspired by your browsing history


      Your review has been submitted!

      You've already reviewed this product!
      Hello, User