文件名称:G

  • 所属分类:
  • Windows编程
  • 资源属性:
  • [C/C++] [源码]
  • 上传时间:
  • 2012-11-26
  • 文件大小:
  • 1kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • 舒*
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

最大化

f=(1000+x)(1.1+0.01y)(1+0.01z)/3.5

 满足约束:

x+20y+15z-S=0

x>=0

y>=0

z>=0

y<=90

其中S是常数,该问题可以通过拉格朗日乘数法计算极值,也可以通过替换掉一个变量将问题转化成二元函数求极值

 需要注意的是求出的极值点不一定在定义域(x>=0,y>=0,z>=0,y<=90)内,由于这是一个单峰函数,当极值点不在定义域内时,f的最大值必然落在边界上,此时只需要计算边界上的最大值即可。-Maximize f = (1000+ x) (1.1+0.01 y) (1+0.01 z)/3.5  satisfy the constraint: x+20 y+15 z-S = 0 x> = 0 y> = 0 z> = 0 y < = 90 where S is a constant, the problem can be calculated through the Lagrangian multiplier extreme, it can replace a variable is transformed into the dual function for extreme  Note that the extreme points obtained not necessarily in the domain (x> = 0, y> = 0, z> = 0, y < = 90), due this is a single peak function, when the extreme point is not within the definition of the time, f the maximum bound fall on the border, the border at this time only the maximum can be calculated.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

G.cpp

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org