PropagationScalarAdaptiveWeights Property |
Gets or sets the weights to be applied to the scalar values when
computing the error which determines how to adapt the step size during integration.
This is in addition to any weights used in the integration algorithm
itself. If not set, the weights are initialized to 1.0 as a default value.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Motion<double> AdaptiveWeights { get; set; }
Public Property AdaptiveWeights As Motion(Of Double)
Get
Set
public:
property Motion<double> AdaptiveWeights {
Motion<double> get ();
void set (Motion<double> value);
}
member AdaptiveWeights : Motion<float> with get, set
Property Value
Type:
MotionDoubleSee Also