Broyden's method
Template:Short description In numerical analysis, Broyden's method is a quasi-Newton method for finding roots in kScript error: No such module "Check for unknown parameters". variables. It was originally described by C. G. Broyden in 1965.[1]
Newton's method for solving f(x) = 0Script error: No such module "Check for unknown parameters". uses the Jacobian matrix, JScript error: No such module "Check for unknown parameters"., at every iteration. However, computing this Jacobian can be a difficult and expensive operation; for large problems such as those involving solving the Kohn–Sham equations in quantum mechanics the number of variables can be in the hundreds of thousands. The idea behind Broyden's method is to compute the whole Jacobian at most only at the first iteration, and to do rank-one updates at other iterations.
In 1979 Gay proved that when Broyden's method is applied to a linear system of size n × nScript error: No such module "Check for unknown parameters"., it terminates in 2 nScript error: No such module "Check for unknown parameters". steps,[2] although like all quasi-Newton methods, it may not converge for nonlinear systems.
Description of the method
Solving single-variable nonlinear equation
In the secant method, we replace the first derivative f′Script error: No such module "Check for unknown parameters". at xnScript error: No such module "Check for unknown parameters". with the finite-difference approximation:
and proceed similar to Newton's method:
where nScript error: No such module "Check for unknown parameters". is the iteration index.
Solving a system of nonlinear equations
Consider a system of kScript error: No such module "Check for unknown parameters". nonlinear equations in unknowns
where fScript error: No such module "Check for unknown parameters". is a vector-valued function of vector xScript error: No such module "Check for unknown parameters".
For such problems, Broyden gives a variation of the one-dimensional Newton's method, replacing the derivative with an approximate Jacobian JScript error: No such module "Check for unknown parameters".. The approximate Jacobian matrix is determined iteratively based on the secant equation, a finite-difference approximation:
where nScript error: No such module "Check for unknown parameters". is the iteration index. For clarity, define
so the above may be rewritten as
The above equation is underdetermined when kScript error: No such module "Check for unknown parameters". is greater than one. Broyden suggested using the most recent estimate of the Jacobian matrix, Jn−1Script error: No such module "Check for unknown parameters"., and then improving upon it by requiring that the new form is a solution to the most recent secant equation, and that there is minimal modification to Jn−1Script error: No such module "Check for unknown parameters".:
This minimizes the Frobenius norm
One then updates the variables using the approximate Jacobian, what is called a quasi-Newton approach.
If this is the full Newton step; commonly a line search or trust region method is used to control . The initial Jacobian can be taken as a diagonal, unit matrix, although more common is to scale it based upon the first step.[3] Broyden also suggested using the Sherman–Morrison formula[4] to directly update the inverse of the approximate Jacobian matrix:
This first method is commonly known as the "good Broyden's method."
A similar technique can be derived by using a slightly different modification to Jn−1Script error: No such module "Check for unknown parameters".. This yields a second method, the so-called "bad Broyden's method":
This minimizes a different Frobenius norm
In his original paper Broyden could not get the bad method to work, but there are cases where it does[5] for which several explanations have been proposed.[6][7] Many other quasi-Newton schemes have been suggested in optimization such as the BFGS, where one seeks a maximum or minimum by finding zeros of the first derivatives (zeros of the gradient in multiple dimensions). The Jacobian of the gradient is called the Hessian and is symmetric, adding further constraints to its approximation.
The Broyden Class of Methods
In addition to the two methods described above, Broyden defined a wider class of related methods.[1]Template:Rp In general, methods in the Broyden class are given in the form[8]Template:Rp where and and for each . The choice of determines the method.
Other methods in the Broyden class have been introduced by other authors.
- The Davidon–Fletcher–Powell (DFP) method, which is the only member of this class being published before the two methods defined by Broyden.[1]Template:Rp For the DFP method, .[8]Template:Rp
- Anderson's iterative method, which uses a least squares approach to the Jacobian.[9]
- Schubert's or sparse Broyden algorithm – a modification for sparse Jacobian matrices.[10]
- The Pulay approach, often used in density functional theory.[11][12]
- A limited memory method by Srivastava for the root finding problem which only uses a few recent iterations.[13]
- Klement (2014) – uses fewer iterations to solve some systems.[14][15]
- Multisecant methods for density functional theory problems[7][16]
See also
- Secant method
- Newton's method
- Quasi-Newton method
- Newton's method in optimization
- Davidon–Fletcher–Powell formula
- Broyden–Fletcher–Goldfarb–Shanno (BFGS) method
References
<templatestyles src="Reflist/styles.css" />
- ↑ a b c Script error: No such module "Citation/CS1".
- ↑ Script error: No such module "Citation/CS1".
- ↑ Script error: No such module "Citation/CS1".
- ↑ Script error: No such module "Citation/CS1".
- ↑ Script error: No such module "Citation/CS1".
- ↑ Script error: No such module "Citation/CS1".
- ↑ a b Script error: No such module "Citation/CS1".
- ↑ a b Script error: No such module "citation/CS1".
- ↑ Script error: No such module "Citation/CS1".
- ↑ Script error: No such module "Citation/CS1".
- ↑ Script error: No such module "Citation/CS1".
- ↑ Script error: No such module "Citation/CS1".
- ↑ Script error: No such module "Citation/CS1".
- ↑ Script error: No such module "Citation/CS1".
- ↑ Script error: No such module "citation/CS1".
- ↑ Script error: No such module "Citation/CS1".
Script error: No such module "Check for unknown parameters".
Further reading
- Script error: No such module "citation/CS1".
- Script error: No such module "citation/CS1".
- Script error: No such module "citation/CS1".