From b5cd481e61cb5aa55dd84136ba68fc8e8cdb1619 Mon Sep 17 00:00:00 2001 From: kalmarek Date: Sun, 5 Nov 2017 20:43:35 +0100 Subject: [PATCH] unify iterations default (to 60k) --- AutFN_orbit.jl | 2 +- SL_orbit.jl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/AutFN_orbit.jl b/AutFN_orbit.jl index a568755..650a306 100644 --- a/AutFN_orbit.jl +++ b/AutFN_orbit.jl @@ -86,7 +86,7 @@ function parse_commandline() "--iterations" help = "set maximal number of iterations for the SDP solver (default: 20000)" arg_type = Int - default = 100000 + default = 60000 "--upper-bound" help = "Set an upper bound for the spectral gap" arg_type = Float64 diff --git a/SL_orbit.jl b/SL_orbit.jl index 7e3eab1..d7c0344 100644 --- a/SL_orbit.jl +++ b/SL_orbit.jl @@ -110,7 +110,7 @@ function parse_commandline() "--iterations" help = "set maximal number of iterations for the SDP solver (default: 20000)" arg_type = Int - default = 200000 + default = 60000 "--upper-bound" help = "Set an upper bound for the spectral gap" arg_type = Float64