Why is the optimization toolbox removed in the matlab future release?
조회 수: 216(최근 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
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
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!