Why is the optimization toolbox removed in the matlab future release?
51 次查看(过去 30 天)
显示 更早的评论
I would like to know the reasons of removing the optimization toolbox in future release.
0 个评论
采纳的回答
Alan Weiss
2016-5-18
编辑:Alan Weiss
2016-5-18
Optimization Toolbox is not going to be removed in a future release. However, the Optimization app, which you can launch using the optimtool command, will be removed in a future release.
The Optimization app is based on Java, and that basis is becoming increasingly problematic. Additionally, the app has not kept pace with development; for example, you cannot optimize MILP problems or particle swarms ( intlinprog or particleswarm ) using the app.
In the time since we started announcing the future removal of the app (first announced in R2015b), we have not received any negative feedback, or at least I am not aware of any. I am sorry if the announcement confused you as to what will happen.
Alan Weiss
MATLAB mathematical toolbox documentation
2 个评论
tom preston
2016-11-2
Will there be new optimization App? or will we have to use OPtimization toolbox commands?
Alan Weiss
2016-11-3
I am sorry, but we who work for MathWorks are enjoined from commenting on future plans. I mean, I am not allowed to tell you anything about stuff we are planning, I can only comment on stuff that we have already released.
Sorry.
Alan Weiss
MATLAB mathematical toolbox documentation
更多回答(2 个)
Steve Grikschat
2020-10-2
Update:
In R2020b, Optimization Toolbox and Global Optimization Toolbox now feature the Optimize Live Editor task, which is a graphical interface to solvers from both toolboxes that embeds in live scripts.
It's worth checking out for anyone who uses optimtool.
For a short intro, see this video
For more information
0 个评论
jackxujh
2018-7-14
编辑:jackxujh
2018-7-14
I just found that in the documentation page of R2018a , A link is given as Optimization App Alternatives.
It seems that there is no new GUI tool at this stage. Not sure if there is one in the future...
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Get Started with Optimization Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!