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: 24.2.419.0 (24.2.419.0)
Syntax public 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:
DoubleSee Also