Labfans是一个针对大学生、工程师和科研工作者的技术社区。 论坛首页 | 联系我们(Contact Us)
MATLAB爱好者论坛-LabFans.com
返回   MATLAB爱好者论坛-LabFans.com > 其它 > 资料存档
资料存档 资料存档
 
 
主题工具 显示模式
旧 2019-12-03, 04:39   #1
poster
高级会员
 
注册日期: 2019-11-21
帖子: 3,006
声望力: 66
poster 正向着好的方向发展
默认 使用fmincon内部点算法的最优容差

我正在尝试使用MatLab的fmincon函数和“ Interior point”算法来解决非线性约束优化问题。问题在于应力约束下的体积最小化。该求解器已成功应用于我的问题,但效果不佳,音量应下降更多。优化器找到一个局部最小值,但是优化在显示一次按摩的3次迭代后停止:

Local minimum possible. Constraints satisfied. fmincon stopped because the size of the current step is less than the selected value of the step size tolerance and constraints are satisfied to within the selected value of the constraint tolerance. 使用的选项:

The options that I use: options=optimset('Algorithm','interior-point','Display','iter-detailed',... 'MaxFunEvals',10000,'TolX',1e-20,'TolFun',1e-20,','DiffMinChange',1e-1); 我不知道如何使用算法“ Interior point”将OptimalityTolerance更改为1e-6。我尝试了:

opts = optimoptions('fmincon','OptimalityTolerance',1e-12); 但是,如果我运行此程序,则OptimalityTolerance保持在1e-6,无论我以前使用什么,结果都没有变化。





更多&回答...
poster 当前离线   回复时引用此帖
 

主题工具
显示模式

发帖规则
不可以发表新主题
不可以发表回复
不可以上传附件
不可以编辑自己的帖子

启用 BB 代码
论坛禁用 表情符号
论坛启用 [IMG] 代码
论坛启用 HTML 代码



所有时间均为北京时间。现在的时间是 04:55


Powered by vBulletin
版权所有 ©2000 - 2025,Jelsoft Enterprises Ltd.