- 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 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I want to use "gatool", but it shows a message that "Optimization app has been removed". Please do the needful.
0 comentarios
Respuestas (1)
Cris LaPierre
el 3 de Jul. de 2021
Your observation is not limited to MATLAB Online. In R2021a, the optimization app has been removed. See the release notes:
2 comentarios
Sam Chak
el 6 de Dic. de 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
Ver también
Categorías
Más información sobre Direct Search en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!