Click or drag to resize

ActiveSetLineSearchSQPOptionsStepSizeCalculator Property

Gets and sets the object responsible for calculating the step size during the line search portion of the algorithm.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public SequentialQuadraticProgrammingSolverIStepSizeCalculator StepSizeCalculator { get; set; }

Property Value

SequentialQuadraticProgrammingSolverIStepSizeCalculator
See Also