angang 发表于 2007-7-17 22:05

请问这个错在哪里了??

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 runfun2 at 6
Warning: Out of range or non-integer values truncated during conversion to character.
> In optim\private\nlconst at 149
In fmincon at 512
In runfun2 at 6
Optimization terminated: magnitude of directional derivative in search
direction less than 2*options.TolFun and maximum constraint violation
is less than options.TolCon.
No active inequalities.

xjzuo 发表于 2007-7-18 16:37

第一个Warning一般正常.
后面的问题可能你将原问题及你的处理贴出来,更容易让人找出错误.
页: [1]
查看完整版本: 请问这个错在哪里了??