Click or drag to resize

SequentialQuadraticProgrammingSolverIterationStepDirection Property

Gets the step direction pk that was used in making the update xk+1 = xk + alphak*pk, where alphak is a scalar.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleVector StepDirection { get; }

Property Value

DoubleVector
See Also