Click or drag to resize

SegmentPropagatorConstraint Constructor (ValueDefinitionDouble, Double)

Initializes a new instance. The weight defaults to 1.0.

Scaling defaults to NoScalingOnConstraint.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
protected SegmentPropagatorConstraint(
	ValueDefinition<double> desiredValue,
	double tolerance
)

Parameters

desiredValue
Type: AGI.Foundation.InfrastructureValueDefinitionDouble
The desired value that the SolvableMultivariableFunction will be driven to.
tolerance
Type: SystemDouble
How close the evaluated value must get to the desiredValue to consider this constraint satisfied.
See Also