fix SCSSolver params to the most stable ones
This commit is contained in:
parent
ab49755863
commit
000069961b
2
main.jl
2
main.jl
@ -45,7 +45,7 @@ function params(Gr::PropertyTGroup)
|
|||||||
return radius, tol, iterations, upper_bound, warm
|
return radius, tol, iterations, upper_bound, warm
|
||||||
end
|
end
|
||||||
|
|
||||||
scs_solver(tol, iterations) = SCSSolver(eps=tol, max_iters=iterations, linearsolver=SCS.Direct, alpha=1.5, acceleration_lookback=10)
|
scs_solver(tol, iterations) = SCSSolver(eps=tol, max_iters=iterations, linearsolver=SCS.Direct, alpha=1.95, acceleration_lookback=1)
|
||||||
|
|
||||||
main(G::SymmetrizedGroup) = main(Symmetrize, G)
|
main(G::SymmetrizedGroup) = main(Symmetrize, G)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user