ShkalikovOleh / OptAlg

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

Add ability to change the starting position #11

Closed ShkalikovOleh closed 4 years ago

ShkalikovOleh commented 4 years ago

Add ability for gradient methods to change the x0 value(starting position) for gradient descent from the other point with same another parameters.