unify iterations default (to 60k)
This commit is contained in:
parent
eb88f40ad0
commit
b5cd481e61
@ -86,7 +86,7 @@ function parse_commandline()
|
|||||||
"--iterations"
|
"--iterations"
|
||||||
help = "set maximal number of iterations for the SDP solver (default: 20000)"
|
help = "set maximal number of iterations for the SDP solver (default: 20000)"
|
||||||
arg_type = Int
|
arg_type = Int
|
||||||
default = 100000
|
default = 60000
|
||||||
"--upper-bound"
|
"--upper-bound"
|
||||||
help = "Set an upper bound for the spectral gap"
|
help = "Set an upper bound for the spectral gap"
|
||||||
arg_type = Float64
|
arg_type = Float64
|
||||||
|
@ -110,7 +110,7 @@ function parse_commandline()
|
|||||||
"--iterations"
|
"--iterations"
|
||||||
help = "set maximal number of iterations for the SDP solver (default: 20000)"
|
help = "set maximal number of iterations for the SDP solver (default: 20000)"
|
||||||
arg_type = Int
|
arg_type = Int
|
||||||
default = 200000
|
default = 60000
|
||||||
"--upper-bound"
|
"--upper-bound"
|
||||||
help = "Set an upper bound for the spectral gap"
|
help = "Set an upper bound for the spectral gap"
|
||||||
arg_type = Float64
|
arg_type = Float64
|
||||||
|
Loading…
Reference in New Issue
Block a user