DurationFunctionExtremumFoundIsEndpointExtremum Property |
Gets a value indicating whether or not this extremum occurred at one of the endpoints
of an interval explored with
Explore(Duration, Duration).
Endpoint extrema do not necessarily indicate places in the function have a derivative of zero,
but they can still be global minima or maxima over the evaluation interval.
Namespace:
AGI.Foundation.NumericalMethods.Advanced
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool IsEndpointExtremum { get; }
Public ReadOnly Property IsEndpointExtremum As Boolean
Get
public:
property bool IsEndpointExtremum {
bool get ();
}
member IsEndpointExtremum : bool with get
Property Value
Type:
BooleanSee Also