找回密码
 注册
Simdroid-非首页
查看: 203|回复: 2

【求助】使用lsqnonlin函数大规模计算如何设置函数最大值???急急急

[复制链接]
sddglasses 该用户已被删除
发表于 2002-6-28 10:06:58 | 显示全部楼层 |阅读模式 来自 湖北武汉
提示: 作者被禁止或删除 内容自动屏蔽
发表于 2002-6-29 18:00:57 | 显示全部楼层 来自 哈尔滨工程大学

回复: 【求助】使用lsqnonlin函数大规模计算如何设置函数最大值???急急急

Simdroid开发平台
x = lsqnonlin(fun,x0) starts at the point x0 and finds a minimum to the sum of
squares of the functions described in fun. fun should return a vector of values and
not the sum-of-squares of the values. (fun(x) is summed and squared implicitly in the
algorithm.)
  
x = lsqnonlin(fun,x0,lb,ub) defines a set of lower and upper bounds on the design
variables, x, so that the solution is always in the range lb <= x <= ub.
  
x = lsqnonlin(fun,x0,lb,ub,options) minimizes with the optimization parameters
specified in the structure options. Pass empty matrices for lb an ub if no bounds
exist.
  
x = lsqnonlin(fun,x0,lb,ub,options,P1,P2,...) passes the problem-dependent
parameters P1, P2, etc., directly to the function fun. Pass an empty matrix for options
to use the default values for options.
  
[x,resnorm] = lsqnonlin(...) returns the value of the squared 2-norm of the residual
at x: sum(fun(x).^2).
  
[x,resnorm,residual] = lsqnonlin(...) returns the value of the residual, fun(x), at
the solution x.
  
[x,resnorm,residual,exitflag] = lsqnonlin(...) returns a value exitflag that
describes the exit condition.
  
[x,resnorm,residual,exitflag,output] = lsqnonlin(...) returns a structure output
that contains information about the optimization.
  
[x,resnorm,residual,exitflag,output,lambda] = lsqnonlin(...) returns a structure
lambda whose fields contain the Lagrange multipliers at the solution x.
  
[x,resnorm,residual,exitflag,output,lambda,jacobian] = lsqnonlin(...) returns
the Jacobian of fun at the solution x.
  
英文的,自己看。

评分

1

查看全部评分

sddglasses 该用户已被删除
 楼主| 发表于 2002-7-1 11:00:27 | 显示全部楼层 来自 湖北武汉
提示: 作者被禁止或删除 内容自动屏蔽
您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|小黑屋|联系我们|仿真互动网 ( 京ICP备15048925号-7 )

GMT+8, 2024-4-18 10:48 , Processed in 0.064824 second(s), 19 queries , Gzip On, MemCache On.

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表