Interface for classes which provide a method for obtaining the updated value of the Hessian of the Lagrangian based on the current iteration data for a Sequentail Quadratic Programming algorithm.

Namespace:  CenterSpace.NMath.Analysis
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public interface ILagrangianHessianUpdater
Visual Basic (Declaration)
Public Interface ILagrangianHessianUpdater
Visual C++
public interface class ILagrangianHessianUpdater

See Also