Skip to content

Commit

Permalink
remove redundant references in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Red-Portal committed Oct 21, 2024
1 parent dfdb59d commit 5d7a258
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/optimization/rules.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ It's only parameter is the initial guess of the Euclidean distance to the optimu
# Parameters
- `repsilon`: Initial guess of the Euclidean distance between the initial point and
the optimum. (default value: `1e-6`)
[^KMJ2024]: Khaled, A., Mishchenko, K., & Jin, C. (2023). Dowg unleashed: An efficient universal parameter-free gradient descent method. Advances in Neural Information Processing Systems, 36, 6748-6769.
"""
Optimisers.@def struct DoWG <: Optimisers.AbstractRule
repsilon = 1e-6
Expand Down Expand Up @@ -37,8 +35,6 @@ The original paper recommends \$ 10^{-4} ( 1 + \\lVert \\lambda_0 \\rVert ) \$,
# Parameters
- `repsilon`: Initial guess of the Euclidean distance between the initial point and the optimum. (default value: `1e-6`)
[^IHC2023]: Ivgi, M., Hinder, O., & Carmon, Y. (2023). Dog is sgd's best friend: A parameter-free dynamic step size schedule. In International Conference on Machine Learning (pp. 14465-14499). PMLR.
"""
Optimisers.@def struct DoG <: Optimisers.AbstractRule
repsilon = 1e-6
Expand Down

0 comments on commit 5d7a258

Please sign in to comment.