argmin::solver

Module conjugategradient

Source
Expand description

Conjugate Gradient methods

§References:

[0] Jorge Nocedal and Stephen J. Wright (2006). Numerical Optimization. Springer. ISBN 0-387-30303-0.

Re-exports§

Modules§

  • Beta update methods for nonlinear CG
  • Conjugate gradient method
  • Nonlinear conjugate gradient method Important TODO: Find out which line search should be the default choice. Also try to replicate CG_DESCENT.