Skip to content

Commit 2f818da

Browse files
author
aris
committed
changed xtol to xabstol
1 parent 5c31f78 commit 2f818da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/optim_regularizations.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ function solve_regularization(K::AbstractMatrix, g::AbstractVector, α::Real, so
88
f, g!, h!,
99
ones(size(K, 1)),
1010
NewtonTrustRegion(),
11-
Optim.Options(x_tol = 1e-8)
11+
Optim.Options(x_abstol = 1e-8)
1212
).minimizer
1313

1414
f = vec(max.(0, (K' * c)))

0 commit comments

Comments
 (0)