Optimization toolboxes under SAGE
Can we use SAGE to solve some optimization problems? Can we import optimization toolboxes such as YALMIP, MPT, CVX, TOMLAB in SAGE?
Thanks in advance!
Can we use SAGE to solve some optimization problems? Can we import optimization toolboxes such as YALMIP, MPT, CVX, TOMLAB in SAGE?
Thanks in advance!
The optimization toolboxes you speak about depend on matlab. If you has matlab installed on your machine, you can interact with it as explained here.
That said,
Sage offers mixed integer linear programming, see also this tutorial. The default backend is glpk which is quite slow, but you can easily install faster backends.
Sage offers some convex optimization since it contains CVXOPT
Sage contains scipy which has an optimization module.
IPOPT has a python-connector (http://code.google.com/p/pyipopt/people/list) , perhaps we can import it? It is powerful and open-source.
Asked: 11 years ago
Seen: 1,062 times
Last updated: Nov 15 '13