Skip to content

Commit

Permalink
Increase acceleration memory from 10 to 15
Browse files Browse the repository at this point in the history
- This showed superior performance in solvertime on >500 QPs and SDPs
  • Loading branch information
migarstka committed May 5, 2021
1 parent f137907 commit 34069c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings.jl
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ mutable struct Settings{T <: AbstractFloat}
obj_true_tol::Real = T(1e-3),
merge_strategy = CliqueGraphMerge,
compact_transformation::Bool = true,
accelerator = with_options(AndersonAccelerator{T, Type2{QRDecomp}, RestartedMemory, NoRegularizer}, mem = 10),
accelerator = with_options(AndersonAccelerator{T, Type2{QRDecomp}, RestartedMemory, NoRegularizer}, mem = 15),
safeguard::Bool = true,
safeguard_tol::T = T(2)
) where {T <: AbstractFloat}
Expand Down

0 comments on commit 34069c8

Please sign in to comment.