Concept
Conjugate Gradient Method
The conjugate gradient method is an optimization algorithm that is typically faster than the method of steepest descent, and it avoids the calculation of the inverse Hessian matrix required by Newton's method. Instead of undoing direction search progress made previously and recalculating each step, the conjugate gradient method looks for a search direction that is conjugate to the previous line search direction. At iteration , the next search direction is:
where is a coefficient that controls the direction. Two popular ways to calculate are the Fletcher-Reeves formula:
and the Polak-Ribière formula:
0
1
Updated 2026-06-14
Contributors are:
Who are from:
Tags
Data Science