Click or drag to resize

ConstantSQPStepSize Class

Class ConstantSQPStepSize computes the step size for a Sequential Quadratic Programming solver. Simply returns a constant step size regardless of iteration values.
Inheritance Hierarchy
SystemObject
  CenterSpace.NMath.CoreConstantSQPStepSize

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public class ConstantSQPStepSize : SequentialQuadraticProgrammingSolverIStepSizeCalculator

The ConstantSQPStepSize type exposes the following members.

Constructors
 NameDescription
Public methodConstantSQPStepSize Constructs a ConstantSQPstepSize with default step size equal to one.
Public methodConstantSQPStepSize(Double) Constructs a ConstantSQPstepSize with the given step size.
Top
Properties
 NameDescription
Public propertyStepSize Gets and sets the constant step size.
Top
Methods
 NameDescription
Public methodComputeStepSize Returns a constant step size determined by the StepSize property.
Public methodInitialize Return to initial state.
Top
See Also