The Davidon–Fletcher–Powell formula (or DFP; named after William C. Davidon, Roger Fletcher, and Michael J. D. Powell) finds the solution to the secant equation that is closest to the current estimate and satisfies the curvature condition. It was the first quasi-Newton method to generalize the secant method to a multidimensional problem. This update maintains the symmetry and positive definiteness of the Hessian matrix.
Given a function f ( x ) {\displaystyle f(x)} , its gradient ( ∇ f {\displaystyle \nabla f} ), and positive-definite Hessian matrix B {\displaystyle B} , the Taylor series is
and the Taylor series of the gradient itself (secant equation)
is used to update B {\displaystyle B} .
The DFP formula finds a solution that is symmetric, positive-definite and closest to the current approximate value of B k {\displaystyle B_{k}} :
where
and B k {\displaystyle B_{k}} is a symmetric and positive-definite matrix.
The corresponding update to the inverse Hessian approximation H k = B k − 1 {\displaystyle H_{k}=B_{k}^{-1}} is given by
B {\displaystyle B} is assumed to be positive-definite, and the vectors s k T {\displaystyle s_{k}^{T}} and y {\displaystyle y} must satisfy the curvature condition
The DFP formula is quite effective, but it was soon superseded by the Broyden–Fletcher–Goldfarb–Shanno formula, which is its dual (interchanging the roles of y and s).