ShkalikovOleh / OptAlg

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

Add Descent base #21

Closed ShkalikovOleh closed 3 years ago

ShkalikovOleh commented 4 years ago
  1. Add descent base class that determine how descent process happened. It is declare abstract function for selection direction of the descent and step of descent(direction multiplier).
  2. Gradient move to descent folder
  3. All available gradient methods rewrite via this abstraction.
  4. Add getter for penultimate element in the history