Skip to content

Releases: GheodeAI/torch_numopt

v0.3.1

11 Sep 13:55

Choose a tag to compare

  • Added the AdaHessian algorithm.
  • Updated documentation with API section for easy access to relevant classes.
  • Refactored base classes and moved gradient computation to LineSeachOptimization class.

v0.3.0

07 Aug 19:32

Choose a tag to compare

-Added interpolation and bisection based line search.
-Added several learning rate initialization methods.
-Removed the AGD algorithm in favor of a damping option in Newton's method.

v0.2.2

04 Sep 10:33

Choose a tag to compare

Added SGD with line search and Conjugate Gradient.

Skipped v0.2.1 since there were some issues with the metadata of the package which had to be fixed.

v0.2.0

06 Jun 11:44

Choose a tag to compare

The library is now called torch_numopt so that new algorithms can be implemented.

The existing algorithms have also been optimized.