ShkalikovOleh / OptAlg

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

Add Gradient Descent with step decrease #4

Closed ShkalikovOleh closed 3 years ago

ShkalikovOleh commented 3 years ago

Add optimizer with history base class

Add base gradient descent class

Add gradient descent with step dividing into fixed value if the function value at the new point is greater than the function value at the previous point.

Add Stop Criteria: