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 afa02df commit 69bb3e9Copy full SHA for 69bb3e9
test/test_trust_region.jl
@@ -1,7 +1,7 @@
1
@testset "Trust Region" begin
2
@testset "aredpred-$(nlp.meta.name)" for nlp in (
3
ADNLPModel(x -> x[1]^2 + 4 * x[2]^2, ones(2), name = "NLP"),
4
- ADNLSModel(x -> [x[1]; 2 * x[2]], ones(2), 2, name = "NLS"),
+ ADNLSModel(x -> [x[1]; 2 * x[2]], ones(2), 2, name = "NLS"),
5
)
6
x = nlp.meta.x0
7
d = -ones(2)
0 commit comments