Abstract:
Conjugate gradient method is one of the improved gradient algorithms for optimization.
It’s used to resolve linear system, which need to meet some strict requirements.
Though it’s not a general solution for optimization problem, but it’s quite efficient and memory saving for problems it fit.