AdaptiveNumericalIntegratorAdaptiveWeights Property |
Gets or sets the weights to be applied to the state elements when
computing the error which determines how to adapt the step size.
This is in addition to any weights used in the integration algorithm
itself. If these weights have not been initialized before
Initialize(Double, Double) is called, they will be set to a default value
of one.
Namespace:
AGI.Foundation.NumericalMethods.Advanced
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double[] AdaptiveWeights { get; set; }
Public Property AdaptiveWeights As Double()
Get
Set
public:
property array<double>^ AdaptiveWeights {
array<double>^ get ();
void set (array<double>^ value);
}
member AdaptiveWeights : float[] with get, set
Property Value
Type:
DoubleSee Also