Click or drag to resize

SequentialQuadraticProgrammingSolverIStepSizeCalculator Interface

Computes a step size alphak for performing the update xk+1 = xk + alphak*pk, where pk is the step direction vector.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public interface IStepSizeCalculator

The SequentialQuadraticProgrammingSolverIStepSizeCalculator type exposes the following members.

Methods
 NameDescription
Public methodComputeStepSize Computes a step size alphak for performing the update xk+1 = xk + alphak*pk, where pk is the step direction vector.
Public methodInitialize Initialize self. For example, if state from previous iterations is stored, clear it.
Top
See Also