Click or drag to resize

ConstantSQPStepSizeComputeStepSize Method

Returns a constant step size determined by the StepSize property.

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

Parameters

currentIteration  SequentialQuadraticProgrammingSolverIteration
Current iteration data structure.

Return Value

Double
A constant step size.

Implements

SequentialQuadraticProgrammingSolverIStepSizeCalculatorComputeStepSize(SequentialQuadraticProgrammingSolverIteration)
See Also