Skip to content

Commit e21c6e5

Browse files
Update lbfgsb.jl
1 parent b4b1a07 commit e21c6e5

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/lbfgsb.jl

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -179,13 +179,6 @@ function SciMLBase.__solve(cache::OptimizationCache{
179179

180180
res = optimizer(_loss, aug_grad, θ, bounds; solver_kwargs...,
181181
m = cache.opt.m, pgtol = sqrt(ϵ), maxiter = maxiters / 100)
182-
# @show res[2]
183-
# @show res[1]
184-
# @show cons_tmp
185-
# @show λ
186-
# @show β
187-
# @show μ
188-
# @show ρ
189182

190183
θ = res[2]
191184
cons_tmp .= 0.0

0 commit comments

Comments
 (0)