Click or drag to resize

DampedBFGSHessianUpdaterLagrangianHessian(SequentialQuadraticProgrammingSolverIteration) Method

Computes an update to the Lagrangian Hessian from the values of the current iterate.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleMatrix LagrangianHessian(
	SequentialQuadraticProgrammingSolverIteration currentIteration
)

Parameters

currentIteration  SequentialQuadraticProgrammingSolverIteration
Current iteration data structure.

Return Value

DoubleMatrix
Updated Lagarangian Hessian.

Implements

SequentialQuadraticProgrammingSolverILagrangianHessianUpdaterLagrangianHessian(SequentialQuadraticProgrammingSolverIteration)
See Also