We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ebfc1c commit 8825ba6Copy full SHA for 8825ba6
lib/OptimizationSophia/src/OptimizationSophia.jl
@@ -6,6 +6,8 @@ using OptimizationBase: OptimizationCache
6
@reexport using OptimizationBase
7
using Random
8
9
+export Sophia
10
+
11
"""
12
Sophia(; η = 1e-3, βs = (0.9, 0.999), ϵ = 1e-8, λ = 1e-1, k = 10, ρ = 0.04)
13
0 commit comments