- Under R2021a: The Optimization app (optimtool) has been removed. For a visual interface to solvers, use the Optimize Live Editor task.
- Under R2020b: The Optimize Live Editor task replaces the Optimization app (optimtool) as a visual interface for creating and solving optimization problems. As noted since R2015b, the Optimization app will be removed in a future release.
Optimization app has been removed in MATLAB Online?
27 次查看(过去 30 天)
显示 更早的评论
I want to use "gatool", but it shows a message that "Optimization app has been removed". Please do the needful.
0 个评论
回答(1 个)
Cris LaPierre
2021-7-3
Your observation is not limited to MATLAB Online. In R2021a, the optimization app has been removed. See the release notes:
2 个评论
Sam Chak
2022-12-6
x = ga(fun, nvars)
or
[x,fval,exitflag,output] = ga(fun, nvars, A, b, Aeq, beq, lb, ub, nonlcon, options)
See the documentation:
help ga
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Direct Search 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!