Click or drag to resize

SegmentPropagatorVariable Constructor (Double, Double, SegmentDefinition, SolverVariableScaling)

Initializes a new instance.

Scaling defaults to NoScalingOnVariable.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
protected SegmentPropagatorVariable(
	double maximumStep,
	double perturbation,
	SegmentDefinition segment,
	SolverVariableScaling scaling
)

Parameters

maximumStep
Type: SystemDouble
The maximum step that this variable should take.
perturbation
Type: SystemDouble
The perturbation that should be used when finding the derivative of a functions derivative with respect to this variable.
segment
Type: AGI.Foundation.SegmentPropagationSegmentDefinition
The segment that this variable will operate on.
scaling
Type: AGI.Foundation.NumericalMethodsSolverVariableScaling
The type of scaling to be used on this variable.
See Also