Skip to content

Commit

Permalink
tuning rates a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
dfridovi committed Dec 25, 2024
1 parent 8b5d018 commit d9842fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/solver.jl
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ function solve(
tol = 1e-4,
max_inner_iters = 20,
max_outer_iters = 50,
tightening_rate = 1,
loosening_rate = 1,
tightening_rate = 0.1,
loosening_rate = 0.5,
min_stepsize = 1e-2,
verbose = false,
)
Expand Down

0 comments on commit d9842fe

Please sign in to comment.