|
BrentSearchFind Method (Double)
|
Attempts to find a value in the interval [a;b]
Namespace:
Accord.Math.Optimization
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public bool Find(
double value
)
Public Function Find (
value As Double
) As Boolean
Request Example
View SourceParameters
- value
- Type: SystemDouble
Return Value
Type:
BooleanReturns
true if the method converged to a
Solution.
In this case, the found value will also be available at the
Value
property.
See Also