| 查看: 1237 | 回复: 0 | ||
[求助]
使用fmincon求解老出错,非线性优化
|
|
各位高手,我最近使用Matlab中的fmincon求解时,始终运行出错,望高手给小弟帮忙解答,万分感谢。 例子是网络上的例子,我按照其步骤,系统始终出错。 例子网站:http://wenku.baidu.com/view/1f9a08c30c22590102029d9e.html 在第17页 目标函数: min z=-x1*x2*x3 约束条件:x3*x2+x3*x1+x1*x2-75=0 clear >> x0=[4;5;6]; >> lb=zeros(3,1); >> [x,fval,exitflag,output,lambda]=fmincon('-x(1)*x(2)*x(3)',x0,[],[],[],[],lb,[],@Ex1012c) Warning: Trust-region-reflective algorithm does not solve this type of problem, using active-set algorithm. You could also try the interior-point or sqp algorithms: set the Algorithm option to 'interior-point' or 'sqp' and rerun. For more help, see Choosing the Algorithm in the documentation. > In fmincon at 472 ??? Error using ==> Ex1012c Too many output arguments. Error in ==> fmincon at 670 [ctmp,ceqtmp] = feval(confcn{3},X,varargin{:}); Caused by: Failure in initial user-supplied nonlinear constraint function evaluation. FMINCON cannot continue.[ Last edited by 世纪乘风 on 2013-7-3 at 10:14 ] |
» 本帖附件资源列表
-
欢迎监督和反馈:小木虫仅提供交流平台,不对该内容负责。
本内容由用户自主发布,如果其内容涉及到知识产权问题,其责任在于用户本人,如对版权有异议,请联系邮箱:xiaomuchong@tal.com - 附件 1 : 1651164Ex1012c.m
2013-07-03 10:14:36, 160 bytes
» 猜你喜欢
售SCI文章,我:8O.5.5.1O.54,科目全,可十急
已经有4人回复
听说今天filecode变了
已经有34人回复
基金中了
已经有6人回复
filecode
已经有14人回复
固定端突然变了,今天
已经有7人回复
filecode
已经有11人回复
大家散了吧,后缀研究没有意义,别浪费时间了,过好目前的每一天,不要焦虑
已经有6人回复
一个有机合成实验室都需要哪些设备?
已经有12人回复
求各位大神看下
已经有33人回复
咨询面上基金
已经有7人回复
找到一些相关的精华帖子,希望有用哦~
matlab fmincon优化函数 怎样知道每次得到的迭代点
已经有3人回复
fmincon优化问题
已经有5人回复
请教!大家用哪种软件求解 约束非线性最优化问题 比较好
已经有14人回复
科研从小木虫开始,人人为我,我为人人










回复此楼
点击这里搜索更多相关资源
50