Numerical arg min.
NArgMin[f, x]
NArgMin[f, {x, y, …}]
NArgMin[{f, cons}, {x, y, …}]
NArgMin[…, x ∈ reg]
NArgMin[x^2 + 3x + 1, x]
→ -1.5{NArgMin[{-x, x <= 5}, x], NArgMin[{x^2 + y^2, x + y == 2}, {x, y}]}
→ {5., {1., 1.}}NArgMin[x^2 + y^2, {x, y}]
→ {0., 0.}- AccuracyGoal — default Automatic
- EvaluationMonitor — default None
- MaxIterations — default Automatic
- Method — default Automatic
- PrecisionGoal — default Automatic
- StepMonitor — default None
- WorkingPrecision — default MachinePrecision