马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?我要加入
x
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
[X,FVAL,lambda,EXITFLAG,OUTPUT,GRAD,HESSIAN]=...
Error in ==> pantograph_solve at 11
[x,fval,exitflag,output,lambda,grad,hessian]=fmincon(@pantograph,x0,A,b,Aeq,beq,lb,ub,@mycon_pantograph)%,options)
我编写了MATLAB优化的程序,在运行时出现了上面的错误,是什么原因阿?请指教!!!
[ 本帖最后由 eight 于 2007-8-15 20:34 编辑 ] |