码迷,mamicode.com
首页 > 其他好文 > 详细

第三章 非线性规划

时间:2019-07-25 19:14:39      阅读:110      评论:0      收藏:0      [点我收藏+]

标签:webstore   lan   atl   ant   sla   target   end   tla   begin   

注意:请安装 TeX All The Things 这款Chrome浏览器插件才能正确显示公式。

链接如下:https://chrome.google.com/webstore/detail/tex-all-the-things/cbimabofgmfdkicghcadidpemeenbffn

 


 

Matlab中非线性规划的数学模型:

\[\begin{gathered}
\begin{array}{*{20}{c}}
{}
\end{array}\begin{array}{*{20}{c}}
{}
\end{array}\min \begin{array}{*{20}{c}}
{}
\end{array}f(x) \hfill \\
s.t.\left\{ \begin{gathered}
A \cdot x \leqslant b, \hfill \\
Aeq \cdot x = beq, \hfill \\
c(x) \leqslant 0, \hfill \\
ceq(x) = 0, \hfill \\
lb \leqslant x \leqslant ub. \hfill \\
\end{gathered} \right. \hfill \\
\end{gathered} \]

 

Matlab中的命令是:

[x,fval]=fmincon(fun,x0,A,b,Aeq,beq,lb,ub,nonlcon,options)

  

第三章 非线性规划

标签:webstore   lan   atl   ant   sla   target   end   tla   begin   

原文地址:https://www.cnblogs.com/250101249-sxy/p/11246270.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!