Click or drag to resize

PropagationStateElementConverterAdaptiveWeights 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 during integration. This is in addition to any weights used in the integration algorithm itself. The weights are initialized to default values of one based on the Order and Dimension of the state element. The order of the motion is one less than the Order and each array is of length Dimension.

Namespace:  AGI.Foundation.Propagators.Advanced
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Motion<double[]> AdaptiveWeights { get; protected set; }

Property Value

Type: MotionDouble
See Also