Skip to content

Commit ae0a0eb

Browse files
committed
fixing x0 in genbroydenb problem
1 parent 4c5115f commit ae0a0eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ADNLPProblems/genbroydenb.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,6 @@ function genbroydenb(
5252
end
5353
return r
5454
end
55+
x0 = fill(-1, n)
5556
return ADNLPModels.ADNLSModel!(F!, x0, n, name = "genbroydenb-nls"; kwargs...)
5657
end

0 commit comments

Comments
 (0)