Global Information Lookup Global Information

Conjugate gradient method information


A comparison of the convergence of gradient descent with optimal step size (in green) and conjugate vector (in red) for minimizing a quadratic function associated with a given linear system. Conjugate gradient, assuming exact arithmetic, converges in at most n steps, where n is the size of the matrix of the system (here n = 2).

In mathematics, the conjugate gradient method is an algorithm for the numerical solution of particular systems of linear equations, namely those whose matrix is positive-semidefinite. The conjugate gradient method is often implemented as an iterative algorithm, applicable to sparse systems that are too large to be handled by a direct implementation or other direct methods such as the Cholesky decomposition. Large sparse systems often arise when numerically solving partial differential equations or optimization problems.

The conjugate gradient method can also be used to solve unconstrained optimization problems such as energy minimization. It is commonly attributed to Magnus Hestenes and Eduard Stiefel,[1][2] who programmed it on the Z4,[3] and extensively researched it.[4][5]

The biconjugate gradient method provides a generalization to non-symmetric matrices. Various nonlinear conjugate gradient methods seek minima of nonlinear optimization problems.

  1. ^ Hestenes, Magnus R.; Stiefel, Eduard (December 1952). "Methods of Conjugate Gradients for Solving Linear Systems" (PDF). Journal of Research of the National Bureau of Standards. 49 (6): 409. doi:10.6028/jres.049.044.
  2. ^ Straeter, T. A. (1971). On the Extension of the Davidon–Broyden Class of Rank One, Quasi-Newton Minimization Methods to an Infinite Dimensional Hilbert Space with Applications to Optimal Control Problems (PhD thesis). North Carolina State University. hdl:2060/19710026200 – via NASA Technical Reports Server.
  3. ^ Speiser, Ambros (2004). "Konrad Zuse und die ERMETH: Ein weltweiter Architektur-Vergleich" [Konrad Zuse and the ERMETH: A worldwide comparison of architectures]. In Hellige, Hans Dieter (ed.). Geschichten der Informatik. Visionen, Paradigmen, Leitmotive (in German). Berlin: Springer. p. 185. ISBN 3-540-00217-0.
  4. ^ Polyak, Boris (1987). Introduction to Optimization.
  5. ^ Greenbaum, Anne (1997). Iterative Methods for Solving Linear Systems. doi:10.1137/1.9781611970937. ISBN 978-0-89871-396-1.

and 27 Related for: Conjugate gradient method information

Request time (Page generated in 0.878 seconds.)

Conjugate gradient method

Last Update:

In mathematics, the conjugate gradient method is an algorithm for the numerical solution of particular systems of linear equations, namely those whose...

Word Count : 7323

Nonlinear conjugate gradient method

Last Update:

In numerical optimization, the nonlinear conjugate gradient method generalizes the conjugate gradient method to nonlinear optimization. For a quadratic...

Word Count : 1211

Gradient method

Last Update:

Derivation of the conjugate gradient method Nonlinear conjugate gradient method Biconjugate gradient method Biconjugate gradient stabilized method Elijah Polak...

Word Count : 109

Gradient descent

Last Update:

Gradient descent is a method for unconstrained mathematical optimization. It is a first-order iterative algorithm for finding a local minimum of a differentiable...

Word Count : 5280

Conjugate gradient squared method

Last Update:

In numerical linear algebra, the conjugate gradient squared method (CGS) is an iterative algorithm for solving systems of linear equations of the form...

Word Count : 770

Biconjugate gradient method

Last Update:

biconjugate gradient method is an algorithm to solve systems of linear equations A x = b . {\displaystyle Ax=b.\,} Unlike the conjugate gradient method, this...

Word Count : 1576

Derivation of the conjugate gradient method

Last Update:

