Click or drag to resize

PropagationVectorAdaptiveWeights 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.1.418.0 (24.1.418.0)
Syntax
public Motion<double[]> AdaptiveWeights { get; set; }

Property Value

Type: MotionDouble
See Also