Click or drag to resize

Sgp4Propagator.Sgp4EstimationInput.ConvergenceTolerance Property

Gets or sets the convergence tolerance to use when solving. By default, the value is 1e-4. This is used to determine when the normalized root mean square error of the residuals has converged.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public double ConvergenceTolerance { get; set; }

Property Value

Type: Double
See Also