Click or drag to resize

ActiveSetLineSearchSQPOptionsLagrangeHessionCalculator Property

Gets and sets the object responsible for updating the Hessian of the Lagrangian function associated with the Nonlinear Programming Problem (NLP).

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public SequentialQuadraticProgrammingSolverILagrangianHessianUpdater LagrangeHessionCalculator { get; set; }

Property Value

SequentialQuadraticProgrammingSolverILagrangianHessianUpdater
See Also