In numerical linear algebra, the conjugate gradient method is an iterative method for numerically solving the linear system A x = b {\displaystyle {\boldsymbol...

Word Count : 2789

Iterative method

Last Update:

residual over the subspace formed. The prototypical method in this class is the conjugate gradient method (CG) which assumes that the system matrix A {\displaystyle...

Word Count : 1409

Proximal gradient method

Last Update:

steepest descent method and the conjugate gradient method, but proximal gradient methods can be used instead. Proximal gradient methods starts by a splitting...

Word Count : 589

Conjugate residual method

Last Update:

similar to the much more popular conjugate gradient method, with similar construction and convergence properties. This method is used to solve linear equations...

Word Count : 744

Slope

Last Update:

Conjugate gradient method, an algorithm for the numerical solution of particular systems of linear equations Nonlinear conjugate gradient method, generalizes...

Word Count : 2619

Biconjugate gradient stabilized method

Last Update:

biconjugate gradient method (BiCG) and has faster and smoother convergence than the original BiCG as well as other variants such as the conjugate gradient squared...

Word Count : 1473

Conjugation

Last Update:

Isogonal conjugate, in geometry Conjugate gradient method, an algorithm for the numerical solution of particular systems of linear equations Conjugate points...

Word Count : 404

Numerical analysis

Last Update:

usually used as though they were not, e.g. GMRES and the conjugate gradient method. For these methods the number of steps needed to obtain the exact solution...

Word Count : 3877

List of numerical analysis topics

Last Update:

iteration Conjugate gradient method (CG) — assumes that the matrix is positive definite Derivation of the conjugate gradient method Nonlinear conjugate gradient...

Word Count : 8344

Schur complement method

Last Update:

unknowns associated with subdomain interfaces is solved by the conjugate gradient method. Suppose we want to solve the Poisson equation − Δ u = f , u |...

Word Count : 703

Magnus Hestenes

Last Update:

optimal control. As a pioneer in computer science, he devised the conjugate gradient method, published jointly with Eduard Stiefel. Born in Bricelyn, Minnesota...

Word Count : 440

Line search

Last Update:

necessarily approximate the optimum. One example of the former is conjugate gradient method. The latter is called inexact line search and may be performed...

Word Count : 1337

Folded spectrum method

Last Update:

\mathbf {1} } the Identity matrix. In contrast to the Conjugate gradient method, here the gradient calculates by twice multiplying matrix H : G ∼ H → G...

Word Count : 258

Descent direction

Last Update:

Numerous methods exist to compute descent directions, all with differing merits, such as gradient descent or the conjugate gradient method. More generally...

Word Count : 290

Numerical methods for partial differential equations

Last Update:

space iterative methods, such as the conjugate gradient method or GMRES. In overlapping domain decomposition methods, the subdomains overlap by more than...

Word Count : 1937

Preconditioner

Last Update:

preconditioned iterative methods for linear systems include the preconditioned conjugate gradient method, the biconjugate gradient method, and generalized minimal...

Word Count : 3511

Pidgin code

Last Update:

Conjugate gradient method Ford-Fulkerson algorithm Gauss–Seidel method Generalized minimal residual method Jacobi eigenvalue algorithm Jacobi method Karmarkar's...

Word Count : 234

Wolfe conditions

Last Update:

9} for Newton or quasi-Newton methods and c 2 = 0.1 {\displaystyle c_{2}=0.1} for the nonlinear conjugate gradient method. Inequality i) is known as the...

Word Count : 1097

LOBPCG

Last Update:

Locally Optimal Block Preconditioned Conjugate Gradient (LOBPCG) is a matrix-free method for finding the largest (or smallest) eigenvalues and the corresponding...

Word Count : 4427

Multigrid method

Last Update:

using multigrid preconditioners in the locally optimal block conjugate gradient method. Electronic Transactions on Numerical Analysis, 15, 38–55, 2003...

Word Count : 2824

Finite element method

Last Update:

is symmetric and positive definite, so a technique such as the conjugate gradient method is favored. For problems that are not too large, sparse LU decompositions...

Word Count : 7022

PDF Search Engine © AllGlobal.net