Skip to content

quasi-Newton approximation of Hessian of Lagrangian #129

Closed
@MaxenceGollier

Description

@MaxenceGollier

When we compute the Hessian of the Lagrangian in fact we compute the Hessian of the objective and the dual variables are discarded.
I think this should not be the case, there is no reason for not approximating the constraints with a quasi-Newton model...
IPOPT for example does compute each constraint as a quasi-Newton model when we use quasi-Newton approximations for the problem.

function NLPModels.hprod!(
nlp::QuasiNewtonModel,
x::AbstractVector,
y::AbstractVector,
v::AbstractVector,
Hv::AbstractVector;
kwargs...,
)
return hprod!(nlp, x, v, Hv; kwargs...)
end

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions