Click or drag to resize

L1MeritStepSizeComputeStepSize Method

Computes the step size from the given current iteration information.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public double ComputeStepSize(
	SequentialQuadraticProgrammingSolverIteration currentIteration
)

Parameters

currentIteration  SequentialQuadraticProgrammingSolverIteration
Current iteration information.

Return Value

Double
The computed step size.

Implements

SequentialQuadraticProgrammingSolverIStepSizeCalculatorComputeStepSize(SequentialQuadraticProgrammingSolverIteration)
See Also