Click or drag to resize

SolverVariableSettings Constructor (Double)

Initializes a new instance. The InitialValue and tolerance will default to zero. The scaling will default to NoScalingOnVariable.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public SolverVariableSettings(
	double maximumStep
)

Parameters

maximumStep
Type: SystemDouble
The maximum step to take when changing the value of this variable.
See Also