|
|
|||
|
|
| Built-in Mathematica Symbol | Tutorials »|See Also »|More About » |
| FindMinimum[f, x] searches for a local minimum in f, starting from an automatically selected point. |
| FindMinimum[f, {x, x0}] searches for a local minimum in f, starting from the point x=x0. |
| FindMinimum[f, {{x, x0}, {y, y0}, ...}] searches for a local minimum in a function of several variables. |
| FindMinimum[{f, cons}, {{x, x0}, {y, y0}, ...}] searches for a local minimum subject to the constraints cons. |
| FindMinimum[{f, cons}, {x, y, ...}] starts from a point within the region defined by the constraints. |
| AccuracyGoal | Automatic | the accuracy sought | |
| EvaluationMonitor | None | expression to evaluate whenever f is evaluated | |
| Gradient | Automatic | the list of gradient components for f | |
| MaxIterations | Automatic | maximum number of iterations to use | |
| Method | Automatic | method to use | |
| PrecisionGoal | Automatic | the precision sought | |
| StepMonitor | None | expression to evaluate whenever a step is taken | |
| WorkingPrecision | MachinePrecision | the precision used in internal computations |