From 6:00 PM CST Friday, Feb 15th - 2:00 AM CST Sunday, Feb 17th, ni.com will be undergoing system upgrades that may result in temporary service interruption.
We appreciate your patience as we improve our online experience.
From 6:00 PM CST Friday, Feb 15th - 2:00 AM CST Sunday, Feb 17th, ni.com will be undergoing system upgrades that may result in temporary service interruption.
We appreciate your patience as we improve our online experience.
Uses the quasi-Newton method to determine a local minimum of a function of n independent variables defined with a strictly typed VI reference.
The quasi-Newton method converges fast for functions that are smooth and have first and second derivatives defined.
Arbitrary values passed to the strictly typed VI reference.
Strictly typed reference to the VI that implements the objective function.
Values of the variables at which the optimization starts.
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
Conditions that terminate the optimization.
This node terminates the optimization if this node reaches all the tolerance thresholds or passes any of the maximum thresholds.
Minimum relative change in function values between two internal iterations.
Definition of Relative Change in Function Values
The relative change in function values between two internal iterations is defined as follows:
where
Default: 1E-06
Minimum relative change in parameter values between two internal iterations.
Definition of Relative Change in Parameter Values
The relative change in parameter values between two internal iterations is defined as follows:
where
Default: 1E-06
Minimum 2-norm of the gradient.
Default: 1E-06
Maximum number of iterations that the node runs in the optimization.
Default: 100
Maximum number of calls to the objective function allowed in the optimization.
Default: 1000
Maximum amount of time in seconds allowed for the optimization.
Default: -1 — The optimization never times out.
Values of the variables where the objective function has the local minimum.
Value of the objective function at minimum.
Number of times that this node called the objective function(s) in the optimization.
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