Conjugate gradient method is a numerical method that can find the minima of the function in the hyper-dimensional space, and conjugate gradient method includes linear conjugate method and non-linear ...
NCG-Optimizer is a set of optimizer about nonlinear conjugate gradient in PyTorch. Inspired by @jettify and @kozistr. The Linear Conjugate Gradient(LCG) method is only applicable to linear equation ...
Abstract: For the conjugate gradient method to solve the unconstrained optimization problem, given a new interval method to obtain the direction parameters, and a new conjugate gradient algorithm is ...
Abstract: In order to address unconstrained optimization problems, conjugate gradient methods are frequently employed. When considering the unconstrained optimization issue, the accelerated conjugate ...