Click or drag to resize

SequentialQuadraticProgrammingSolverIterationStepSize Property

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

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

Property Value

Double
See Also