NLPModelsJuMP.jl icon indicating copy to clipboard operation
NLPModelsJuMP.jl copied to clipboard

Bug in hessian structure

Open tmigot opened this issue 3 years ago • 0 comments
trafficstars

Oh, I think the problem comes from the model actually. I did the following (a bit nervous) test:

julia> using NLSProblems, NLPModels

julia> nlp = hs06()

julia> hess_structure(nlp)
([1, 267043088], [1, 167116808])

julia> hess_structure(nlp)
([1, 331019536], [1, 269359968])

julia> hess_structure(nlp)
([1, 331019536], [1, 167149984])

julia> hess_structure(nlp)
([1, 331019536], [1, 167150048])

julia> hess_structure(nlp)
([1, 5124065472], [1, 5124065472])

Originally posted by @tmigot in https://github.com/JuliaSmoothOptimizers/CaNNOLeS.jl/issues/43#issuecomment-1308778149

tmigot avatar Nov 09 '22 13:11 tmigot