Skip to content

Commit

Permalink
minor default param change
Browse files Browse the repository at this point in the history
  • Loading branch information
pokutta committed Aug 27, 2022
1 parent dd50936 commit 4f37e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/sparse_reg.jl
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const M = 2*var(A)
return storage
end

x, _, result = Boscia.solve(f, grad!, lmo, verbose = true, fw_epsilon=1e-3, print_iter=1)
x, _, result = Boscia.solve(f, grad!, lmo, verbose = true, fw_epsilon=1e-3, print_iter=10)

# @show result // too large to be output
@test f(x) <= f(result[:raw_solution]) + 1e-6
Expand Down

0 comments on commit 4f37e1a

Please sign in to comment.