行之 发表于 2007-8-13 10:15

MATLAB优化的问题出现的警告信息(附程序)

Warning: Large-scale (trust region) method does not currently solve this type of problem,
switching to medium-scale (line search).
> In fmincon at 274
In pantograph_solve at 11
Error in ==> optim\private\nlconst at 632
               YL(YIND)=YL(YIND)/2;
Error in ==> fmincon at 512
   =...
Error in ==> pantograph_solve at 11
=fmincon(@pantograph,x0,A,b,Aeq,beq,lb,ub,@mycon_pantograph)%,options)

我编写了MATLAB优化的程序,在运行时出现了上面的错误,是什么原因阿?请指教!!!

[ 本帖最后由 eight 于 2007-8-15 20:34 编辑 ]

wondersoul 发表于 2007-8-13 10:49

怎么不把相关代码发上来啊,有的错误的可能性太多!

行之 发表于 2007-8-13 10:55

好的,我把我的程序传上来

行之 发表于 2007-8-13 10:58

程序

eight 发表于 2007-8-15 20:33

原帖由 行之 于 2007-8-13 10:15 发表 http://www.chinavib.com/forum/images/common/back.gif
Warning: Large-scale (trust region) method does not currently solve this type of problem,
switching to medium-scale (line search).
> In fmincon at 274
In pantograph_solve at 11
Error in ==> ...


这个 warning 论坛早就有讨论,请自己搜索一下

行之 发表于 2007-8-16 13:43

具体在哪里?

[ 本帖最后由 eight 于 2007-8-17 20:14 编辑 ]
页: [1]
查看完整版本: MATLAB优化的问题出现的警告信息(附程序)