MultivariableFunctionSolverStepResultTResults, TDerivativeResultsVariableDelta Property |
Gets the change that should be applied to the state variables in the next iteration.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double[] VariableDelta { get; }
Public ReadOnly Property VariableDelta As Double()
Get
public:
property array<double>^ VariableDelta {
array<double>^ get ();
}
member VariableDelta : float[] with get
Property Value
Type:
Double
See Also