Skip to content

Commit 1fc898e

Browse files
remove hessian of lagrangian
1 parent 5f0b40c commit 1fc898e

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/types.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,6 @@ function NLPModels.hess(rnlp::AbstractRegularizedNLPModel, x::AbstractVector; ob
6969
return hess(rnlp.model, x; obj_weight=obj_weight)
7070
end
7171

72-
function NLPModels.hess(rnlp::AbstractRegularizedNLPModel, x::AbstractVector, y::AbstractVector; obj_weight=1.0)
73-
return hess(rnlp.model, x, y; obj_weight=obj_weight)
74-
end
75-
7672

7773
# Forward meta getters so they grab info from the smooth model
7874
for field fieldnames(NLPModels.NLPModelMeta)

0 commit comments

Comments
 (0)