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.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2013-11-15 07:36:23 +0100
Seen: 853 times
Last updated: Nov 15 '13