JuliaNLSolvers / Optim.jl

Optimization functions for Julia
Other
1.12k stars 217 forks source link

Does the Hessian cache have to be a ::Matrix in IPNewton? #1003

Open pkofod opened 2 years ago

pkofod commented 2 years ago

@Jtaets noticed over at https://github.com/JuliaNLSolvers/Optim.jl/issues/924 that the IPNewtonState requires the hessian cache to be a Matrix. I will have to see if we're doing something that somehow requires it to be of that type of if it's a mistake.