Calc.FindMin Method
Parameters
The function to search.
- userdata
- object
Any data sent to the callback.
- tol
- double
Tolerance of the answer.
- maxiter
- int
Maximum number of iterations. This can usually be selected large since iteration is terminated when tolerance is reached.
- ax
- double
The low x of the search area of the function.
- cx
- double
The high x of the search area of the function.
- xmin
- double
Set to x at the position of the minimum y of the function.
Return Value
doubleThe value of the function at min x.