Skip to content

Commit

Permalink
bumping max outer iters
Browse files Browse the repository at this point in the history
  • Loading branch information
dfridovi committed Nov 27, 2024
1 parent a477dfb commit 00293d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solver.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function solve(
y₀ = ones(mcp.constrained_dimension),
tol = 1e-4,
max_inner_iters = 20,
max_outer_iters = 20
max_outer_iters = 50
)
x = x₀
y = y₀
Expand Down

0 comments on commit 00293d1

Please sign in to comment.