parameters for SCS-2.0
This commit is contained in:
parent
5fb72bb8e8
commit
e6efa6085a
4
Orbit.jl
4
Orbit.jl
@ -34,7 +34,7 @@ function main(GROUP, parsed_args)
|
||||
info(logger, "Symmetric generating set of size $(length(S))")
|
||||
# info(logger, S)
|
||||
|
||||
solver = SCSSolver(eps=tol, max_iters=iterations, linearsolver=SCS.Direct)
|
||||
solver = SCSSolver(eps=tol, max_iters=iterations, linearsolver=SCS.Direct, alpha=1.0, acceleration_lookback=7)
|
||||
|
||||
# solver = Mosek.MosekSolver(
|
||||
# MSK_DPAR_INTPNT_CO_TOL_REL_GAP=tol,
|
||||
@ -46,7 +46,7 @@ function main(GROUP, parsed_args)
|
||||
# solver = SDPA.SDPASolver(epsilonStar=tol, epsilonDash=tol)
|
||||
|
||||
|
||||
sett = Settings(name, N, G, S, autS, radius, solver, upper_bound, tol)
|
||||
sett = Settings(name, N, G, S, autS, radius, solver, upper_bound, tol, true)
|
||||
|
||||
PropertyT.check_property_T(sett)
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user