torch_numopt.algorithms.conjugate_gradient#
Non-linear conjugate gradient methods.
These methods combine the gradient with previous search directions to achieve faster convergence than gradient descent, without requiring explicit curvature.
Classes
|
Non-linear conjugate gradient optimizer with fixed learning rate. |
|
Non-linear conjugate gradient with line search. |
|
Mixin that provides the conjugate gradient direction computation. |