- 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?
28 views (last 30 days)
Show older comments
I want to use "gatool", but it shows a message that "Optimization app has been removed". Please do the needful.
0 Comments
Answers (1)
Cris LaPierre
on 3 Jul 2021
Your observation is not limited to MATLAB Online. In R2021a, the optimization app has been removed. See the release notes:
2 Comments
Sam Chak
on 6 Dec 2022
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
See Also
Categories
Find more on Direct Search in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!