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 d41f62c commit de9250cCopy full SHA for de9250c
test/multivariate/solvers/first_order/ngmres.jl
@@ -11,6 +11,7 @@ using Optim, Test
11
solver;
12
skip = skip,
13
iteration_exceptions = (
14
+ ("Polynomial", 10000), # goes above 3000 iterations on mac
15
("Penalty Function I", 10000),
16
("Paraboloid Random Matrix", 10000),
17
),
0 commit comments