IPOPTArgMin
Details and Options
- To use IPOPTArgMin, you first need to load it using Needs["IPOPTLink`"].
- IPOPTArgMin is used on an IPOPTData expression created by IPOPTMinimize.
Examples
Basic Examples (1)
Needs["IPOPTLink`"]Solve a minimization problem using IPOPTMinimize:
soln = IPOPTMinimize[Cos[x + y] * Sin[x - y], {x, y}, {0, 1}, {{-1, 1}, {-1, 1}}, {Sin[x], x * y}, {{-1, 0}, {-.25, .0}}]Extract the position where the minimal value was found:
pos = IPOPTArgMin[soln]The value of the function at this position is the minimal value:
{IPOPTMinValue[soln], Cos[x + y] * Sin[x - y] /. Thread[{x, y} -> pos]}Tech Notes
Related Guides
Text
Wolfram Research (2016), IPOPTArgMin, Wolfram Language function, https://reference.wolfram.com/language/IPOPTLink/ref/IPOPTArgMin.html.
CMS
Wolfram Language. 2016. "IPOPTArgMin." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/IPOPTLink/ref/IPOPTArgMin.html.
APA
Wolfram Language. (2016). IPOPTArgMin. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/IPOPTLink/ref/IPOPTArgMin.html
BibTeX
@misc{reference.wolfram_2026_ipoptargmin, author="Wolfram Research", title="{IPOPTArgMin}", year="2016", howpublished="\url{https://reference.wolfram.com/language/IPOPTLink/ref/IPOPTArgMin.html}", note=[Accessed: 15-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_ipoptargmin, organization={Wolfram Research}, title={IPOPTArgMin}, year={2016}, url={https://reference.wolfram.com/language/IPOPTLink/ref/IPOPTArgMin.html}, note=[Accessed: 15-June-2026]}