ShkalikovOleh / OptAlg

Reimplementation of optimization algorithms.
MIT License
0 stars 3 forks source link

Add conjugate gradients descent #9

Closed ShkalikovOleh closed 3 years ago

ShkalikovOleh commented 3 years ago

Add conjugate gradients method. The descent direction is the sum of gradient in current point and the weighted direction from the previous iteration. Close #7.