Gets whether the algorithm's current bracket is valid.
Namespace:
Extreme.Mathematics.Optimization
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public bool IsBracketValid { get; }
Public ReadOnly Property IsBracketValid As Boolean
Get
public:
property bool IsBracketValid {
bool get ();
}
member IsBracketValid : bool with get
Return Value
Type:
Boolean if the current bracket is valid;
otherwise
.
A bracket is valid if, when looking for a minimum,
the value of the objective function at the interior point
is lower than the value of the objective function at both boundaries of the bracketing interval.
A similar condition holds when looking for a maximum.
Reference