ShkalikovOleh / OptAlg

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

Add different step selection for conjugate gradients #17

Closed ShkalikovOleh closed 3 years ago

ShkalikovOleh commented 3 years ago

Add step formula named after their developers:

  1. Fletcher–Reeves(now implemented)
  2. Polak–Ribière
  3. Hestenes-Stiefel
  4. Dai–Yuan