Skip to content

Commit 6c7ccc1

Browse files
Merge pull request #1168 from SciML/smc/fix-sophia-export
Fix: export Sophia from OptimizationSophia
2 parents 3ebfc1c + 8825ba6 commit 6c7ccc1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/OptimizationSophia/src/OptimizationSophia.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ using OptimizationBase: OptimizationCache
66
@reexport using OptimizationBase
77
using Random
88

9+
export Sophia
10+
911
"""
1012
Sophia(; η = 1e-3, βs = (0.9, 0.999), ϵ = 1e-8, λ = 1e-1, k = 10, ρ = 0.04)
1113

0 commit comments

Comments
 (0)