DurationFunctionExplorerExploreExtremaToFindCrossings Property |
Gets or sets a value indicating whether extrema should be explored if exploring those extrema
could lead to additional threshold crossings being identified. Consider three sample points where
the middle sampled value is higher than the other two so that the three points form two line
segments with opposite slope. This configuration indicates that a local maximum exists somewhere between
the three points. If all three points are below a threshold, it's possible that the local maximum, if
found, will lie above the threshold. When this property is
, that extremum is
explored until it is found precisely, or it is determined based on
ExtremaCrossingUncertaintyFactor
that the extremum is unlikely to cross any threshold values. Such an extrema is explored even if
FindAllExtremaPrecisely is
.
By default, this property has the value
.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool ExploreExtremaToFindCrossings { get; set; }
Public Property ExploreExtremaToFindCrossings As Boolean
Get
Set
public:
property bool ExploreExtremaToFindCrossings {
bool get ();
void set (bool value);
}
member ExploreExtremaToFindCrossings : bool with get, set
Property Value
Type:
BooleanSee Also