Gets a value that indicates whether the algorithm's current bracket is valid.
Namespace: Extreme.Mathematics.Optimization
Assembly: Extreme.Numerics (in Extreme.Numerics)
Version: 2.1.7017.0
Syntax
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property IsBracketValid As Boolean |
| C# |
|---|
public bool IsBracketValid { get; } |
| Visual C++ |
|---|
public: property bool IsBracketValid { bool get (); } |
Return Value
true if the current bracket is valid; otherwise false.
Remarks
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.