JulianDateFunctionExplorerExtremaCrossingUncertaintyFactor Property |
Gets or sets a value determining how finely to explore an extremum with the potential to cross a threshold.
At each iteration exploring the extremum this factor is multiplied against that iteration's
Error to determine the tolerance to compare against the difference between the current
guess of the extrema and the closest applicable threshold value. This property is only used if
FindAllExtremaPrecisely
is set to
and
ExploreExtremaToFindCrossings is set to
.
By default, this property has the value
PositiveInfinity which effectively causes a complete search of all extrema.
If you do not desire to completely search all extrema with the potential to cross a threshold, set this to a value greater than 1.0.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double ExtremaCrossingUncertaintyFactor { get; set; }
Public Property ExtremaCrossingUncertaintyFactor As Double
Get
Set
public:
property double ExtremaCrossingUncertaintyFactor {
double get ();
void set (double value);
}
member ExtremaCrossingUncertaintyFactor : float with get, set
Property Value
Type:
DoubleSee Also