Skip to content

Commit 8825ba6

Browse files
SebastianM-Cclaude
andcommitted
fix: export Sophia from OptimizationSophia
Fixes #1159 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 3ebfc1c commit 8825ba6

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)