Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Red-Portal committed Aug 10, 2024
1 parent 466bbf9 commit 276b215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/optimization/averaging.jl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The [DoG paper](https://arxiv.org/abs/2302.12022) suggests `eta = 8`.
# Parameters
- eta: Regularization term. (default: `8`)
"""
struct PolynomialAveraging{F} <: AbstractAverager
struct PolynomialAveraging{F} <: AbstractAverager
eta::F
end

Expand Down

0 comments on commit 276b215

Please sign in to comment.