Modify the optimization process, or monitor the optimization, by setting appropriate options.
optimoptions | Create optimization options |
optimset | Create or edit optimization options structure |
optimtool | Select solver and optimization options, run problems |
resetoptions | Reset options |
Options are the controls for optimization.
How to use options.
Choose Between optimoptions and optimset
Choose between the two functions that create options.
How to review your options.
Set your options or run your optimization visually.
Optimize without using the Optimization app.
Options in Common Use: Tuning and Troubleshooting
Overview of the most common options.
Tolerances and Stopping Criteria
Control when the solver stops.
Describes which tolerances are relative and which absolute for four common tolerances.
Checking Validity of Gradients or Jacobians
Check whether a derivative function matches finite difference estimates.
How to monitor the progress of your optimization at the command line.
Describes plot functions for displaying information on solver iterations.
intlinprog Output Function and Plot Function Syntax
How to monitor the progress of the intlinprog
solution
process.
Optimization Options Reference
Explore optimization options.
Current and Legacy Option Name Tables
Gives the former and current option names that changed in R2016a.