Determines a local minimum of a given 1D function in a given interval. This method is based on derivatives of the function.
The method has a faster algorithm than that of Find a Minimum 1D (Golden Section) because the bracketing interval has better properties than that of Find a Minimum 1D (Golden Section).
Left point of the bracketing interval.
Default: 0
Middle point of the bracketing interval.
Default: 0
Right point of the bracketing interval.
Default: 0
Error conditions that occur before this node runs.
The node responds to this input according to standard error behavior.
Standard Error Behavior
Many nodes provide an error in input and an error out output so that the node can respond to and communicate errors that occur while code is running. The value of error in specifies whether an error occurred before the node runs. Most nodes respond to values of error in in a standard, predictable way.
Default: No error
Accuracy of the minimum of the objective function.
The node stops running if the difference between two consecutive approximations is equal to or less than the value of accuracy.
Default: 1E-08
Local minimum of the objective function.
Value of the objective function at minimum.
Error information.
The node produces this output according to standard error behavior.
Standard Error Behavior
Many nodes provide an error in input and an error out output so that the node can respond to and communicate errors that occur while code is running. The value of error in specifies whether an error occurred before the node runs. Most nodes respond to values of error in in a standard, predictable way.
Where This Node Can Run:
Desktop OS: Windows
FPGA: Not supported
Web Server: Not supported in VIs that run in a web application