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

Namespace:  CenterSpace.NMath.Analysis
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public interface IStepSizeCalculator
Visual Basic (Declaration)
Public Interface IStepSizeCalculator
Visual C++
public interface class IStepSizeCalculator

See Also