Skip to content

Commit

Permalink
Update benchmarks.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
lostella authored Sep 20, 2021
1 parent b6293dc commit 52886d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/benchmarks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ for T in [Float64]
beta_f = opnorm($A)^2
solver = ProximalAlgorithms.AFBA(theta=$R(1), mu=$R(1), tol=$R(1e-6))
x0 = zeros($T, size($A, 2))
y0 = zeros($T, size($A, 1))
y0 = zeros($T, size($A, 2))
f = LeastSquares($A, $b)
g = NormL1($lam)
end
Expand Down

0 comments on commit 52886d1

Please sign in to comment.