Click or drag to resize

SequentialQuadraticProgrammingSolverIStepSizeCalculatorComputeStepSize Method

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
double ComputeStepSize(
	SequentialQuadraticProgrammingSolverIteration currentIteration
)

Parameters

currentIteration  SequentialQuadraticProgrammingSolverIteration
Current iteration information data structure.

Return Value

Double
The step size.
See Also