ShkalikovOleh / OptAlg

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

Add gradient descent with step decrease #1

Closed ShkalikovOleh closed 4 years ago

ShkalikovOleh commented 4 years ago

Add gradient descent algorithm with step decrease via divide learning rate into fixed value if function value in new point greater than in previous point.