We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c31f78 commit 2f818daCopy full SHA for 2f818da
src/optim_regularizations.jl
@@ -8,7 +8,7 @@ function solve_regularization(K::AbstractMatrix, g::AbstractVector, α::Real, so
8
f, g!, h!,
9
ones(size(K, 1)),
10
NewtonTrustRegion(),
11
- Optim.Options(x_tol = 1e-8)
+ Optim.Options(x_abstol = 1e-8)
12
).minimizer
13
14
f = vec(max.(0, (K' * c)))
0 commit comments