IPOPTArgMin
更多信息和选项
- To use IPOPTArgMin, you first need to load it using Needs["IPOPTLink`"].
- IPOPTArgMin is used on an IPOPTData expression created by IPOPTMinimize.
范例
基本范例 (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]}技术笔记
相关指南
文本
Wolfram Research (2016),IPOPTArgMin,Wolfram 语言函数,https://reference.wolfram.com/language/IPOPTLink/ref/IPOPTArgMin.html.
CMS
Wolfram 语言. 2016. "IPOPTArgMin." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/IPOPTLink/ref/IPOPTArgMin.html.
APA
Wolfram 语言. (2016). IPOPTArgMin. Wolfram 语言与系统参考资料中心. 追溯自 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: 18-August-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: 18-August-2026]}