Skip to content

Commit

Permalink
Docstrings for all solvers with Objective Function values
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 604329001
  • Loading branch information
gms-dm authored and OptaxDev committed Feb 5, 2024
1 parent 5a999ca commit d8475ff
Show file tree
Hide file tree
Showing 2 changed files with 460 additions and 0 deletions.
1 change: 1 addition & 0 deletions optax/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
from optax._src.alias import optimistic_gradient_descent
from optax._src.alias import radam
from optax._src.alias import rmsprop
from optax._src.alias import rprop
from optax._src.alias import sgd
from optax._src.alias import sm3
from optax._src.alias import yogi
Expand Down
Loading

0 comments on commit d8475ff

Please sign in to comment.