Click or drag to resize

DelegateBasedVariableTSetter Property

Gets or sets the delegate that will alter the relevant value in the segment's configuration.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public SetVariableCallback<T> Setter { get; set; }

Property Value

Type: SetVariableCallbackT
Remarks
The setter function should have no state. A setter function typically will add the input value from the MultivariableFunctionSolver to a value in the configuration. The value in the configuration before this addition represents the initial value of this variable. Each time the solver iterates the configuration is reset to its initial configuration.
See Also