Click or drag to resize

SolverVariableSettings Constructor (Double, Double)

Initializes a new instance with the tolerance set to zero and no scaling.

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,
	double initialValue
)

Parameters

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