One Dimensional Optimizer.Is Bracket Valid Property
Gets whether the algorithm's current bracket is valid.
Definition
Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.4
C#
true if the current bracket is valid; otherwise false.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.4
public bool IsBracketValid { get; }
Return Value
Booleantrue 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.