We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97c7b5b commit b26513bCopy full SHA for b26513b
benchmarks/tables/bpdn-constr-table.jl
@@ -17,7 +17,7 @@ verbose = 0 # 10
17
ϵri = 1.0e-6
18
maxIter = 500
19
maxIter_inner = 100
20
-Mmonotone = 0
+Mmonotone = 5
21
options =
22
ROSolverOptions(ν = ν, ϵa = ϵ, ϵr = ϵ, verbose = verbose, maxIter = maxIter, spectral = true, Mmonotone = Mmonotone)
23
options_nrTR = ROSolverOptions(
0 commit comments