Skip to content

Commit 1429b2e

Browse files
Added a new Subpackage for Augmented Lagrangian
1 parent 3098f2b commit 1429b2e

File tree

4 files changed

+8
-1
lines changed

4 files changed

+8
-1
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "OptimizationAuglag"
2+
uuid = "2ea93f80-9333-43a1-a68d-1f53b957a421"
3+
authors = ["paramthakkar123 <[email protected]>"]
4+
version = "0.1.0"

src/auglag.jl renamed to lib/OptimizationAuglag/src/OptimizationAuglag.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
module OptimizationAuglag
2+
13
@kwdef struct AugLag
24
inner::Any
35
τ = 0.5
@@ -179,3 +181,5 @@ function SciMLBase.__solve(cache::OptimizationCache{
179181
stats = stats, retcode = opt_ret)
180182
end
181183
end
184+
185+
end

lib/OptimizationAuglag/test/runtests.jl

Whitespace-only changes.

src/Optimization.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ include("utils.jl")
2424
include("state.jl")
2525
include("lbfgsb.jl")
2626
include("sophia.jl")
27-
include("auglag.jl")
2827

2928
export solve
3029

0 commit comments

Comments
 (0)