|
|
|||
|
|
| FindMinimum[f, x] 自動的に選んだ点から始めて f の極小値を求める. |
| FindMinimum[f, {x, x0}] 点 x=x0 から始めて f の極小値を求める. |
| FindMinimum[f, {{x, x0}, {y, y0}, ...}] 複数の変数を持つ関数の極小値を求める. |
| FindMinimum[{f, cons}, {{x, x0}, {y, y0}, ...}] 制約条件 cons のもとで極小値を求める. |
| FindMinimum[{f, cons}, {x, y, ...}] 制約条件で定義された範囲内の点から始める. |
| AccuracyGoal | Automatic | 目標確度 | |
| EvaluationMonitor | None | f が評価されたときに常に評価される式 | |
| Gradient | Automatic | f の勾配要素のリスト | |
| MaxIterations | Automatic | 使用する最大反復回数 | |
| Method | Automatic | 使用するアルゴリズム | |
| PrecisionGoal | Automatic | 目標精度 | |
| StepMonitor | None | 段階を取るたびに常に評価される式 | |
| WorkingPrecision | MachinePrecision | 内部計算で使用する精度 |